Opened 12 years ago

Last modified 12 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)

0001-Show-palette-when-hover-over-links-SL-3967.patch (2.1 KB) - added by humitos 12 years ago.
A first approach

Download all attachments as: .zip

Change History (6)

comment:1 Changed 12 years ago by humitos

  • Summary changed from Palette show be shown on hover to Palette should be shown on hover

comment:2 Changed 12 years ago by humitos

  • Milestone changed from Unspecified by Release Team to 0.98

comment:4 Changed 12 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.

Changed 12 years ago by humitos

A first approach

comment:5 Changed 12 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.