[Webkit-unassigned] [Bug 23248] New: CSS class change result in inconsistent layout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 12 02:07:50 PST 2009


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

           Summary: CSS class change result in inconsistent layout
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: Adam_5Wu at hotmail.com


As shown in the sample html:

The element <label> initially has a class name "Top", which is associated to
style "display: block"; this makes the label displayed above the text input;

Then, by clicking on the "Right" button, the class name of the label is
reassigned to "Right", which is associated to style "float: right". The label
now should be displayed on the same line with the text input, to the right; but
on Safari 3.2.1, the label is still displayed above the text input, and become
right aligned.

However, again on Safari 3.2.1, if the "Left" button (which has no style
associated to it) is clicked first (essentially removes style "display:
block"), then the "Right" button, the label's layout is rendered as expected.


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