Closed
Bug 304784
Opened 19 years ago
Closed 18 years ago
Nested menupopups use top-level oncommand instead of its own.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: waymost+firefox, Unassigned)
Details
(Whiteboard: CLOSEME 06/27)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050816 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050816 Firefox/1.0+ When dynamically creating menus and submenus using JS, the oncommand attribute of the lower-level menupopups are not being run to construct the menu. Instead, the parent menupopup's oncommand attribute is being used. This results in an endless recursion of the same menu being popped up from the menu. Reproducible: Always Steps to Reproduce: 1. Dynamically create nested menupopups that all use oncommand attribute. 2. Attempt to access lower level menus in nested submenu interface. 3. Actual Results: The top-level menu is recursively shown. Expected Results: The correct menu should appear.
| Reporter | ||
Comment 1•19 years ago
|
||
| Reporter | ||
Comment 2•19 years ago
|
||
| Reporter | ||
Updated•19 years ago
|
Attachment #192805 -
Attachment description: XPI extension which shows the problem. → ForwardFork (extension which shows the problem)
| Reporter | ||
Comment 3•19 years ago
|
||
(In reply to comment #0) > Steps to Reproduce: > 1. Dynamically create nested menupopups that all use oncommand attribute. > 2. Attempt to access lower level menus in nested submenu interface. > 3. > I looked back and saw how vague those steps are. Here's a more specific reproduction method given you have the extension attached installed. Steps to Reproduce: 1. Open a new tab. 2. Surf to three or four websites. (I usually just open up a forum like at MozillaZine) 3. Once you have a history of a few sites, go back two or three, and then click ahead to a different site. 4. With the extension installed, click the forward menu popup and you will see the recursion.
Comment 4•18 years ago
|
||
Reporter, do you still see this problem with the latest Firefox 2? If not, can you please close this bug as WORKSFORME. Thanks!
Whiteboard: CLOSEME 06/27
Version: unspecified → 1.0 Branch
| Reporter | ||
Comment 5•18 years ago
|
||
I haven't been able to reproduce this in 2.0.0.4. Closing as WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•