[Webkit-unassigned] [Bug 109434] Web Inspector: Colorpicker not saving values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 11 12:34:04 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=109434





--- Comment #6 from Alexander Pavlov (apavlov) <apavlov at chromium.org>  2013-02-11 12:36:17 PST ---
(In reply to comment #5)
> Not saying that we *should* do this, but this code does cause everything to work: 
> 
>     var scrollerElement = hasSpectrum ? self._parentPane._parentView._parentView.element.parentNode : null;
> 
> The scroll event seems to now be happening on the div[class=split-view-contents split-view-contents-vertical split-view-sidebar-right].  Surely there is a better way to get that element from the stylessidebarpane than the way above, though.

Correct. That's why I was asking Vlad for advice. The new structure must have better accessors than ugly constructs like this one :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list