[Webkit-unassigned] [Bug 139629] Unnecessary scroll bars when child is resized manually.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 14 22:41:25 PST 2014


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

--- Comment #1 from Nit <karl.tarvas at gmail.com> ---
Forcing a redraw with a workaround as seen on the following Stack Overflow thread removes the scrollbars: http://stackoverflow.com/a/3485654/1470607

Javascript:

    this.style.display='none';
    this.offsetHeight; //Won't work without this
    this.style.display='';

While this works as a workaround, it would still be nice to see this fixed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141215/b4f273e6/attachment-0002.html>


More information about the webkit-unassigned mailing list