Community
Participate
Working Groups
Currently, for all widgets that have a tooltip, an instance of qx.ui.popup.ToolTip is created. Since only one tooltip can be displayed at a time and all tooltips look alike (excluding the displayed text), one instance of ToolTip could be used for all Widgets.
Created attachment 139744 [details] patch implementing the requested feature Creates the singleton "org.eclipse.rwt.widgets.ToolTip" that can be used for all widgets. WidgetManager.js and QooxdooResourcesUtil.java are adjusted to use the singleton.
Created attachment 140577 [details] Tooltip patch Improved version of the first patch
Created attachment 140583 [details] Further improved version of the patch
Committed the latest patch to HEAD and v12_Maintenance