Bug 113804 - Web Inspector: [CodeMirror] blue selection for codemirror
Summary: Web Inspector: [CodeMirror] blue selection for codemirror
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Lushnikov
URL:
Keywords:
Depends on:
Blocks: 116924
  Show dependency treegraph
 
Reported: 2013-04-02 10:56 PDT by Andrey Lushnikov
Modified: 2013-06-03 08:00 PDT (History)
9 users (show)

See Also:


Attachments
Patch (1.39 KB, patch)
2013-04-02 10:58 PDT, Andrey Lushnikov
pfeldman: review-
Details | Formatted Diff | Diff
blue codemirror selection (4.09 KB, image/png)
2013-04-02 10:58 PDT, Andrey Lushnikov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Lushnikov 2013-04-02 10:56:31 PDT
Make codemirror's selection color to be blue.
Comment 1 Andrey Lushnikov 2013-04-02 10:58:00 PDT
Created attachment 196179 [details]
Patch
Comment 2 Andrey Lushnikov 2013-04-02 10:58:22 PDT
Created attachment 196180 [details]
blue codemirror selection
Comment 3 Pavel Feldman 2013-04-02 11:20:02 PDT
Comment on attachment 196179 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=196179&action=review

> Source/WebCore/inspector/front-end/cm/cmdevtools.css:11
> +  background-color: rgba(50, 145, 252, 0.6) !important;

Selection should we derived from embedder natives.
Comment 4 Roland Takacs 2013-05-30 06:09:17 PDT
CodeMirror is a Chromium specific suite. WebKit only uses DefaultTextEditor. Does anyone want DefaultTextEditor to use blue selection bg color?

If not, I will close the bug.