Closed
Bug 1024068
Opened 11 years ago
Closed 9 years ago
Page not scrolls to focus in inspector
Categories
(DevTools :: Inspector, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: andreythinking, Unassigned)
References
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:30.0) Gecko/20100101 Firefox/30.0 (Beta/Release)
Build ID: 20140608211132
Steps to reproduce:
1) open some page;
2) open html inspector from context menu entry ("inspect element"). Visible page area will be reduced ~ by half;
3) click html tags at the top of html code and see highlighted areas on html page;
4) click html tags at the bottom part of html code. Highlighed areas on html page will be outside visible area;
Actual results:
Highlighted area in renreded page is invisible (outside window).
I must scroll page to interesting area to see inspected elements on it.
Expected results:
Page scrolls to make visible every inspected tag (as it was in firefox 28.0).
Updated•11 years ago
|
Component: Untriaged → Developer Tools: Inspector
Actual in 30.0 and 33.0a1 (firefox-33.0a1.en-US.linux-i686).
Comment 3•10 years ago
|
||
Firefox 37.0.2
Comment 4•10 years ago
|
||
(In reply to nataliia.ruda from comment #3)
> Created attachment 8601471 [details]
> Inspected element below the visible area of the page
>
> Firefox 37.0.2
We recently added a 'scroll into view' context menu item in the inspector, currently available in Firefox Nightly ( 40 ) only:
https://dl.dropboxusercontent.com/u/1212936/lice/scroll-context-menu.gif
Comment 7•9 years ago
|
||
Because we have "scroll into view" context menu item, I think we can close this. PAtrick, what do you thing about it ?
Flags: needinfo?(pbrosset)
Comment 8•9 years ago
|
||
We don't want to re-introduce the auto scroll we used to have a long time ago.
It was removed for several reasons, bust mostly for parity with other devtools.
As Nicolas and Jeff said, we do have a scroll-into-view context menu in the inspector you can use for this.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Flags: needinfo?(pbrosset)
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•