Closed
Bug 80268
Opened 25 years ago
Closed 25 years ago
html form select is broken so cannot use Bugzilla for reporting, updating or querying bugs
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: asa, Assigned: rods)
References
Details
(Keywords: smoketest)
Tested with 051104 win32 mozilla build on win2K
Summary:
HTML selects are not functioning. Selecting an item in the dropdown list does
not replace the default item. This breaks Bugzilla for almost everything and no
doubt breaks a handful of top 100 sites. This is a smoketest blocker. Please
do not open the tree until this problem is resolved.
Steps to reproduce:
1. load a bugzilla query page <http://bugzilla.mozilla.org/query.cgi>
2. attempt to change any dropdown selects (email matching type for example)
Results:
The select value is not updated with the user's selection.
Expected Result:
| Reporter | ||
Comment 1•25 years ago
|
||
fixing component and setting severity (not with mozilla).
Assignee: jst → rods
Severity: normal → blocker
Component: DOM Level 0 → HTML Form Controls
Keywords: smoketest
QA Contact: desale → vladimire
Summary: html select is broken so cannot use Bugzilla for reporting, updating or querying bugs → html select is broken so cannot use Bugzilla for reporting, updating or querying bugs
Comment 3•25 years ago
|
||
cc'ing anthonyd who changed selects yesterday, and kin who r='d
| Reporter | ||
Comment 4•25 years ago
|
||
updating summary. This is actually HTML Form OPTION that is broken.
Summary: html select is broken so cannot use Bugzilla for reporting, updating or querying bugs → html form option is broken so cannot use Bugzilla for reporting, updating or querying bugs
Comment 5•25 years ago
|
||
Has anyone reproduced this bug on any platform besides Windows? I'm not seeing
it on my Macintosh debug build.
| Reporter | ||
Comment 7•25 years ago
|
||
this worksforme on linux and macintosh builds from this morning. Sorry for
neglecting to include that in the original comments. (also fixing summary again,
I'm an idiot. btw, what makes a select with a dropdown different from a select
with a list?)
Summary: html form option is broken so cannot use Bugzilla for reporting, updating or querying bugs → html form select is broken so cannot use Bugzilla for reporting, updating or querying bugs
Comment 8•25 years ago
|
||
I have no problems with selects w/ drop downs, but selects in a list I cannot
do anything with. Worked fine in 0.7
damn midair collisions
i have revisited my checkins, and i dont see how i caused this.
anthonyd
Comment 10•25 years ago
|
||
to be on the safe side, i backed out my changes, and still had the bug, so we
to start looking at other changes.
anthonyd
Comment 11•25 years ago
|
||
dup of 78725?
Comment 12•25 years ago
|
||
just as an additional data point, only mouse navigation seems to be broken.
keyboard navigation of the select still works no problem. so probably something
mouse event related.
Comment 13•25 years ago
|
||
*** Bug 80348 has been marked as a duplicate of this bug. ***
Comment 14•25 years ago
|
||
I am unable to select via either mouse or keyboard.
Comment 15•25 years ago
|
||
Backing out 79720 fixed the bug. Marking fixed.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 16•25 years ago
|
||
*** Bug 80387 has been marked as a duplicate of this bug. ***
Comment 17•25 years ago
|
||
*** Bug 80309 has been marked as a duplicate of this bug. ***
Comment 18•25 years ago
|
||
*** Bug 80277 has been marked as a duplicate of this bug. ***
Comment 19•25 years ago
|
||
verifying fixed on build 2001-05-17-04-trunk windows 98
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•