Bug 100242 - Web Inspector: Styles pane: Don't select whole value when I select just a part
Summary: Web Inspector: Styles pane: Don't select whole value when I select just a part
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: Nikita Vasilyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-24 06:11 PDT by Nikita Vasilyev
Modified: 2012-10-25 05:47 PDT (History)
10 users (show)

See Also:


Attachments
Don’t start editing (1.50 KB, patch)
2012-10-24 06:21 PDT, Nikita Vasilyev
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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