Closed
Bug 203748
Opened 22 years ago
Closed 22 years ago
Cannot scroll HTML SELECT with width style using thumb
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 201797
People
(Reporter: stephen.moehle, Assigned: roc)
Details
Attachments
(1 file, 1 obsolete file)
3.21 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030428
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030428
An HTML SELECT control cannot be scrolled using the mouse and the thumb of the
SELECT's scrollbar if it has a width style as in:
<select name="B" style="width: 2.4in;">
The thumb highlights when clicked on, but it will not move up or down and will
not scroll the contents of the SELECT. Remove the style, and it works. This is
a regression within the last couple of weeks.
Tested with Mozilla trunk 2003-04-28-15 on Linux and 2003-04-28-08 on Windows 2000.
Reproducible: Always
Steps to Reproduce:
Reporter | ||
Comment 1•22 years ago
|
||
Reporter | ||
Comment 2•22 years ago
|
||
Attachment #121979 -
Attachment is obsolete: true
Comment 4•22 years ago
|
||
I've been trying to track down when this problem was introduced. Going back to
build 2003042105 the test case causes a crash when the scroll bar is clicked.
Build 2003042208 gives the same behaviour as current nightlies. The checkins in
this period are given by:
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=SeaMonkeyAll&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=04%2F21%2F2003+00%3A00%3A00&maxdate=04%2F22%2F2003+23%3A59%3A59&cvsroot=%2Fcvsroot
The ones that stand out as related to scrolling from this list are bug 201767
and bug 201624, but I can't see which if either might have fixed the crash (and
hence potentially have lead to this bug).
Comment 5•22 years ago
|
||
This seems to be fixed in the latest nightly build - 2003050610 on Windows XP Pro.
Reporter | ||
Comment 6•22 years ago
|
||
You are right. This is fixed with 2003-05-07-04 trunk on WinXP. Marking as such.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 7•22 years ago
|
||
reopening to dupe to 201797
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 8•22 years ago
|
||
*** This bug has been marked as a duplicate of 201797 ***
Status: REOPENED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•