Re: [Hypercontent-users] H2B4 problem with JPEG file extension in Internet Explorer(6)
Brought to you by:
alexvigdor
From: Alex V. <av...@co...> - 2005-08-18 21:58:33
|
Hello, This problem was caused in b4 by the migration to AJAX for these menus. While using AJAX allows the menus to be generated only when needed, thereby decreasing overall response times substantially, there are some quirks when adding dynamic content to a document. In this case, "onmouseover" attributes of AJAX loaded elements are automatically parsed into event handlers in Mozilla, whereas IE requires an explicit registration of the copied handler. I have implemented a fix for this problem in the CVS file /repositories/bootstrap/js/common.js I suggest you also update the css file /repositories/bootstrap/css/interactive.css as this contains some fixes so the screen appearance is more consistent between IE 6 and Mozilla. -Alex On Aug 11, 2005, at 7:56 AM, ke...@la... wrote: > Hello! > > It seems, there is is problem with JavaScript of H2 in Internet > Explorer 6. > Third level link (Add->Images->jpeg) doesn't work. When it has more > than one > available file extension to add, link "Images" became a text, not a > link. In > Mozilla everything works perfectly. > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle > Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing > & QA > Security * Process Improvement & Measurement * > http://www.sqe.com/bsce5sf > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > |