Bug 17033 - REGRESSION: Really long <option> causes unnecessary page scroll bars to accommodate content
Summary: REGRESSION: Really long <option> causes unnecessary page scroll bars to accom...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Normal
Assignee: Nobody
URL: data:text/html,<select style="width: ...
Keywords: HasReduction, InRadar, Regression
Depends on:
Blocks:
 
Reported: 2008-01-27 12:25 PST by Matt Lilek
Modified: 2008-02-17 00:51 PST (History)
2 users (show)

See Also:


Attachments
Account for controls' clipping rect when in {rightmost, leftmost, lowest}Position() (35.37 KB, patch)
2008-02-16 22:27 PST, mitz
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lilek 2008-01-27 12:25:49 PST
A very long bit of content in an <option> will cause scroll bars to appear on the page as if the <select>'s width wasn't limited.
Comment 1 David Kilzer (:ddkilzer) 2008-01-27 13:02:18 PST
This is a regression from Safari 2.0.4 (419.3) with original WebKit on Mac OS X 10.4.11 (8S165).
Comment 2 mitz 2008-01-27 13:25:05 PST
<rdar://problem/5709315>
Comment 3 mitz 2008-02-16 22:27:58 PST
Created attachment 19167 [details]
Account for controls' clipping rect when in {rightmost, leftmost, lowest}Position()
Comment 4 Darin Adler 2008-02-16 23:35:32 PST
Comment on attachment 19167 [details]
Account for controls' clipping rect when in {rightmost, leftmost, lowest}Position()

r=me
Comment 5 mitz 2008-02-17 00:51:31 PST
Fixed in <http://trac.webkit.org/projects/webkit/changeset/30345>.