Open
Bug 1472678
Opened 6 years ago
Updated 2 years ago
Clicking an element does not scroll it properly into view
Categories
(DevTools :: Inspector: Animations, defect, P5)
DevTools
Inspector: Animations
Tracking
(Not tracked)
NEW
People
(Reporter: mbalfanz, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
video/mp4
|
Details |
When clicking the element selector the inspector attempts to scroll the element into view. This does not always work reliably.
STR:
1. Visit [1]
2. Inspect the iframe and open the animation panel
3. Make sure to have any element other than the `p` selected and scroll a bit around
4. Click the `p` in the animation inspector
Expected result:
- the element should scroll into view
Actual result:
- the page scrolls to a point where the element is not visisble
Please see video attached.
[1]: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Animations/Using_CSS_animations#Making_it_move_back_and_forth
Updated•6 years ago
|
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•