Closed
Bug 230442
Opened 22 years ago
Closed 21 years ago
"button onBlur" test incorrectly checks "button onFocus"
Categories
(Developer Documentation Graveyard :: General, defect)
Developer Documentation Graveyard
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: davehogue, Assigned: endico)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20040108 Firebird/0.7+
Build Identifier:
The page claims to check onBlur for the button but actually runs onFocus. And
when onFocus runs it brings up bug 58441
Reproducible: Always
Steps to Reproduce:
1. Go to url
2. View source
Actual Results:
Source says <button onFocus=...
Expected Results:
I assume the source should say <button onBlur=...
Updated•21 years ago
|
Comment 1•21 years ago
|
||
We'll just remove them altogether
Updated•18 years ago
|
Component: Mozilla Developer → Documentation Requests
Product: Documentation → Mozilla Developer Center
Updated•13 years ago
|
Component: Documentation Requests → Documentation
Updated•13 years ago
|
Component: Documentation → General
Product: Mozilla Developer Network → Developer Documentation
You need to log in
before you can comment on or make changes to this bug.
Description
•