If a ToolTip is applied to a Menu item the ToolTip is rendered below the menu and thus (at least partially) obscured.
I notice in qx/ui/popup/Manager.js (which sets ToolTip Z-Order) the base ZIndex value is 1e6 which is the same as the base ZIndex value in qx/ui/menu/Manager.js used for Menus which could naturally cause a problem when both types of widget are rendered to overlap. The equivalent files in the legacy namespace (qx/legacy/ui/popup/Popup.js and qx/legacy/ui/popup/ToolTip.js) use 1e6 as a base ZIndex for menus and 1e7 for ToolTips which would suggest to me that tooltips are correctly rendered above menus in versions prior to 0.8. Was this overlooked when the 0.8 implementation was created? There appears to be a different class hierarchy going on in version 0.8 regarding ToolTips, Popups and Menus which may make the solution less than obvious (i.e. make popup/Manager use 1e7 as a ZIndex base). Can anyone comment on this please? Thanks, Will. -- View this message in context: http://www.nabble.com/0.8---ToolTips-over-Menu-items-don%27t-render-correctly-tp21668889p21668889.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
