Closed
Bug 569078
Opened 15 years ago
Closed 15 years ago
Event propagation problem
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: bugzilla33, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
|
1.20 KB,
text/html
|
Details |
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
Gecko 'click' propagation problem.
Reproducible: Always
Steps to Reproduce:
1. Open URL or attachment.
2. click red area.
Actual Results:
on right click - single alert
on middle click - single alert
Expected Results:
on right click - no alerts
on middle click - no alerts
| Reporter | ||
Comment 1•15 years ago
|
||
Comment 2•15 years ago
|
||
confirmed with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a5pre) Gecko/20100529 Minefield/3.7a5pre ID:20100529040313
Keywords: testcase
Comment 3•15 years ago
|
||
What's the issue? Per DOM spec, click events fire for buttons other than the left mouse button (which is why there's a way to tell what button was actually clicked by examining the event). So your expected results are just wrong, no?
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
Comment 4•15 years ago
|
||
Oh, and the "single alert" (when it should be "double alert") issue is known, iirc.
You need to log in
before you can comment on or make changes to this bug.
Description
•