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

Bug 392446

Summary: Some tooltips don't appear
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Mark Macdonald <mamacdon>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: simon_kaegi
Version: 1.0Flags: simon_kaegi: review+
Target Milestone: 1.0 RC3   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2012-10-19 10:26:57 EDT
1. Go to Repositories page
2. Hover over the "Pull" command for the 1st repo in the list.
 You see an empty tooltip
3. Hover over the Pull command for the last repo in the list
 Tooltip appears successfully

As of yesterday, Commands have a DOM node as their 'tooltip', not an HTML string. We have several CommandTooltips all attempting to append a single DOM node to their renderings. The last tooltip to grab the node wins, the other ones get nothing.