[Webkit-unassigned] [Bug 9316] REGRESSION: text field width shrinks on first keystroke

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Jun 15 14:50:54 PDT 2006


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





------- Comment #6 from opendarwin.org at mitzpettel.com  2006-06-15 14:50 PDT -------
I think this is a regression from the fix for bug 8969. The text field's
containing block is not taking part in the layout, so its floating objects list
contains the text field when the field's width is calculated, so that
calculation is based on an incorrect lineWidth.

It can be fixed by not doing subtree layout if the text field is floating, but
perhaps there's a more subtle way to fix it.


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