Bug 129872 - REGRESSION (r164847): Pressing the command key while hovering an element causes it to un-hover
Summary: REGRESSION (r164847): Pressing the command key while hovering an element caus...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-07 02:48 PST by Tim Horton
Modified: 2014-03-07 18:48 PST (History)
3 users (show)

See Also:


Attachments
repro (134 bytes, text/html)
2014-03-07 02:48 PST, Tim Horton
no flags Details
proposed fix (2.92 KB, patch)
2014-03-07 12:01 PST, Alexey Proskuryakov
thorton: review+
commit-queue: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2014-03-07 02:48:07 PST
Created attachment 226103 [details]
repro

https://bugs.webkit.org/show_bug.cgi?id=129455

Steps to Reproduce:

1. Load the attached test case.
2. Hover the box. It will turn green.
3. Press the command key.

Expected: The box should remain green.
Actual: The box goes back to being red, as if it were un-hovered.

This breaks the user's ability to cmd-click on links in menus that appear on hover.
Comment 1 Alexey Proskuryakov 2014-03-07 12:01:54 PST
Created attachment 226145 [details]
proposed fix
Comment 2 WebKit Commit Bot 2014-03-07 15:40:21 PST
Comment on attachment 226145 [details]
proposed fix

Rejecting attachment 226145 [details] from commit-queue.

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-03', 'apply-attachment', '--no-update', '--non-interactive', 226145, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Last 500 characters of output:
a/WKViewPrivate.h
Hunk #1 FAILED at 68.
1 out of 1 hunk FAILED -- saving rejects to file Source/WebKit2/UIProcess/API/Cocoa/WKViewPrivate.h.rej
patching file Source/WebKit2/UIProcess/API/mac/WKView.mm
Hunk #1 FAILED at 2133.
Hunk #2 FAILED at 3070.
2 out of 2 hunks FAILED -- saving rejects to file Source/WebKit2/UIProcess/API/mac/WKView.mm.rej

Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', u'Tim Horton']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

Full output: http://webkit-queues.appspot.com/results/5679527615266816
Comment 3 Alexey Proskuryakov 2014-03-07 18:48:53 PST
Commit queue landed this patch, and failed when trying to land it again (probably because bug mail was broken today).