Closed
Bug 1434679
Opened 8 years ago
Closed 6 years ago
Migrate from using jquery for next/previous job to a more React way
Categories
(Tree Management :: Treeherder: Frontend, enhancement, P1)
Tree Management
Treeherder: Frontend
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: camd, Assigned: camd)
References
Details
Attachments
(1 file)
This would include the next/previous for 'n' and 'p' keys as well as arrow keys. We should also investigate improving the "scroll selected job into view". It's also very jquery centric. There is an experimental ``Element.scrollIntoView()`` function that may be helpful here.
Assignee | ||
Updated•8 years ago
|
Blocks: treeherder-react
Assignee | ||
Comment 1•7 years ago
|
||
This could perhaps be done either with:
* Document functions like ``querySelectorAll``, etc.
* ReactJS with ReactDOM and props.children
or another way if something better comes to mind. :)
Assignee | ||
Updated•7 years ago
|
No longer blocks: treeherder-react
Updated•7 years ago
|
Priority: -- → P3
Comment 2•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → cdawson
Status: NEW → ASSIGNED
Priority: P3 → P1
Assignee | ||
Updated•6 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•