Title: [248390] trunk/Source/WebInspectorUI
- Revision
- 248390
- Author
- [email protected]
- Date
- 2019-08-07 14:32:46 -0700 (Wed, 07 Aug 2019)
Log Message
Web Inspector: RTL: content of Variables section should always be LTR
https://bugs.webkit.org/show_bug.cgi?id=200481
Reviewed by Devin Rousso.
* UserInterface/Views/ComputedStyleDetailsPanel.js:
(WI.ComputedStyleDetailsPanel.prototype.initialLayout):
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (248389 => 248390)
--- trunk/Source/WebInspectorUI/ChangeLog 2019-08-07 21:17:36 UTC (rev 248389)
+++ trunk/Source/WebInspectorUI/ChangeLog 2019-08-07 21:32:46 UTC (rev 248390)
@@ -1,3 +1,13 @@
+2019-08-07 Nikita Vasilyev <[email protected]>
+
+ Web Inspector: RTL: content of Variables section should always be LTR
+ https://bugs.webkit.org/show_bug.cgi?id=200481
+
+ Reviewed by Devin Rousso.
+
+ * UserInterface/Views/ComputedStyleDetailsPanel.js:
+ (WI.ComputedStyleDetailsPanel.prototype.initialLayout):
+
2019-08-07 Devin Rousso <[email protected]>
Web Inspector: Uncaught Exception: TimelineAgent already enabled
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ComputedStyleDetailsPanel.js (248389 => 248390)
--- trunk/Source/WebInspectorUI/UserInterface/Views/ComputedStyleDetailsPanel.js 2019-08-07 21:17:36 UTC (rev 248389)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ComputedStyleDetailsPanel.js 2019-08-07 21:32:46 UTC (rev 248390)
@@ -112,6 +112,7 @@
this._variablesTextEditor.hideFilterNonMatchingProperties = true;
this._variablesTextEditor.sortPropertiesByName = true;
this._variablesTextEditor.addEventListener(WI.SpreadsheetCSSStyleDeclarationEditor.Event.FilterApplied, this._handleEditorFilterApplied, this);
+ this._variablesTextEditor.element.dir = "ltr";
let variablesRow = new WI.DetailsSectionRow;
let variablesGroup = new WI.DetailsSectionGroup([variablesRow]);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes