Bug 79915 - Web Inspector: hide color picker on Esc and Enter.
Summary: Web Inspector: hide color picker on Esc and Enter.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-29 07:54 PST by Pavel Feldman
Modified: 2012-03-01 08:17 PST (History)
10 users (show)

See Also:


Attachments
Patch (2.77 KB, patch)
2012-02-29 07:55 PST, Pavel Feldman
vsevik: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2012-02-29 07:54:22 PST
Patch to follow.
Comment 1 Pavel Feldman 2012-02-29 07:55:48 PST
Created attachment 129452 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-03-01 07:14:14 PST
Comment on attachment 129452 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=129452&action=review

> Source/WebCore/inspector/front-end/Spectrum.js:410
> +        this._previousFocusElement = WebInspector.currentFocusElement();

You are going to lose previous focus element once reposition() is called more than once.
Comment 3 Pavel Feldman 2012-03-01 08:17:12 PST
Committed r109348: <http://trac.webkit.org/changeset/109348>