Closed
Bug 920495
Opened 12 years ago
Closed 12 years ago
don't scrollIntoView when the basic inspector is used
Categories
(DevTools Graveyard :: WebIDE, defect, P1)
Tracking
(firefox26 verified, firefox27 verified)
VERIFIED
FIXED
Firefox 27
People
(Reporter: paul, Assigned: paul)
Details
Attachments
(2 files)
1017 bytes,
patch
|
miker
:
review+
|
Details | Diff | Splinter Review |
991 bytes,
patch
|
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
This is very annoying. It moves the page every time an element is selected.
Assignee | ||
Comment 1•12 years ago
|
||
I'll re-enable scrollIntoView later (bug 920984).
Attachment #810516 -
Flags: review?(mratcliffe)
Assignee | ||
Updated•12 years ago
|
Whiteboard: [needed-in-aurora-26]
Comment 2•12 years ago
|
||
Comment on attachment 810516 [details] [diff] [review]
Patch v1
Review of attachment 810516 [details] [diff] [review]:
-----------------------------------------------------------------
Couldn't be simpler, r+
Attachment #810516 -
Flags: review?(mratcliffe) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 810516 [details] [diff] [review]
Patch v1
[Approval Request Comment]
Bug caused by (feature/regressing bug #): new feature (remote inspector)
User impact if declined: screen keeps scrolling when inspecting a fxos phone
Testing completed (on m-c, etc.): locally
Risk to taking this patch (and alternatives if risky): very low
String or IDL/UUID changes made by this patch: none
Attachment #810516 -
Flags: approval-mozilla-aurora?
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 4•12 years ago
|
||
This landed with the wrong bug # in the commit message. Backed out and re-landed.
https://hg.mozilla.org/integration/fx-team/rev/8a975713796d
Whiteboard: [needed-in-aurora-26] → [needed-in-aurora-26][fixed-in-fx-team]
Updated•12 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 5•12 years ago
|
||
[Approval Request Comment]
Bug caused by (feature/regressing bug #): new feature (remote inspector)
User impact if declined: screen keeps scrolling when inspecting a fxos phone
Testing completed (on m-c, etc.): fx-team
Risk to taking this patch (and alternatives if risky): very low
String or IDL/UUID changes made by this patch: none
Attachment #810587 -
Flags: approval-mozilla-aurora?
Assignee | ||
Updated•12 years ago
|
Attachment #810516 -
Flags: approval-mozilla-aurora?
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [needed-in-aurora-26][fixed-in-fx-team] → [needed-in-aurora-26]
Target Milestone: --- → Firefox 27
Updated•12 years ago
|
Attachment #810587 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Updated•12 years ago
|
Whiteboard: [needed-in-aurora-26] → [land-in-aurora-26]
Assignee | ||
Comment 7•12 years ago
|
||
Comment 8•12 years ago
|
||
Tested on the 9/25 Firefox 26.0a2 and on Firefox 26.0b3:
Ubuntu 13.04 32bit - both builds work the same: when I select an element, the Inspector scrolls to bring its code into view; when I go through the inspector and select some code for another element, no scrolling happens in the simulator.
Mac OS X 10.9 - both builds work the same: I can't select elements with the mouse; when I go through the Inspector and select some code, no scrolling happens in the simulator.
Windows 7 64bit - 26.0a2 worked sometimes like on Mac, other times like on Ubuntu. 26.0b3 worked the same as on Ubuntu.
The Inspector used for desktop builds scrolls to the code for the selected item and, when selecting code in it, the web page scrolls to the corresponding item. How much of this behavior should the Inspector used with the App Manager display?
Updated•12 years ago
|
Flags: needinfo?(paul)
Assignee | ||
Comment 9•12 years ago
|
||
(In reply to Ioana Budnar, QA [:ioana] from comment #8)
> Tested on the 9/25 Firefox 26.0a2 and on Firefox 26.0b3:
>
> Ubuntu 13.04 32bit - both builds work the same: when I select an element,
> the Inspector scrolls to bring its code into view; when I go through the
> inspector and select some code for another element, no scrolling happens in
> the simulator.
Good.
> Mac OS X 10.9 - both builds work the same: I can't select elements with the
> mouse;
In the inspector?
> when I go through the Inspector and select some code, no scrolling
> happens in the simulator.
Good.
> Windows 7 64bit - 26.0a2 worked sometimes like on Mac, other times like on
> Ubuntu. 26.0b3 worked the same as on Ubuntu.
Which version of the Simulator do you use?
Flags: needinfo?(paul)
Comment 10•12 years ago
|
||
(In reply to Paul Rouget [:paul] from comment #9)
> (In reply to Ioana Budnar, QA [:ioana] from comment #8)
> > Tested on the 9/25 Firefox 26.0a2 and on Firefox 26.0b3:
>
> > Mac OS X 10.9 - both builds work the same: I can't select elements with the
> > mouse;
>
> In the inspector?
No, in the simulator. I clicked the "Select element with mouse" button in the Inspector, then I tried to select an element in the app opened on the simulator. I can select elements in the Inspector - this part works the same as on Ubuntu.
> > Windows 7 64bit - 26.0a2 worked sometimes like on Mac, other times like on
> > Ubuntu. 26.0b3 worked the same as on Ubuntu.
>
> Which version of the Simulator do you use?
I used 1.3 (couldn't get connected to 1.2 at the time).
Updated•12 years ago
|
QA Contact: developer.tools → ioana.budnar
Comment 11•12 years ago
|
||
Verified as fixed on the 12/04 Aurora on Windows 7 64bit, Mac OS X 10.9 and Ubuntu 13.04 32bit.
On all OSs, when I click an element in the app, the code in the Inspector is scrolled to that element. When I click the code for an element in the Inspector, the app doesn't scroll to that element.
I tested using the 1.2 simulator.
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•