Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 482522

Summary: [Hover] Mutation observer for content assist and tooltip resize causes duplicate content on Firefox
Product: [ECD] Orion Reporter: Curtis Windatt <curtis.windatt.public>
Component: ClientAssignee: Curtis Windatt <curtis.windatt.public>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 11.0   
Target Milestone: 11.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Bug Depends on: 472275    
Bug Blocks:    

Description Curtis Windatt CLA 2015-11-18 14:51:37 EST
1) Open an HTML file
2) Start writing <a
3) Ctrl-Space
Result:
The content assist entries have a tooltip with duplicated doc.

This is a regression due to Bug 472275. It only affects Firefox.
Comment 1 Curtis Windatt CLA 2015-11-18 15:20:34 EST
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=110c437ae6226b570881f7038e92b0fda0d53055
Fixed in master

The API to not update the tooltip contents and just do resize was already available.  We weren't using it for the firefox observer.