Closed
Bug 4079
Opened 26 years ago
Closed 25 years ago
JS events: onBlur failure
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: ckritzer, Assigned: joki)
References
()
Details
(Whiteboard: [MAKINGTEST] compact@cam.org)
Actual Result:
onBlur failed areas marked 1,2,3,7,8 on above URL
Expected Result:
Each object, when given focus, should show a corresponding message in the Input
Events[3] field
Reporter | ||
Updated•26 years ago
|
Priority: P3 → P2
QA Contact: 3847 → 4120
Reporter | ||
Comment 1•26 years ago
|
||
Sorry, the last lines of the previous comments should read:
"Each object, when focus is removed, should show a corresponding message in the
Input Events[3] field"
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
Focus/blur should work now
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Comment 3•25 years ago
|
||
On 041999 build for MacOS:
onBlur() works for area 1, and partly for area 2 (meaning, "if you click on area
4, it will display 'Blur: password ()' in the Input Events[3] area").
Areas 3, 4, 7 & 8 still do not display in Input Events[3] area.
Updated•25 years ago
|
OS: Mac System 8.5 → other
Hardware: Macintosh → Other
Comment 4•25 years ago
|
||
Re bug #4061
In addition to MacOS, the Blur event is not working on Linux for 1, 2, 3, 4, 7,
and 8. It is working for radios, checkboxes, and buttons.
Updated•25 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 25 years ago
Resolution: --- → FIXED
Comment 5•25 years ago
|
||
It looks like this has been fixed (after testing today's build on Mac with the
url listed above). Chris--Please verify. :-)
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 6•25 years ago
|
||
Weird. I thought I closed this several days ago.
Marking VERIFIED FIXED on MacOS86 & Linux6 102708 apprunner, and on Win98 102709
apprunner.
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
•