[Webkit-unassigned] [Bug 52535] offsetLeft is wrong for elements inside a TD whose style is set to position:relative

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 26 08:33:06 PST 2011


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





--- Comment #7 from Jeremy Moskovich <playmobil at google.com>  2011-02-26 08:33:05 PST ---
After a bit more prodding it looks like the problem is actually in offsetParent() where the table element is skipped if the current element is relatively positioned.  Because WebKit overwrites the TD element's position CSS attribute, we don't correctly skip over the table element like other browsers.

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