[Webkit-unassigned] [Bug 59483] Wrong width after parent’s padding changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 29 08:49:09 PDT 2011


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





--- Comment #3 from Sidney San Martín <s+webkit at sidneysm.com>  2011-05-29 08:49:09 PST ---
I’m currently using this workaround from JavaScript, immediately after the parent’s padding changes:

parent.style.display = 'none'; parent.clientLeft; parent.style.display = '';

-- 
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