RESOLVED FIXED 20280
REGRESSION: initial selection is not the name or value when double clicking a CSS property
https://bugs.webkit.org/show_bug.cgi?id=20280
Summary REGRESSION: initial selection is not the name or value when double clicking a...
Timothy Hatcher
Reported 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.
Attachments
Proposed patch (3.00 KB, patch)
2008-08-04 17:10 PDT, Timothy Hatcher
mitz: review+
Timothy Hatcher
Comment 1 2008-08-04 17:10:41 PDT
Created attachment 22644 [details] Proposed patch
mitz
Comment 2 2008-08-04 17:45:26 PDT
Comment on attachment 22644 [details] Proposed patch r=me
Timothy Hatcher
Comment 3 2008-08-05 09:50:11 PDT
Landed in r35563.
Note You need to log in before you can comment on or make changes to this bug.