Hi. Pretty much everything is on the title; if I have an inline root Qooxdoo
widget, the original DOM element which it will bound to will get its
position CSS property set to relative.

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).

Can I open a bug report for this?

Jean-Noel

PS: besides I dont really see why this is even needed as you create a subdiv
on the original element that has position: relative, so other children will
be OK anyway... care to explain why this change was made and how could it
affect our application?

PS2: currently I manually forced every DOM element to its original position
property to get our app working. Hope it won't cause problems.
------------------------------------------------------------------------------
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

Reply via email to