Closed
Bug 1327188
Opened 6 years ago
Closed 3 years ago
Scratchpad partially looses focus in unusual semi-functional way if text in tooltip was selected
Categories
(DevTools Graveyard :: Scratchpad, defect, P3)
DevTools Graveyard
Scratchpad
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: arni2033, Unassigned)
Details
>>> My Info: Win7_64, Nightly 49, 32bit, ID 20160526082509
STR_1:
1. Open scratchpad
2. Type "console.log("____");" w/o outer quotes.
3. Place caret between "__" and "__" [you'll get "console.log("__[caret]__");"]
4. Select text "text" in tooltip
5. Press Ctrl+L
6. Press Ctrl+Z
AR:
Step 5 - selected text ("\n/*\nundefined\n*/") appears, but selection has gray background
instead of blue, what means that code area in scratchpad isn't focused in a normal way
Step 6 - no visible action
ER: Either X+Y or Y
X) Step 5 - selected text should be selected with blue background, just like always
Y) Step 6 - shortcuts should work as if scratchpad was focused in a normal way
Note: Oh and by the way, I can't right-click on selected text in Step 4. I hope somebody will fix it
Updated•5 years ago
|
Product: Firefox → DevTools
Comment 2•3 years ago
|
||
Scratchpad was removed in Bug 1519103 (Firefox 72). You can check the alternative in https://wiki.developer.mozilla.org/en-US/docs/Tools/Deprecated_tools#Scratchpad .
The Scratchpad bug list was reviewed and I think this bug can be safely closed.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
Updated•3 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•