Closed
Bug 477400
Opened 16 years ago
Closed 16 years ago
No shortcut for SeaMonkey and Thunderbird
Categories
(Other Applications :: DOM Inspector, defect)
Other Applications
DOM Inspector
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: InvisibleSmiley, Assigned: InvisibleSmiley)
References
Details
Attachments
(1 file)
(deleted),
patch
|
sdwilsh
:
review+
philor
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
tasksOverlay.xul (SM) and tasksOverlay-tb.xul (TB) both contain <key id="key_inspectPage">, just like tasksOverlay-ff.xul or tasksOverlay-sb.xul, but unlike the latter they contain no key="key_inspectPage" in the respective <menuitem>. Thus there is no shortcut assigned in those applications (tested only SM but looking at my explanation I'm pretty sure it also applies to TB). The one defined (Ctrl+Shift+I) doesn't seem to clash with anything already defined (again, checked only SM) so I guess this is just an oversight that should be corrected.
Patch coming up.
Assignee | ||
Comment 1•16 years ago
|
||
Assignee | ||
Updated•16 years ago
|
Attachment #361065 -
Flags: review? → review?(sdwilsh)
Comment 2•16 years ago
|
||
Comment on attachment 361065 [details] [diff] [review]
SM+TB shortcuts
[Checkin: Comment 4]
r=sdwilsh
Attachment #361065 -
Flags: superreview?(neil)
Attachment #361065 -
Flags: review?(sdwilsh)
Attachment #361065 -
Flags: review+
Comment 3•16 years ago
|
||
Comment on attachment 361065 [details] [diff] [review]
SM+TB shortcuts
[Checkin: Comment 4]
> <keyset id="tasksKeys">
> <key id="key_inspectPage" key="i" modifiers="accel,shift" command="Tasks:InspectPage"/>
> </keyset>
>
> <menupopup id="toolsPopup">
>- <menuitem id="menu_inspector" label="&inspectorTaskCmd.label;"
>+ <menuitem id="menu_inspector" label="&inspectorTaskCmd.label;" key="key_inspectPage"
> accesskey="&inspectorTaskCmd.accesskey;" command="Tasks:Inspector"/>
> </menupopup>
Interestingly the key's command is Tasks:InspectPage while the menuitem's command is Tasks:Inspector (and I quite like to have the choice, so I'd rather not use Firefox's solution of making them both InspectPage). Mind you, we do have a smallish precedent with the compose window where pressing Ctrl+Return will prompt for confirmation but clicking the menuitem with that label won't.
Attachment #361065 -
Flags: superreview?(neil) → superreview+
Assignee | ||
Updated•16 years ago
|
Attachment #361065 -
Flags: review?(philringnalda)
Updated•16 years ago
|
Attachment #361065 -
Flags: review?(philringnalda) → review+
Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
Comment 4•16 years ago
|
||
Comment on attachment 361065 [details] [diff] [review]
SM+TB shortcuts
[Checkin: Comment 4]
http://hg.mozilla.org/dom-inspector/rev/a5e39890d1ab
Attachment #361065 -
Attachment description: SM+TB shortcuts → SM+TB shortcuts
[Checkin: Comment 4]
Updated•16 years ago
|
Assignee | ||
Comment 5•16 years ago
|
||
This was not working for me until I realized that some third-party software had already taken control over the Ctrl+Shift+I shortcut (in my case it was Miranda but there are probably more applications reserving shortcuts globally, e.g. Trillian).
You need to log in
before you can comment on or make changes to this bug.
Description
•