-
-
Please consider the fix first suggested in OD-2994. Though I do acknowledge that it is not the best fix, it is the best that I can come up with for now.
The absolute best fix, or rather, better fix, would be that the main page and site info panel scroll up and down together at the same time until either reaches its limit, the remaining div continue to scroll. But it should be done in a way that it does not adversely impact the current sticky behavior.
-
State changed as build OD-8123 is successful
-
OneDev
changed state to 'Closed' 1 month ago
Previous Value Current Value Open
Closed
-
Name Previous Value Current Value State
Closed
Open
-
-
State changed as build OD-8153 is successful
-
OneDev
changed state to 'Closed' 1 month ago
Previous Value Current Value Open
Closed
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
<=16.5.0
|
| Labels |
No labels
|
Issue Votes (0)
Summary
On wide viewports with sticky
SideInfoPanel, when the main detail content is shorter than the side panel, the lower part of the side panel cannot be scrolled into view. There is no nested sidebar scrollbar (by design from issue #2909), and the shared page scroller has nothing left to scroll because the main content is not tall enough.Steps to reproduce
Expected
All side panel content remains reachable.
Actual
The cut-off side panel content cannot be reached. Scrolling does nothing useful because the main page is not long enough to create additional scroll range, and the side pane has no inner scrollbar.
Screenshot
From issue #2994:
Annotations in the screenshot:
Notes
.hide-side-infooverlay behavior is separate.Related