[Webkit-unassigned] [Bug 149489] stop propagating custom scrollbar styles across iframe boundaries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 22 23:03:00 PDT 2015


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

--- Comment #3 from MuVen <muven89 at gmail.com> ---
@simon, Problem happens on apple safari even. 


as in the FrameView.cpp

PassRefPtr<Scrollbar> FrameView::createScrollbar(ScrollbarOrientation orientation) {

...
...
...
...
    // If we have an owning iframe/frame element, then it can set the custom scrollbar also.
    RenderWidget* frameRenderer = frame().ownerRenderer();
    if (frameRenderer && frameRenderer->style().hasPseudoStyle(SCROLLBAR))
        return RenderScrollbar::createCustomScrollbar(*this, orientation, nullptr, &frame());

As this part of code is executed, issue is seen in the safari.

Please find the attached testcase.

}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150923/15c43ff2/attachment.html>


More information about the webkit-unassigned mailing list