Closed
Bug 264642
Opened 20 years ago
Closed 14 years ago
onpopupshowing increasingly triggered
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bugs4hj, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
|
1.01 KB,
application/vnd.mozilla.xul+xml
|
Details |
I'll attach a small testcase shortly. It should demonstrate the problem fairly easily. 1) startup mozilla with mozilla -console 2) load XUL attachment 3 [details] [diff] [review]) click on the button 4) hover over menu and wait for the tooltip 5) press ESC 6) repeat step 3+ and note the number of times 'tooltip onpopupshowing' is displayed on your console (+1 for a displayed tooltip). Current result : onpopupshowing is triggered multiple times Expected result: onpopupshowing should only be triggered once
Assignee: jag → events
Component: XP Toolkit/Widgets → Event Handling
QA Contact: jrgmorrison → ian
Updated•15 years ago
|
Assignee: events → nobody
QA Contact: ian → events
Comment 2•14 years ago
|
||
Works fine here. Likely fixed by popup changes long ago. Note that preventBubble() has no effect.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
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
•