Bug 20280

Summary: REGRESSION: initial selection is not the name or value when double clicking a CSS property
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web Inspector (Deprecated)Assignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed patch mitz: review+

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.