Closed
Bug 1686569
Opened 4 years ago
Closed 4 years ago
Use Element.scrollIntoView() to scroll to the selected entity
Categories
(Webtools Graveyard :: Pontoon, enhancement, P3)
Webtools Graveyard
Pontoon
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mathjazz, Assigned: mitchelloliver1991)
Details
Attachments
(2 files)
We use a custom scrollToSelectedElement() method to scroll the entity list to the selected entity when entity changes and when entity list loads for the first time.
We can replace most of the code by using Element.scrollIntoView().
| Reporter | ||
Comment 1•4 years ago
|
||
For a reference implementation, see:
https://github.com/mozilla/pontoon/commit/a1af22cf533f1f20b45768ad0fb95eb26b7781d8
| Assignee | ||
Comment 2•4 years ago
|
||
I would like to be assigned to this enchantment, please
| Reporter | ||
Updated•4 years ago
|
Assignee: nobody → mitchelloliver1991
Status: NEW → ASSIGNED
Comment 3•4 years ago
|
||
| Reporter | ||
Updated•4 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Comment 4•4 years ago
|
||
Updated•4 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•