You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤯 However, that change is probably not the source of the issue. Glitch depends on an action in NcAppNavigation.
It is not reproducible if <LeftSidebar> is hidden and an empty <NcAppNavigation> added in Talk.
<NcAppNavigation/><NcAppContent><!-- move somewhere because it is required --><LeftSidebarv-if="getUserId && !isFullscreen" ref="leftSidebar" v-show="false" /><router-view/></NcAppContent>
It is reproducible if the main part is removed, <RightSidebar> is replaced with an empty <NcAppSidebar> without new open feature.
ShGKme
changed the title
Initial load of root page has a UI glitch if sidebar was open before
Switching to a chat from the root root page has a UI glitch if sidebar was open before
Jul 18, 2024
ShGKme
changed the title
Switching to a chat from the root root page has a UI glitch if sidebar was open before
Switching to a chat from the root page has a UI glitch if sidebar was open before
Jul 18, 2024
NcContent is scrollable (overflow: hidden only removes the scroll bar unlike overflow: clip) and during open scrolled to the focused element in the sidebar.
How to use GitHub
On sidebar appearing, there is a weird effect with unexpected margin change which moves navigation to the left and then back.
In slow-mo you can see that actually it moves back and forward:
❗ **the glitch speed is defined by
NcAppSidebar
transition. It is no<NcAppnavigation>
's transition.Comes after
@nextcloud/vue
v8.13.0 from nextcloud-libraries/nextcloud-vue#5608🤯 However, that change is probably not the source of the issue. Glitch depends on an action in
NcAppNavigation
.It is not reproducible if
<LeftSidebar>
is hidden and an empty<NcAppNavigation>
added in Talk.It is reproducible if the main part is removed,
<RightSidebar>
is replaced with an empty<NcAppSidebar>
without newopen
feature.The text was updated successfully, but these errors were encountered: