Closed
Bug 842304
Opened 12 years ago
Closed 11 years ago
Invoking reload-page shortcut should reload page from detached toolbox
Categories
(DevTools :: Framework, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 972512
People
(Reporter: julian.viereck, Unassigned)
Details
No description provided.
Comment 1•12 years ago
|
||
I am not sure what to make of this bug ... can you still reproduce it? If so, can you give us some STR?
Flags: needinfo?(jviereck.dev)
| Reporter | ||
Comment 2•12 years ago
|
||
(In reply to Michael Ratcliffe [:miker] [:mratcliffe] from comment #1)
> can you still reproduce it?
yes
> If so, can you give us some STR?
1) Open the Toolbox via Tools -> Web Developer -> Toogle Tools from the menu (I'm on OSX)
2) Press the "Show in seperate window" button from the Toolbox's toolbar on the left. This pops the Toolbox into its own window
3) Press the shortcut to reload the page - if you're on OSX this is CMD+R
Expected result:
- the browser window should reload
Actual result:
- the browser window does not reload
-----
Michael, let me know if this is precise enough. I'm happy to provide more information if needed (or ping me on IRC - I'm jviereck and hang out on the #devtools IRC channel)
Comment 3•12 years ago
|
||
This is a known limitation. We would have to add a key in the toolbox-window.xul add ourselves reload the tab that the toolbox belongs to. Just like we add the shortcut keys into the toolbox-window.xul when we switch to window host.
See _addKeysToWindow method in toolbox.js
Updated•12 years ago
|
Flags: needinfo?(jviereck.dev)
Comment 4•11 years ago
|
||
This seems to be working in today’s nightly.
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•