Community
Participate
Working Groups
After resetting a tooltip from "something" to "" following js exception occurs: Could not evaluate javascript response: Error: Error: Operation "set" on target "w764" of type "qx.ui.basic.Atom" failed: TypeError: Object [object DOMWindow] has no method '_removeToolTipPopup'
Fixed in HEAD in AdapterUtil.js. This function ("removeToolTipPopup") was used in WidgetManager.js where the code was copied from, but does not exist in this anonymous handler function.
Tested with our application - it works. Thanks for the fastest fix.