Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 355044 - [Widget][Tooltip] Removing tooltip texts results in js exception
Summary: [Widget][Tooltip] Removing tooltip texts results in js exception
Status: VERIFIED FIXED
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 1.5   Edit
Hardware: All All
: P3 major (vote)
Target Milestone: 1.5 M2   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-18 05:08 EDT by Stephan Leicht Vogt CLA
Modified: 2011-08-22 02:26 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Leicht Vogt CLA 2011-08-18 05:08:59 EDT
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'
Comment 1 Tim Buschtoens CLA 2011-08-18 05:40:27 EDT
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.
Comment 2 Stephan Leicht Vogt CLA 2011-08-22 02:26:07 EDT
Tested with our application - it works. Thanks for the fastest fix.