Unable to select Checkbox, Radio and Select form elements in designMode=true in FireFox 3.x
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: info, Unassigned)
References
()
Details
Attachments
(2 files)
Comment 1•16 years ago
|
||
Comment 2•16 years ago
|
||
Reporter | ||
Comment 3•16 years ago
|
||
Comment 4•16 years ago
|
||
Updated•16 years ago
|
Updated•16 years ago
|
Comment 6•16 years ago
|
||
Comment 7•16 years ago
|
||
Comment 8•16 years ago
|
||
Comment 9•16 years ago
|
||
Comment 10•16 years ago
|
||
Comment 12•16 years ago
|
||
Comment 13•16 years ago
|
||
Comment 14•16 years ago
|
||
Comment 15•16 years ago
|
||
Comment 16•16 years ago
|
||
Comment 18•14 years ago
|
||
Comment 19•14 years ago
|
||
Comment 20•14 years ago
|
||
Comment 21•14 years ago
|
||
Comment 22•14 years ago
|
||
Comment 23•14 years ago
|
||
Comment 24•13 years ago
|
||
Comment 25•12 years ago
|
||
Comment 26•2 years ago
|
||
In the process of migrating remaining bugs to the new severity system, the severity for this bug cannot be automatically determined. Please retriage this bug using the new severity system.
Comment 27•2 years ago
|
||
I think this issue still exists, if I'm understanding correctly.
STR for the issue that I'm seeing when retesting with Nightly 115:
- Load https://bug446670.bmoattachments.org/attachment.cgi?id=337902
- Click the checkbox, radio button, or select dropdown menu.
EXPECTED RESULTS:
"click on [...form control type...]" should appear in the logging area on the left.
ACTUAL RESULTS:
No logging appears. (For select dropdown, we do log Focus on "SELECT"
, but we don't log anything for the click.
We do log clicks for the other form widgets in the testcase, so there does seem to be a strange discrepancy of some sort here.
Anyway -- triaging as S3. Also updating the URL field to point to the attached testcase, since the URL that we had there is now 404.
Description
•