Hi Jean-Noel, On Wednesday 16 September 2009 Jean-Noël Rivasseau wrote: > This basically screwed up everything in our application since we have > inline DOM elements that have position: fixed or position: absolute. I can > understand that you need position: relative in some cases to make the > positioning of underneath divs work OK, but there should be a test and > position: relative should only be added if the original DOM element has a > position: static (eg, is in the normal flow). The change was added to fix bug #2035 ( http://bugzilla.qooxdoo.org/show_bug.cgi?id=2035 ).
Whenever the inline root uses dynamic sizes IE6 has problems when resizing the window. So the "position: relative" fixes this issue. But your comment is valid. Maybe this is only needed if the element has "position: static". > Can I open a bug report for this? I'll reopen the existing one and add you to the CC list. > Jean-Noel > > PS2: currently I manually forced every DOM element to its original position > property to get our app working. Hope it won't cause problems. If you are using the dynamic mode (second and third parameter) I'll be interested in the results of window resizing. Can you please post your results to the bug report? cheers, Alex ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
