Title: [185835] trunk/Source/WebInspectorUI
Revision
185835
Author
nvasil...@apple.com
Date
2015-06-22 10:47:33 -0700 (Mon, 22 Jun 2015)

Log Message

Web Inspector: Unable to select text of user input messages in the console
https://bugs.webkit.org/show_bug.cgi?id=145888

Reviewed by Timothy Hatcher.

* UserInterface/Views/ConsoleMessageView.css:
(.console-user-command > .console-message-text):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (185834 => 185835)


--- trunk/Source/WebInspectorUI/ChangeLog	2015-06-22 17:41:59 UTC (rev 185834)
+++ trunk/Source/WebInspectorUI/ChangeLog	2015-06-22 17:47:33 UTC (rev 185835)
@@ -1,3 +1,13 @@
+2015-06-22  Nikita Vasilyev  <nvasil...@apple.com>
+
+        Web Inspector: Unable to select text of user input messages in the console
+        https://bugs.webkit.org/show_bug.cgi?id=145888
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Views/ConsoleMessageView.css:
+        (.console-user-command > .console-message-text):
+
 2015-06-20  Nikita Vasilyev  <nvasil...@apple.com>
 
         Web Inspector: Unable to select parent element in the DOM tree path bar

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ConsoleMessageView.css (185834 => 185835)


--- trunk/Source/WebInspectorUI/UserInterface/Views/ConsoleMessageView.css	2015-06-22 17:41:59 UTC (rev 185834)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ConsoleMessageView.css	2015-06-22 17:47:33 UTC (rev 185835)
@@ -199,6 +199,7 @@
 
 .console-user-command > .console-message-text {
     color: rgb(0, 128, 255);
+    -webkit-user-select: text;
 }
 
 .console-saved-variable {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to