Closed
Bug 1255603
Opened 9 years ago
Closed 5 years ago
Scratchpad scrollbar should be at the edge (Fitts' Law)
Categories
(DevTools Graveyard :: Scratchpad, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: pete_a90, Unassigned)
References
Details
(Whiteboard: [btpp-backlog])
1. (On MS Windows at least) open "Menu | Developer | Scratchpad"
2. Maximize the Scratchpad window
3. There is spacing between the scrollbar and the edge of the monitor so clicking on the edge does nothing.
Comment 1•9 years ago
|
||
pete: Just tried your scenario on Windows 7, I definitely see an issue, but not sure it's the same as you:
- open scratchpad
- add enough text to have a vertical scrollbar
- maximize the window
- move the mouse cursor to the right edge of the screen
(at this step, the mouse cursor becomes the horizontal resize handle)
- click
The click does nothing, as you said but I can't really see any spacing. The only peculiar symptom I see is this resize cursor when the mouse cursor is on the edge.
If what you experience is different could you post a screenshot and add the windows version you are testing on ? Thanks!
(My guess is that the mouse cursor is actually sitting on the "Inspect" panel splitter. By default this panel is collapsed until you click on inspect. The clicks are probably swallowed by the splitter here.)
Flags: needinfo?(pete_a90)
Comment 2•9 years ago
|
||
(I guess the spacing you referred to was 1px, hard to see with the dark theme's floating scrollbars)
Same issue can be seen on other devtools modules : Debugger, Console, StyleEditor, Network, Storage, Performance... Basically every module that has a right panel collapsed.
Updated•9 years ago
|
Status: UNCONFIRMED → NEW
Has STR: --- → yes
Ever confirmed: true
OS: Unspecified → Windows
Priority: -- → P3
Your repro is exactly what I'm seeing.
Another problem I just discovered is that there is 2px spacing on the left of the scrollbar. e.g. if you move the mouse from the text widget on the left to the scrollbar on the right, the mouse cursor changes from an I-beam to an arrow but it takes 2 more pixels of movement to the right to actually get the scrollbar to respond to clicks.
Flags: needinfo?(pete_a90)
Updated•9 years ago
|
Whiteboard: [btpp-backlog]
Updated•9 years ago
|
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 4•5 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: 5 years ago
Resolution: --- → WONTFIX
Updated•5 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•