Title: [182053] trunk/Source/WebInspectorUI
- Revision
- 182053
- Author
- nvasil...@apple.com
- Date
- 2015-03-26 23:48:10 -0700 (Thu, 26 Mar 2015)
Log Message
Web Inspector: clicking on console record while REPL is focused does not select a new record
https://bugs.webkit.org/show_bug.cgi?id=142171
Reviewed by Timothy Hatcher.
* UserInterface/Views/LogContentView.js:
(WebInspector.LogContentView.prototype._mousedown):
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (182052 => 182053)
--- trunk/Source/WebInspectorUI/ChangeLog 2015-03-27 06:36:48 UTC (rev 182052)
+++ trunk/Source/WebInspectorUI/ChangeLog 2015-03-27 06:48:10 UTC (rev 182053)
@@ -1,3 +1,13 @@
+2015-03-26 Nikita Vasilyev <nvasil...@apple.com>
+
+ Web Inspector: clicking on console record while REPL is focused does not select a new record
+ https://bugs.webkit.org/show_bug.cgi?id=142171
+
+ Reviewed by Timothy Hatcher.
+
+ * UserInterface/Views/LogContentView.js:
+ (WebInspector.LogContentView.prototype._mousedown):
+
2015-03-26 Andres Gomez <ago...@igalia.com>
[GTK] Web Inspector: New Images for Console Types
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/LogContentView.js (182052 => 182053)
--- trunk/Source/WebInspectorUI/UserInterface/Views/LogContentView.js 2015-03-27 06:36:48 UTC (rev 182052)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/LogContentView.js 2015-03-27 06:48:10 UTC (rev 182053)
@@ -374,11 +374,8 @@
return;
}
- if (!this._focused) {
+ if (!this._focused)
this.messagesElement.focus();
- if (this._selectedMessages.length)
- return;
- }
this._mouseDownWrapper = event.target.enclosingNodeOrSelfWithClass(WebInspector.LogContentView.ItemWrapperStyleClassName);
this._mouseDownShiftKey = event.shiftKey;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes