Closed
Bug 4084
Opened 26 years ago
Closed 26 years ago
[PP] JS events: Mac form element events
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P2)
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: ckritzer, Assigned: pierre)
References
()
Details
Actual Result:
onChange failed areas marked 10, 11 on above URL
Expected Result:
Each object, when given clicked, should show a corresponding message in the Input
Events[3] field and perform a different, distinct function.
Which they don't. They all screw up differently.
The Submit[10] button should submit the info and update the Input Events[3]
section. It is unclear if it submits (since the JS Console is not functioning in
viewer on Mac) but it resets the entire page.
The Reset[11] button should reset the entire page and update the Input Events[3]
section. Instead, it doesn't reset Password[2] or Filename[4], and on My Web
Browser[6], whatever radio button is selected becomes de-selected and the other
two become selected.
Reporter | ||
Updated•26 years ago
|
Priority: P3 → P2
QA Contact: 3847 → 4120
Updated•26 years ago
|
Summary: JS events: onChange failure → JS events: Mac form element events
Comment 1•26 years ago
|
||
Pierre, some of these may be specific Mac form element failures, not event
system failures - when you get a chance can you look at these?
Assignee | ||
Updated•26 years ago
|
Assignee: joki → pierre
Summary: JS events: Mac form element events → [PP] JS events: Mac form element events
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•26 years ago
|
||
Correct: some (most? all?) of these problems are Mac specific. It's a great test
page!
Reassigned to myself.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M7
Assignee | ||
Comment 3•26 years ago
|
||
Reminder: Although this bug happens with native widgets, it will not entirely be
fixed when we move to GFX Widgets. A good part of it comes from the event
handler.
Assignee | ||
Comment 4•26 years ago
|
||
CC'd saari who is also working on focus
Comment 5•26 years ago
|
||
pierre may be able to get to these before M7 ends but
I also saw this...
"I'm on vacation this week.
I'll be back at the office Monday June 14th (weather permitting)."
moving to m8 for now
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Target Milestone: M8 → M7
Assignee | ||
Comment 6•26 years ago
|
||
Fixed.
Note: like on Gecko/Windows, we send many more focus and blur events than with
Communicator.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 7•26 years ago
|
||
Verified Fixed on 1999-06-18-08 MacOS 8.5.
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
•