Search and Top Navigation
#10925 closed feature (duplicate)
Opened January 31, 2015 02:39AM UTC
Closed January 31, 2015 04:02AM UTC
Need a way to lock tooltip up / copy text
Reported by: | tlhackque | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.tooltip | Version: | 1.11.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I am using tooltip to display supplementary information, for example in a hardware transaction report, the tooltip may provide a decode of the serial number.
Tooltips work well for this; the detail is available when you need it with zero clicks, but the screen isn't cluttered.
Except for one thing.
I would like to be able to offer the ability to copy detail to the clipboard. A context menu click would do. Or if I could lock the tooltip open by clicking on the primary element... which would allow traditional copy and paste.
I tried to make this work - with and without ZeroClipboard. The interactions defeated me.
I'm thinking of a simple API that could be toggled 'onclick' of the primary element, which would open the tooltip & suspend the mouseout close in the first instance, and in the second would resume the mouseout montioring. That could be triggered by <esc>, or by the mouse moving off the *tooltip* (e.g., after copy).
Anything along those lines would make me happy...
Thanks.
Attachments (0)
Change History (1)
Changed January 31, 2015 04:02AM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #8782.