Closed
Bug 770193
Opened 13 years ago
Closed 13 years ago
Make it easier to start searching for scripts in the Debugger
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 17
People
(Reporter: vporof, Assigned: vporof)
References
Details
Attachments
(2 files, 1 obsolete file)
|
1.71 KB,
patch
|
rcampbell
:
review+
|
Details | Diff | Splinter Review |
|
1.75 KB,
patch
|
Details | Diff | Splinter Review |
There's currently no shortcut to focus the searchbox, except for tabbing like crazy or clicking on it. Madness.
We need a command.
| Assignee | ||
Comment 1•13 years ago
|
||
The .. annoying thing is that the debugger needs to have focus somehow before the command would work. We can easily get away with this if we set focus to the source editor on load.
Attachment #644296 -
Flags: feedback?(rcampbell)
| Assignee | ||
Comment 2•13 years ago
|
||
Attachment #644296 -
Attachment is obsolete: true
Attachment #644296 -
Flags: feedback?(rcampbell)
Attachment #646516 -
Flags: review?(rcampbell)
| Assignee | ||
Comment 3•13 years ago
|
||
Changed because bug 775050.
Comment 4•13 years ago
|
||
Comment on attachment 646516 [details] [diff] [review]
v2
+ * Called when the scripts filter key sequence was presed.
typo: pressed.
Attachment #646516 -
Flags: review?(rcampbell) → review+
| Assignee | ||
Comment 5•13 years ago
|
||
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [land-in-fx-team]
| Assignee | ||
Comment 6•13 years ago
|
||
Whiteboard: [land-in-fx-team] → [fixed-in-fx-team]
Comment 7•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 17
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•