Open
Bug 1271615
Opened 9 years ago
Updated 3 years ago
Inspector: Collapse/Expand toggle in "ev" popup and "Edit As HTML" is too small
Categories
(DevTools :: Inspector, defect, P3)
Tracking
(firefox46 affected, firefox47 affected, firefox48 affected, firefox49 affected, firefox-esr45 affected)
People
(Reporter: nachtigall, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0
Build ID: 20160508004021
Steps to reproduce:
1. Go to Inspector
2. Hover mouse over "ev" bubble to open popup
3. I clicked on the left hand side of the popup and thought that this would lead me to this very line in the Debugger.
Actual results:
However, this seems to be a way to collapse and expand code. The toogle button is hardly recognizable.
See screenshot taken with Developer Edition 48. I also tried the Nightly branch, where the toggles are a bit better visible but not much.
Expected results:
Just make the toggle button bigger and better visible.
I guess this issue might be a first good bug with lang=js
I confirmed in Mac OS X, Linux and Windows
This issue is in the source editor (e.g. Style editor, Shader Editor, Scratchpad...)
[chrome://devtools/content/sourceeditor/codemirror/mozilla.css]
.CodeMirror-foldgutter-open:after {
font-size: 120%;
content: "\25BE";
}
.CodeMirror-foldgutter-folded:after {
font-size: 120%;
content: "\25B8";
}
Status: UNCONFIRMED → NEW
status-firefox46:
--- → affected
status-firefox47:
--- → affected
status-firefox48:
--- → affected
status-firefox49:
--- → affected
status-firefox-esr45:
--- → affected
Ever confirmed: true
FWIW: The toggle buttons are also too small and misaligned in Edit HTML box of the Inspector.
Summary: Inspector: Collapse/Expand toggle in "ev" popup is too small → Inspector: Collapse/Expand toggle in "ev" popup and "Edit As HTML" is too small
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•