Closed
Bug 1100622
Opened 10 years ago
Closed 6 years ago
Scroll bar is hard to find in devtools
Categories
(Firefox :: Theme, defect, P3)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jmichae3, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Attachments
(1 file)
36.86 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0
Build ID: 20141116004002
Steps to reproduce:
about line 646 of time-funcs.js in http://Jesusnjim.com/calculators/time-diff.html any long line that needs scrolling
look for hard-to-find horizontal scroll bar
hover mouse over a variable on same line (watch offer activates)
try to scroll
Actual results:
scroll and watch offer stuff both work at same time, wondering if these will conflict. hope not. h scroll hard to see, didn't know it was there until today. theme is low contrast and darkish, making display hard to read, I have to squint up close to monitor.
Expected results:
lines and scroll should be separate, dark theme should be light theme with standard high contrast.
Updated•10 years ago
|
Component: Untriaged → Developer Tools: Debugger
Comment 1•10 years ago
|
||
I'm not sure if this is an issue we should address this or not. Brian, what is your opinion?
Blocks: dbg-frontend
Flags: needinfo?(bgrinstead)
Summary: debugger code line on same line as horizontal scroll bar in dev edition → Horizontal scroll bar is hard to find
Comment 2•10 years ago
|
||
Jim, can you please post a screenshot of what you are seeing? Also, are you seeing this with the light theme, dark theme, or both?
Flags: needinfo?(bgrinstead) → needinfo?(jmichae3)
Reporter | ||
Comment 3•10 years ago
|
||
I don't see thgis anymore. must have gotten fixed. it was really strange.
dark theme. light theme works fine and has normal scroll bars. the scroll bars in dark theme are in a layer over the code. looks interesting visually, but hard to mouseover since they are so thin and you can't select the text in the layer behind the scrollbars.
Flags: needinfo?(jmichae3)
Reporter | ||
Comment 4•10 years ago
|
||
oops. yes, I do see this, sorry for confusing message. ignore the first line. in comment 3.
Reporter | ||
Comment 5•10 years ago
|
||
https://www.dropbox.com/s/38cee0nkkduyk8z/debugger-scrollbars-dark-theme.png?dl=0
works OK. kind of difficult to discern the horizontal scrollbar though, the text selection color overrides the scrollbar color.
Comment 6•10 years ago
|
||
(In reply to Jim Michaels from comment #5)
> https://www.dropbox.com/s/38cee0nkkduyk8z/debugger-scrollbars-dark-theme.
> png?dl=0
> works OK. kind of difficult to discern the horizontal scrollbar though, the
> text selection color overrides the scrollbar color.
please attach images and other files to bugs, so that future generations can have full context of the details :)
Severity: normal → minor
Component: Developer Tools: Debugger → Theme
Flags: needinfo?(jmichae3)
Reporter | ||
Comment 8•10 years ago
|
||
reposted as attachment
Comment 10•9 years ago
|
||
Please confirm that this annoying bug is indeed a desired user experience.
Comment 11•9 years ago
|
||
Scrolling without wheelmouse always sucks. I opened Bug 1263105 to use <shift>+mousewheel for horizontal scrolling which would really mitigate the issue that scrollbar(s) are hard to find in devtools (because (good!) they are small due to tiny space available).
Summary: Horizontal scroll bar is hard to find → Scroll bar is hard to find in devtools
Comment 12•8 years ago
|
||
There's a thread in discourse about the scrollbars:
https://discourse.mozilla-community.org/t/scrollbar-differences-between-light-and-dark-themes/13403/10
I don't think it arrived at a conclusion though.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Comment 13•6 years ago
|
||
Closing this as it is related to the old debugger.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•