Hello Everybody,here is a patch against revision 3778 of the namespace branch which corrects a bug introduced in revision 3768 during appearance cleanup.
Can you please apply this to svn ? Thank you. -- Mit freundlichen Grüßen Dietrich Streifert Visionet GmbH
Index: frontend/framework/source/class/qx/ui/popup/ToolTip.js =================================================================== --- frontend/framework/source/class/qx/ui/popup/ToolTip.js (revision 3778) +++ frontend/framework/source/class/qx/ui/popup/ToolTip.js (working copy) @@ -32,7 +32,7 @@ qx.ui.popup.PopupAtom.call(this, vLabel, vIcon); // Apply shadow - vWidget.setStyleProperty(qx.constant.Style.PROPERTY_FILTER, "progid:DXImageTransform.Microsoft.Shadow(color='Gray', Direction=135, Strength=4)"); + this.setStyleProperty(qx.constant.Style.PROPERTY_FILTER, "progid:DXImageTransform.Microsoft.Shadow(color='Gray', Direction=135, Strength=4)"); // ************************************************************************
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
