[Webkit-unassigned] [Bug 22833] New: Safari does not give the true callback for offsetTop on td elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 12 15:00:29 PST 2008


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

           Summary: Safari does not give the true callback for offsetTop on
                    td elements
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: PC
               URL: http://atlanticbirding.co.cc/test.html
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: coppersmithbarbet at yahoo.ca


Safari will read the offsetTop of a <td /> element as if it was an inline
element, even if the width/height is set. If you give it a 'border' with CSS,
it will follow the perimeter according the set width/height, but if you give it
an 'outline' with CSS, it will follow the 'inline' perimeter. If you try to get
the offsetTop the <tr /> element, it works, but you can't set a CSS border or
an outline of a <tr />.


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



More information about the webkit-unassigned mailing list