[Webkit-unassigned] [Bug 5656] REGRESSION: Buttons on Yahoo! Mail misplaced in ToT

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Jan 8 12:48:33 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=5656





------- Additional Comments From ddkilzer at kilzer.net  2006-01-08 12:48 -------
The space between the last </button> tag and the </td> tag is what causes the button to wrap.  If you 
remove the space between these two tags, the HTML renders correctly:

</button></td>

ANY whitespace (spaces, tabs, newlines) will cause it to render incorrectly.  Hopefully this will narrow 
down the cause!


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