Closed
Bug 885432
Opened 12 years ago
Closed 8 years ago
Switching tabs with cmd+[0...9] not working when debugger is paused on OSX
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mds, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
436 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20100101 Firefox/21.0 (Beta/Release)
Build ID: 20130511120803
Steps to reproduce:
1. Open few tabs
2. Open the Inspector/Debugger in one of the tabs
3. Place a breakpoint in JS code
4. Hit the breakpoint
5. Try to move to a different tab using the shortcut cmd-n (n is a number)
Actual results:
Nothing: the requested tab won't be focused
Expected results:
The selected tab should be focused, normally
Updated•12 years ago
|
Component: Untriaged → Developer Tools: Debugger
Reporter | ||
Comment 1•12 years ago
|
||
Cmd-T (open new tab) also doesn't get honored when the Debugger is paused.
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Thanks for reporting!
Let me summarize the steps to reproduce:
1. Open few tabs
2. Open the Inspector/Debugger in one of the tabs
3. Place a breakpoint in JS code
4. Hit the breakpoint
5. Try to move to a different tab using the shortcut cmd-n (n is a number)
6. Move with cmd-n on the tab with the active debugger
After steps 6 all shortcuts like cmd-n or cmd-T don't work.
It doesn't work with the Nightly (20130620031010),too.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•12 years ago
|
Attachment #765596 -
Attachment mime type: text/plain → text/html
Updated•11 years ago
|
Summary: [Mac] Tab switching with cmd-n shortcut not honored with active breakpoints → [Mac] Tab switching with cmd-# shortcut not honored with active breakpoints
Updated•11 years ago
|
Priority: -- → P3
Summary: [Mac] Tab switching with cmd-# shortcut not honored with active breakpoints → [Mac] Tab switching with cmd-[0...9] shortcuts not honored with active breakpoints
Comment 4•11 years ago
|
||
WORKSFORME in Nightly 30.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Comment 5•11 years ago
|
||
I have tested it again on Nightly 30.0a1 (2014-03-13) on
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:30.0) Gecko/20100101 Firefox/30.0
It doesn't work for me.
After hitting the break-point I moved with cmd-n on the other tabs
Then I came back to the tab with the active debugger with cmd-n
Then all the shortcuts cmd-n or cmd-t didn't work.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Updated•10 years ago
|
Summary: [Mac] Tab switching with cmd-[0...9] shortcuts not honored with active breakpoints → Switching tabs with cmd+[0...9] not working when debugger is paused on OSX
Updated•10 years ago
|
Blocks: dbg-frontend
Reporter | ||
Comment 6•8 years ago
|
||
This doesn't reproduce anymore on any channel, I guess we can close it for good.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 8 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•