Bug 126451 - It feels too hard to get rid of a popover at build.webkit.org/dashboard
Summary: It feels too hard to get rid of a popover at build.webkit.org/dashboard
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-03 12:43 PST by Alexey Proskuryakov
Modified: 2014-01-03 12:58 PST (History)
3 users (show)

See Also:


Attachments
proposed patch (1.33 KB, patch)
2014-01-03 12:56 PST, Alexey Proskuryakov
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-01-03 12:43:58 PST
A few people told me that they feel stuck in popovers. There were some suggestions for how to improve that:

- Remove the popover when the Esc key is pressed.
- Remove it faster when the mouse is far from it.

The reason why I don't start fadeout immediately when mouse moves out of active area is to avoid flickering when mouse pointer moves from element to popover itself. But we don't need a full second for that. Looks like 200 ms is enough to avoid flicker, and yet it unnoticeable when intentionally moving the mouse out to hide the popover.

Hopefully this will alleviate the need for the other fixes.
Comment 1 Alexey Proskuryakov 2014-01-03 12:56:50 PST
Created attachment 220330 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2014-01-03 12:58:33 PST
Committed <http://trac.webkit.org/r161281>.