Title: [164561] trunk/Source/WebInspectorUI
- Revision
- 164561
- Author
- [email protected]
- Date
- 2014-02-23 13:43:20 -0800 (Sun, 23 Feb 2014)
Log Message
Web Inspector: color picker sliders aren't laid out correctly
https://bugs.webkit.org/show_bug.cgi?id=129234
Reviewed by Joseph Pecoraro.
While it's unclear to me what happened, the "position" property for the color picker sliders
wasn't being computed as expected and used relative positioning. I assume this is related to
r164543 when the order of CSS files changed.
* UserInterface/Views/Slider.css:
(.slider):
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (164560 => 164561)
--- trunk/Source/WebInspectorUI/ChangeLog 2014-02-23 21:41:11 UTC (rev 164560)
+++ trunk/Source/WebInspectorUI/ChangeLog 2014-02-23 21:43:20 UTC (rev 164561)
@@ -1,3 +1,17 @@
+2014-02-23 Antoine Quint <[email protected]>
+
+ Web Inspector: color picker sliders aren't laid out correctly
+ https://bugs.webkit.org/show_bug.cgi?id=129234
+
+ Reviewed by Joseph Pecoraro.
+
+ While it's unclear to me what happened, the "position" property for the color picker sliders
+ wasn't being computed as expected and used relative positioning. I assume this is related to
+ r164543 when the order of CSS files changed.
+
+ * UserInterface/Views/Slider.css:
+ (.slider):
+
2014-02-22 Dan Bernstein <[email protected]>
REGRESSION (r164507): Crash beneath JSGlobalObjectInspectorController::reportAPIException at facebook.com, twitter.com, youtube.com
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/Slider.css (164560 => 164561)
--- trunk/Source/WebInspectorUI/UserInterface/Views/Slider.css 2014-02-23 21:41:11 UTC (rev 164560)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/Slider.css 2014-02-23 21:43:20 UTC (rev 164561)
@@ -24,7 +24,7 @@
*/
.slider {
- position: relative;
+ position: absolute;
height: 11px;
outline: 1px solid rgb(148, 148, 148);
border: 1px solid white;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes