Opened 15 years ago
Last modified 15 years ago
#190 new enhancement
Doc preview when mouse over element
Reported by: | huard | Owned by: | kolczyk |
---|---|---|---|
Priority: | minor | Milestone: | Promot 1.0 |
Component: | PromotGuiVizEdit | Version: | 0.8.2 |
Severity: | acceptable | Keywords: | |
Cc: |
Description
When the mouse pointer rolls over an element in the visual editor, a preview of its characteristics (class, documentation) is shown. However the box width can exceed the screen width at some point. It would be nice to fix the box width (maybe to half of the screen) and use carriage returns to make the text easier to read.
Change History (2)
comment:1 Changed 15 years ago by kolczyk
- Milestone set to Promot 0.8.3
- Owner changed from promot to kolczyk
comment:2 Changed 15 years ago by mirschel
- Milestone changed from Promot 0.8.3 to Promot 1.0
- Version set to 0.8.2
Note: See
TracTickets for help on using
tickets.
The tooltip has no width attribute. In order to define the width of a tooltip you need to use a textarea (which have a setSize() method) in your tooltip renderer. Postponed to Promot 1.0