Closed
Bug 51867
Opened 24 years ago
Closed 21 years ago
Multiple events being thrown instead of single event
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
RESOLVED
WONTFIX
Future
People
(Reporter: ckritzer, Assigned: sfraser_bugs)
References
()
Details
(Keywords: platform-parity, Whiteboard: [nsbetadenied])
Attachments
(2 files)
Overview: When regressing bugzilla#45368, I noticed the MacOS was throwing
multiple mouseover events (sometimes two, usually three). This is 'bad'.
Steps to Reproduce:
1) Load http://bugzilla.mozilla.org/showattachment.cgi?attach_id=11336
2) Mouse over any of the four tree images
Expected Results: Only 1 javascript alert which says 'I am the IMG'
Actual Results: Two or three javascript alerts.
Platforms tested on:
- LinuxRH62 2000-09-07-08-M18 Commercial
- Win98 2000-09-07-08-M18 Mozilla
- MacOS86 2000-09-07-04-M18 Commercial
Reporter | ||
Comment 1•24 years ago
|
||
PDT: Nominating for nsbeta3+
Reason: High visibility, platform parity, just plain bad <wink>
I will do some initial investigation, I have a hunch this is a duplicate of some
stuff (images using timers instead of normal event queue).
Assignee: joki → heikki
I am lowering severity to major, this is not a crasher.
I attached two new testcases. If either of them works correctly on a Mac, this
might be a duplicate of bug 52209.
Severity: critical → major
This is probably a dup of bug 45309, which was nsbeta3+ but was marked
WORKSFORME. If this is indeed a dup, and it was working at some point, this is
also a regression. Btw, that bug has absolutely beautiful testcases!
After some more testing I found that this really only happens on the Mac.
pinkerton and saari are seeing this.
Also, you see the bug only with alert boxes. I have made modified testcases for
this bug and for bug 45309 which write the message into the document to avoid
alert box, and they have a counter which increments each time a message is
written. With these modified test cases you do not see this bug, which suggests
the real bug is that we get too many alert boxes. Bug 52209 is about that, so I
am reassigning this to danm.
Assignee: heikki → danm
Comment 7•24 years ago
|
||
-> Future. If only on alert(), then this doesn't fit the nsbeta3 p1/p2 criteria
Target Milestone: --- → Future
Comment 10•24 years ago
|
||
Changing Status for my reference. Was NSBETA3-.
Whiteboard: [nsbeta3-] → [nsbetadenied]
Comment 11•24 years ago
|
||
Reassigning QA Contact for all open and unverified bugs previously under Lorca's
care to Gerardo as per phone conversation this morning.
QA Contact: lorca → gerardok
Comment 12•24 years ago
|
||
nominating for dogfood (from sdagley's list of bugs that are good candidates for
our next release)
Updated•23 years ago
|
QA Contact: madhur → rakeshmishra
Updated•22 years ago
|
QA Contact: rakeshmishra → trix
Comment 14•21 years ago
|
||
This bug is targeted at a Mac classic platform/OS, which is no longer supported
by mozilla.org. Please re-target it to another platform/OS if this bug applies
there as well or resolve this bug.
I will resolve this bug as WONTFIX in four weeks if no action has been taken.
To filter this and similar messages out, please filter for "mac_cla_reorg".
Comment 15•21 years ago
|
||
I'm a bad owner for this bug since I no longer have access to a Mac. So I'm
dumping it on sfraser. Simon, this bug is scheduled to be resolved. It could
stand to be saved if it's still a problem, which it could be even on OS X.
Assignee: danm-moz → sfraser
Comment 16•21 years ago
|
||
WFM on Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6a)
Gecko/20031013, marking WONTFIX because we no longer support mac classic.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WONTFIX
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
•