Monday, 25 January 2010

Bugs Bugs Bugs

Few small updates that have been done last week, (still working on 3d assignment sadly) one change was to fix the top images section of the website which instead of just getting images items from a user but will now get the gallery images as well so there is a larger range to choose from.

The bug I had when you was looking and editing one of your own tab pages that meant videos where not displayed have now been fixed as well.

Last change done today was that I have created a means of editing tab names so clicking a edit button displays all the tabs you have in text boxes and you can change the names and hit save. The page will refresh and new names will be displayed.

Bugs which have been introduced from this are that when you create a new tab it stops the onclick working (which is a simple Ajax fix) and also that when you delete a tab it will still be displayed on the edit form. To solve this I plan to change the way the form is created. So instead of it building it on page load it will build it from JavaScript when the button is actually clicked...

Something to think about, On Deleting a tab or creating one. If the form is currently open for display then it needs to close otherwise it will be displaying a out of date form. Thus forcing the user to re-click on it to open it and there for will rebuild again!

No comments:

Post a Comment