Bug 408367 - [Browser] empty status message should be sent when pointer moves off of link
Summary: [Browser] empty status message should be sent when pointer moves off of link
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.3   Edit
Hardware: PC Linux-GTK
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Grant Gayed CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks: Webkit2Enhancements
  Show dependency tree
 
Reported: 2013-05-17 16:37 EDT by Grant Gayed CLA
Modified: 2019-02-08 15:43 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Grant Gayed CLA 2013-05-17 16:37:44 EDT
- 4.3RC1 test pass
- not a regression, affects all WebKitGTK releases

The Browser sends a status message whenever a link is hovered over, in order to emulate the other native browsers.  However a follow-up empty status message should also be sent when the pointer moves off of the link, so that apps that  display the received status messages to users don't just leave the old link location string sitting there.
Comment 1 Leo Ufimtsev CLA 2018-04-10 15:36:14 EDT
I had a quick glance.

webkit sends an event every time mouse hovers in and out, but only the 'in' signal is translated and passed to user.

Would be useful to implement the out signal as per use see:

WebKitWebView
mouse-target-changed
(webkit2)