Bookmarks portlet conflicts with the uPortal 2.6 Ajax preferences interface
Description
Any tab with the bookmarks portlet fails to properly initialize the dojo preference widgets that control channel adding and page editing. Channel dragging and deleting still works as expected.
Clicking the "add content" link produces an error in Firebug of "dlg0 has no properties: dlg0.show();" Attempting to edit the page or change the skin produces similar errors.
Environment
Observed using uPortal 2.6RC2 and the bundled bookmarks portlet under Mozilla Firefox 2.0.0.4 on OS X (10.4.10).
Activity
Show:
Former user
July 7, 2007 at 1:11 PM
Jen Bourey committed the fix for this to the uP2 HEAD (svn r42216), I will update the Bookmarks init() method accordingly as well...
Apparently both the uPortal ajax javascript and the bookmarks portlet javascript contained init methods called "init". I've changed uPortal's javascript to have a more specific init method name, and the conflict is now resolved.
It might not be a bad idea to have a more specific init method name for the bookmarks portlet's javascript as well.
Any tab with the bookmarks portlet fails to properly initialize the dojo preference widgets that control channel adding and page editing. Channel dragging and deleting still works as expected.
Clicking the "add content" link produces an error in Firebug of "dlg0 has no properties: dlg0.show();" Attempting to edit the page or change the skin produces similar errors.