Open
Bug 344321
Opened 19 years ago
Updated 2 years ago
Toolbar navigation buttons don't invoke corresponding <command>s
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
UNCONFIRMED
People
(Reporter: ushankar+bugzilla, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.7.12-1.3.1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.7.12-1.3.1
Example: The back button on the toolbar, rather than invoking the "Browser:Back" <command>, calls BrowserBack() directly. This makes it hard to get notified when the back action is invoked globally. The keymappings and other sources appear to do the right thing.
This should be an easy fix, but perhaps there's a reason it's the way it is.
Reproducible: Always
Steps to Reproduce:
1. Attempt to listen to notifications from "Browser:Back" (e.g.) <command>
2.
3.
Actual Results:
Miss events due to corresponding toolbar buttons
Expected Results:
Toolbar buttons should invoke their respective operations via the respective <command>s.
Updated•16 years ago
|
Assignee: jag → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•