Closed
Bug 131843
Opened 23 years ago
Closed 21 years ago
javascript onblur event called for checkbox or radio control results in a crash
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: madhur, Assigned: saari)
Details
(Keywords: crash, testcase)
Attachments
(1 file)
(deleted),
text/html
|
Details |
1. open the attached testcase.
2. tab to the "onblur event" checkbox
3. hit enter
the onblur event is triggered. An alert box is displayed saying "onblur event"
4. hit the enter key
results in a crash on the experimental build.
I tested this on buildID : 2002-03-18-05trunk.
There was no crash on this build, but when i did steps 1-3, the alert box did
pop up (alert box should not pop up since the checkbox still has focus ).
when i hit the enter key, i lose focus from the window.
Reporter | ||
Comment 1•23 years ago
|
||
run the steps described above
Reporter | ||
Comment 2•23 years ago
|
||
another thing i noticed. see the same attached testcase.
1. when i click on the onclick event checkbox --- i see a check mark. when i
click or hit the enter key on the "ok" button of the alert box --- the checkmark
disappears.
2. when i click the onblur event checkbox or the onfocus event checkbox --- i do
not see any checkmark appear, thought the focus remains on the respective
control.
Comment 3•23 years ago
|
||
I get this on a nightly build I just pulled down as well as my branch build.
Doesn't seem related to the branch changes. The other comments you mentioned
about checkmarks are fixed.
Status: NEW → ASSIGNED
Summary: [experimental build] javascript onblur event called for checkbox control results in a crash → javascript onblur event called for checkbox control results in a crash
Reporter | ||
Comment 4•23 years ago
|
||
verified that the checkmark issue is fixed in the new experimental build.
The crash issue has still to be fixed.
Reporter | ||
Comment 5•23 years ago
|
||
same thing happens for <input type=radio>
IncidentID : 4469134
changing summary.
Summary: javascript onblur event called for checkbox control results in a crash → javascript onblur event called for checkbox or radio control results in a crash
Updated•23 years ago
|
QA Contact: madhur → rakeshmishra
Comment 6•22 years ago
|
||
A test suite has been created to track bug 58441, bug 134293,
bug 105129, bug 131843, bug 50221, bug 134321, bug 122311,
and bug 112294:
http://bugzilla.mozilla.org/attachment.cgi?id=100778&action=view
People who have reported problems in the bugs mentioned
please perform all the test in this suite. All bugs will be resolved
as duplicate of the appropriate bug unless someone can reproduce
a problem with onblur/onfocus style change (no alert involved)
Updated•22 years ago
|
QA Contact: rakeshmishra → trix
Comment 7•22 years ago
|
||
By the definitions on <http://bugzilla.mozilla.org/bug_status.html#severity> and
<http://bugzilla.mozilla.org/enter_bug.cgi?format=guided>, crashing and dataloss
bugs are of critical or possibly higher severity. Only changing open bugs to
minimize unnecessary spam. Keywords to trigger this would be crash, topcrash,
topcrash+, zt4newcrash, dataloss.
Severity: normal → critical
Comment 9•21 years ago
|
||
WFM, 2003-10-31-05 trunk Linux
Comment 10•21 years ago
|
||
WFM, 2003-10-28-04 trunk Windows 98 SE.
-> WORKSFORME
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•