Closed
Bug 971982
Opened 11 years ago
Closed 9 years ago
Inspector jumps weirdly when you select a node with display:none
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: canuckistani, Unassigned)
Details
STR:
1. inspect https://bugzilla.mozilla.org/show_bug.cgi?id=968315 ( for example )
2. inspect the fourth li element in the 'useful links' footer ( #links-actions > ul:nth-child(1) > li:nth-child(4) )
( screenshot: http://note.io/MdmESX )
3. hit the down arrow to select the next node ( #links-actions > ul:nth-child(1) > li:nth-child(5) ) which is the quick search form and has display:none set
Expected result: the viewport stays in view
Actual result: the viewport jumps up the page ( but ot to the top??? )
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•