Bug 100242

Summary: Web Inspector: Styles pane: Don't select whole value when I select just a part
Product: WebKit Reporter: Nikita Vasilyev <me>
Component: Web Inspector (Deprecated)Assignee: Nikita Vasilyev <me>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, eustas.bug, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Don’t start editing none

Description Nikita Vasilyev 2012-10-24 06:11:05 PDT
Demo of the problem: http://www.screenr.com/7Lj8

Path to follow.
Comment 1 Nikita Vasilyev 2012-10-24 06:21:10 PDT
Created attachment 170379 [details]
Don’t start editing

After the patch: http://www.screenr.com/pLj8
Comment 2 WebKit Review Bot 2012-10-24 06:54:58 PDT
Comment on attachment 170379 [details]
Don’t start editing

Clearing flags on attachment: 170379

Committed r132347: <http://trac.webkit.org/changeset/132347>
Comment 3 WebKit Review Bot 2012-10-24 06:55:01 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 eustas.bug 2012-10-25 05:39:23 PDT
Could you please issue another patch that replaces "getSelection()" with "window.getSelection()".

Motivation: Closure fails to compile inspector.

(Try python Source/WebCore/inspector/compile-front-end.py)
Comment 5 Alexander Pavlov (apavlov) 2012-10-25 05:47:06 PDT
(In reply to comment #4)
> Could you please issue another patch that replaces "getSelection()" with "window.getSelection()".
> 
> Motivation: Closure fails to compile inspector.
> 
> (Try python Source/WebCore/inspector/compile-front-end.py)

Fixed in http://trac.webkit.org/changeset/132475