Closed
Bug 1213202
Opened 10 years ago
Closed 8 years ago
[devtools][ES6] The const declaration is concatenated with constant name after pretty printing in Scratchpad
Categories
(DevTools Graveyard :: Scratchpad, defect, P3)
DevTools Graveyard
Scratchpad
Tracking
(firefox41 wontfix, firefox42 wontfix, firefox43 wontfix, firefox44 wontfix, firefox45 affected, firefox46 affected, firefox-esr38 affected)
RESOLVED
DUPLICATE
of bug 951622
People
(Reporter: magicp.jp, Unassigned)
References
Details
Attachments
(1 file)
|
64.25 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0
Build ID: 20151008030232
Steps to reproduce:
1. Run any versions Firefox (e.g Nightly 44.0a1)
2. Open Scratchpad (Shift + F4)
3. Open File (e.g. chrome://browser/content/abouthome/aboutHome.js)
4. Click "Pretty Print" button
Actual results:
The const declaration is concatenated with constant name. Please refer to attached image.
Expected results:
The const declaration should not be concatenated with constant name.
Blocks: 938203
Has Regression Range: --- → no
Has STR: --- → yes
status-firefox41:
--- → affected
status-firefox42:
--- → affected
status-firefox43:
--- → affected
status-firefox44:
--- → affected
status-firefox-esr38:
--- → affected
Component: Untriaged → Developer Tools: Scratchpad
OS: Unspecified → All
Hardware: Unspecified → All
Version: 44 Branch → unspecified
status-firefox45:
--- → affected
status-firefox46:
--- → affected
Has Regression Range: no → irrelevant
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•