Search and Top Navigation
#9256 closed feature (wontfix)
Opened April 25, 2013 10:17PM UTC
Closed April 25, 2013 10:31PM UTC
Tooltips for disabled elements
Reported by: | tvalentine | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.tooltip | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I read the documentation on the Tooltip component and learned that there was trouble getting tooltips on disabled elements because they don't generate the necessary events to hook into.
Have an idea, don't know if it was already tried or thought of. Supply a true/false property that turns disabled tooltips on or off. When turned on, a transparent element is overlayed on top of the element the tooltip is attached to. the transparent element would be used for mouseovers and other events needed to know when to show/hide the tooltip.
hope that helps :)
Attachments (0)
Change History (1)
Changed April 25, 2013 10:31PM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |
That will surely cause all kinds of problems with reflows and dynamic content.