Bug 20280 - REGRESSION: initial selection is not the name or value when double clicking a CSS property
Summary: REGRESSION: initial selection is not the name or value when double clicking a...
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: Timothy Hatcher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-04 17:03 PDT by Timothy Hatcher
Modified: 2008-08-05 09:50 PDT (History)
1 user (show)

See Also:


Attachments
Proposed patch (3.00 KB, patch)
2008-08-04 17:10 PDT, Timothy Hatcher
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2008-08-04 17:03:06 PDT
THe selection should be the name or value that was doubled clicked to start editing. This regressed when we switched to focus/blur events, since a focus on a content editable region changes the selection.
Comment 1 Timothy Hatcher 2008-08-04 17:10:41 PDT
Created attachment 22644 [details]
Proposed patch
Comment 2 mitz 2008-08-04 17:45:26 PDT
Comment on attachment 22644 [details]
Proposed patch

r=me
Comment 3 Timothy Hatcher 2008-08-05 09:50:11 PDT
Landed in r35563.