Compare view permalinks take too much time to scroll onto
Categories
(Tree Management :: Perfherder, defect, P1)
Tracking
(Not tracked)
People
(Reporter: igoldan, Assigned: sclements)
References
(Regression)
Details
Attachments
(1 file)
STR
- Go to a random Compare view (e.g)
- Click on any of the # permalinks from the left side of any table.
Expected results:
The page automatically scrolls onto the row which contained the #.
What we actually get:
It takes about 3 seconds for the scroll to happen. Even worse, the row is hidden behind the new navbar.
Both these issues need to be addressed, as the feature added back bug 1202731 is almost useless now.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
•
|
||
I've tested this recently and I'm not seeing the 3 second lag when clicking on a permalink. Are you still experiencing this Ionut?
The scroll issue is a bit trickier because of how the top level container is composed with react router vs ui router (used with angular). Looking into a few solutions.
| Reporter | ||
Comment 2•6 years ago
|
||
(In reply to Sarah Clements [:sclements] from comment #1)
I've tested this recently and I'm not seeing the 3 second lag when clicking on a permalink. Are you still experiencing this Ionut?
Yes, I'm still experiencing this issue.
| Assignee | ||
Comment 3•6 years ago
•
|
||
I have a solution to both issues - I'll get a patch submitted tomorrow.
Comment 4•6 years ago
|
||
| Assignee | ||
Comment 5•6 years ago
|
||
Description
•