Opened 11 years ago
Last modified 11 years ago
#3967 new defect
Palette should be shown on hover
Reported by: | humitos | Owned by: | humitos |
---|---|---|---|
Priority: | Low | Milestone: | Unspecified |
Component: | Browse | Version: | Unspecified |
Severity: | Unspecified | Keywords: | gtk3, 13.1.0 |
Cc: | manuq | Distribution/OS: | Unspecified |
Bug Status: | Unconfirmed |
Description
When the user right-click on any link, image or selected text a Palette is shown and that's ok, but the same palette have to be shown when the user hover the link, image or selected text as well.
Related ticket: #3455
Attachments (1)
Change History (6)
comment:1 Changed 11 years ago by humitos
- Summary changed from Palette show be shown on hover to Palette should be shown on hover
comment:2 Changed 11 years ago by humitos
- Milestone changed from Unspecified by Release Team to 0.98
comment:3 Changed 11 years ago by humitos
comment:4 Changed 11 years ago by humitos
hovering-over-link signal is emitted immediately when the mouse cursor hovers a link and when it un-hovers (leaves) the link.
So, to use this signal we should add a timer to control the time the mouse is hovering the link and cancel it when the mouse un-hovers the link. If the timer is not cancelled for TIME we show the palette.
comment:5 Changed 11 years ago by humitos
- Milestone changed from 0.98 to Unspecified by Release Team
- Priority changed from High to Low
Note: See
TracTickets for help on using
tickets.
There is a signal to handle this, but it's only for links: