Closed
Bug 263642
Opened 21 years ago
Closed 21 years ago
Select options redraw oddly in a table cell
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: marc.loiselle, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
|
543 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20040914 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20040914 Firefox/0.10.1
When selecting an option from a select drop down using keyboard, the options
will redraw briefly in the wrong place (at left edge of table cell).
This only happens if the select is in a td with align and width specified. See
test case.
Reproducible: Always
Steps to Reproduce:
1.Set focus to the select
2.Press alt-down
3.Press arrow-down or arrow-up
Actual Results:
Select option briefly display at left edge of cell.
Testcase will be attached.
| Reporter | ||
Comment 1•21 years ago
|
||
Comment 2•21 years ago
|
||
Confirming
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041004
Firefox/0.10.1
A performance gain could be acchived by fixing this
Comment 3•21 years ago
|
||
Gary, you confirmed a bug filed on _trunk_ with a _branch_ build.
This worksforme on trunk. Marking so, but please reopen if this is reproducible
in a current trunk build.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 4•21 years ago
|
||
Bug is not present on trunk but is present on 1.7 branch and aviary branch.
Changing version to 1.7 Branch and reopening.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Version: Trunk → 1.7 Branch
Comment 5•21 years ago
|
||
Is this maybe a dup of Bug 255761?
Comment 6•21 years ago
|
||
No, but probably fixed by bug 238493 nevertheless.
Marc, at this point dangerous fixes like this aren't going into the branch, so
if you insist that this is a branch only bug, then WONTFIX.
Status: REOPENED → RESOLVED
Closed: 21 years ago → 21 years ago
Depends on: 238493
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•