-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plan view showing duplicate scrollbars #6864
Labels
Milestone
Comments
Testing NotesFollow replication steps above and ensure you can't force the problem. |
15 tasks
ozyx
pushed a commit
that referenced
this issue
Aug 3, 2023
ozyx
added a commit
that referenced
this issue
Aug 7, 2023
* Closes #6864 - CSS fixes to remove problematic duplicate overflow handling. * fix(e2e): stabilize autoscale test * fix(e2e): mark overlay plot tagging test as slow * fix(e2e): stabilize ITC e2e test * fix(e2e): don't use hard wait * fix: remove .only 😳 --------- Co-authored-by: Jesse Mazzella <[email protected]> Co-authored-by: Jesse Mazzella <[email protected]>
Verified fixed Testathon 2023-08-22. |
verified testathon 8/22/23 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
For Plan views that aren't using clipped Activity names, in some cases the view will display multiple scroll bars and get into a repetitive "joggling" animation. This results from a second scrollbar being activated, which causes the area width to change and Activities to reflow, which then removes the second scrollbar and causes another reflow, which then starts the cycle anew.
Main view
In a Display Layout
Expected vs Current Behavior
The second scrollbar should not be displayed. Removing

overflow-y: auto
onc-plan c-timeline-holder
fixes the problem, but make sure this doesn't mess things up in other views:Steps to Reproduce
Environment
Impact Check List
Additional Information
The text was updated successfully, but these errors were encountered: