[Webkit-unassigned] [Bug 16898] New: Text of entire page incorrectly center aligned

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 16 18:22:43 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16898

           Summary: Text of entire page incorrectly center aligned
           Product: WebKit
           Version: 523.x (Safari 3)
          Platform: Macintosh
               URL: http://www.ffconsultancy.com/languages/ray_tracer/compar
                    ison.html
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: esprehn at gmail.com


The referenced page has all text center aligned. Firefox 2, Opera 9 and IE6 all
left align the text of the page.

Using "javascript:t = document.getElementsByTagName("table"); for(i=0; i <
t.length; i++) { t[i].style.textAlign = "left"; }" in the location bar after
the page loads seems to correct this, so I'm going to take a guess this is a
table that isn't closed somewhere spilling over across the entire page.


-- 
Configure bugmail: http://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