WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
12328
editing/pasteboard/4641033 layout test is broken
https://bugs.webkit.org/show_bug.cgi?id=12328
Summary
editing/pasteboard/4641033 layout test is broken
Adele Peterson
Reported
2007-01-18 17:32:09 PST
editing/pasteboard/4641033 layout test is broken This occurred after checkin
r18913
to fix
http://bugs.webkit.org/show_bug.cgi?id=11278
REGRESSION: Popup width doesn't change to accommodate dynamic changes to options
Attachments
Add attachment
proposed patch, testcase, etc.
mitz
Comment 1
2007-01-19 02:20:48 PST
Fixing
bug 11278
exposed an existing problem in the code, which is that the selection granularity maintained in the Frame is not reset properly when the selection is cleared (as happens when navigating to this test from the preceding one) and in other situations where it should be reset. This makes copy and paste behave differently in this test depending on what happened in previous tests, resulting in an extra space being pasted inside the last <option> in the <select> (where this should happen under any circumstances is also questionable). Now that <select>s resize properly, the extra space is reflected in the width of the popup.
Darin Adler
Comment 2
2007-01-21 18:06:34 PST
We should fix both things: 1) lets not leave the granularity around when the selection is cleared 2) lets not insert whitespace inside <option> elements
Mark Rowe (bdash)
Comment 3
2007-01-21 19:53:39 PST
<
rdar://problem/4944770
>
Justin Garcia
Comment 4
2007-01-22 17:49:33 PST
r19036
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug