Closed
Bug 35953
Opened 25 years ago
Closed 21 years ago
Selected OPTION truncated in fixed width SELECT
Categories
(Core :: Layout: Form Controls, defect, P4)
Core
Layout: Form Controls
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: nradov, Assigned: rods)
References
()
Details
(Keywords: html4, testcase, Whiteboard: [HTML4-17.6])
Attachments
(2 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; N; NT; en-US) Mozilla/m13
BuildID: 2000022820
When you select an option in a fixed-width select control the text of the
selected option is truncated but the other options still display correctly.
Reproducible: Always
Steps to Reproduce:
1. Load the page.
2. Use the SELECT control's horizontal scroll bar to scroll to the right and
verify that the complete text if displayed for each OPTION.
3. Click on one of the options.
4. Scroll to the right again.
Actual Results: The selected option's text is truncated to approximately the
width of the SELECT control.
Expected Results: The option text should still be the same after it was selected.
Comment 2•25 years ago
|
||
Verified existance of bug on Linux, as original report of this bug was on
Windows I'm changing OS to all.
Changing status to NEW (I'll also attach the testcase in case the URL above is
ever unavailable).
Comment 3•25 years ago
|
||
Comment 4•25 years ago
|
||
Well I thought I'd changed OS to All, this time lucky I suppose ;)
Adding myself to the Cc list! I've just had this bug tested with a more recent
build (2000041308) on Windows 98 and the same problem occurs.
OS: Windows 2000 → All
Hardware: PC → All
Assignee | ||
Comment 5•25 years ago
|
||
I don't think the trucation is a bug. ListBoxes don't wrap and you have set the
width to something smaller than what can display the content and then the
scrollbar appeared. It seem to me that it is doing the right thing.
Status: NEW → ASSIGNED
Reporter | ||
Comment 7•25 years ago
|
||
It is only the selected option that gets truncated; the other options are still
displayed completely. The bug lies in this inconsistency.
Comment 8•25 years ago
|
||
Assignee | ||
Comment 9•24 years ago
|
||
I am unable to reproduce in straight html. I am reassigning to buster because it
appears to be a TextFrame or Block issue, possibly even a clipping issue.
Assignee: rods → buster
Status: ASSIGNED → NEW
Comment 11•24 years ago
|
||
edge case, only effects display. marking future
Status: NEW → ASSIGNED
Priority: P3 → P4
Target Milestone: M17 → Future
Comment 13•23 years ago
|
||
Build reassigning Buster's bugs to Marc.
Assignee: buster → attinasi
Status: ASSIGNED → NEW
Comment 14•23 years ago
|
||
Sending back into form controls. I can still reproduce this; select one of the
options and scroll right, and the portions of the selected option initially
hidden do not become visible.
Comment 15•21 years ago
|
||
scroll right? I can't do that on those testcases.....
Comment 16•21 years ago
|
||
Well, now I don't see a horizontal scrollbar, either. Since the truncation seems
to be intentional and selection no longer creates an inconsistency, resolving WFM.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•