Closed
Bug 1444028
Opened 7 years ago
Closed 6 years ago
Screen shaking on Inspect element
Categories
(DevTools :: Inspector, defect, P2)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1479887
People
(Reporter: zichuange, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [dt-q])
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:58.0) Gecko/20100101 Firefox/58.0
Build ID: 20180206200532
Steps to reproduce:
OS: macOS 10.13.3 (17D47)
Browser: Firefox 58.0.2 (64-bit)
1.Open my index.html in Firefox
2. Open devtool
3. Set window size to 1039
4. Hover mouse at .nav-language > a
Actual results:
Screen shaking
Expected results:
Screen shouldn't shake
Hi, thanks for reporting this issue.
I can't seem to reproduce this issue with the following specs:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv: 59.0) Gecko/20100101 Firefox 59.0
Can you try updating to the newest version of Firefox and see if you're still encountering this bug?
Component: Untriaged → Layout
Flags: needinfo?(zichuange)
Product: Firefox → Core
I just updated to the newest version. Version 59.0 (64-bit)
This bug still exist.
I've recorded a gif, here it is.
https://imgur.com/FNW1hs5
Flags: needinfo?(zichuange)
This seems like an Inspector related issue, moving there.
I noticed that you seem to have scrollbars taking up space on the side. What OS setting do you have selected at System Preferences -> General -> Show scroll bars?
Component: Layout → Developer Tools: Inspector
Flags: needinfo?(zichuange)
Product: Core → Firefox
Per Comment 2 attachment.
Status: UNCONFIRMED → NEW
Ever confirmed: true
System Preferences -> General -> Show scroll bars -> Automatically based on mouse or trackpad
Flags: needinfo?(zichuange)
(In reply to zichuange from comment #5)
> System Preferences -> General -> Show scroll bars -> Automatically based on
> mouse or trackpad
Thanks! In that case, are you using a mouse or a trackpad?
Flags: needinfo?(zichuange)
(In reply to J. Ryan Stinnett [:jryans] (use ni?) from comment #6)
> (In reply to zichuange from comment #5)
> > System Preferences -> General -> Show scroll bars -> Automatically based on
> > mouse or trackpad
>
> Thanks! In that case, are you using a mouse or a trackpad?
I'm using trackpad.
Flags: needinfo?(zichuange)
Comment 8•7 years ago
|
||
I reproduced this too. This was on Windows 10, with a mouse.
Here's a gif of my issue. The gif has a much lower framerate however, so it appears to be a very slow flickering, while in fact it flickers like crazy.
It looks like an issue trying to position the "nodeinfobar". If you disable it the problem doesn't occur anymore.
Updated•6 years ago
|
Priority: -- → P2
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Whiteboard: [dt-q]
Comment 13•6 years ago
|
||
I can't reproduce this anymore, but I do still see a scrollbar appearing on the document when the "nodeinfobar" appears near the edge.
I think we can solve this by adding an overflow: hidden
CSS declaration to the :-moz-native-anonymous .highlighter-container
CSS rule in /devtools/server/actors/highlighters.css
.
This way, it would make the container for all highlighters not overflow. We have many highlighters though, and I don't know if this would impact other things beside fixing this bug. So, thorough testing is required.
Updated•6 years ago
|
Blocks: overflow-debugging
Comment 14•6 years ago
|
||
The solution I'm investigating in bug 1479887 seems to fix this issue too. So closing as a dupe.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•