-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Ionic 2: Virtual scroll rendering issue with sidemenu open and scroll position below top #9518
Comments
@daveshirman have you found any workaround for this issue? The same happens to me with a simple
|
No, this happens on the device itself (any Android I've tried so far).
…On Dec 10, 2016 08:21, "Sebastián Ferreras" ***@***.***> wrote:
@daveshirman <https://github.com/daveshirman> have you found any
workaround for this issue?
The same happens to me with a simple <ion-list>...</ion-list> with just a
few ion-item. It only happens on Chrome (tested on Safari, and works
properly).
Cordova CLI: 6.4.0
Ionic Framework Version: 2.0.0-rc.3
Ionic CLI Version: 2.1.13
Ionic App Lib Version: 2.1.7
Ionic App Scripts Version: 0.0.45
ios-deploy version: 1.9.0
ios-sim version: 5.0.8
OS: macOS Sierra
Node Version: v6.7.0
Xcode version: Xcode 8.1 Build version 8B62
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9518 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANnlXtEIDocIeJZv1Ya-gipC8tldouT1ks5rGmEGgaJpZM4LFwax>
.
|
you can search around your css maybe , when i worked with ionic1 i had the same comportement with same classes name in 2 pages but style diffrents. |
Also having this annoying problem, how are you getting on? |
Having the same issue.. seems it happens with ion-list & ion-item in the content. |
Anyone have solution to this? :-( |
Are there any updates for this issue? |
@PatrickMcD will there be in the near future? :P |
Same here, anyone have a good news? |
+1 |
@adamdbradley The team has been super silent with many of these outstanding issues and they need addressing. Any updates please? |
I see on the commits that there is some virtual scroll fixes. I wonder when the next release is due. |
any news? |
I have solved applying a neutral css matrix3D to the affected elements.
I don't know if it is memory consuming, for what I know using matrix3D force the GPU to keep a copy of the element, but if limited to few elements I think it's worthwhile. |
@daveshirman @rsegovia Shorter version. |
same problem on webapp |
Small fix for all that use the sidemenu. app.scss ion-nav {
&.menu-content-open {
ion-content {
> .scroll-content {
overflow-y: hidden;
}
}
}
} |
Thanks @dertuerke |
Thanks for the issue! We have moved the source code and issues for Ionic 3 into a separate repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there. Thank you for using Ionic! |
This issue has been automatically identified as an Ionic 3 issue. We recently moved Ionic 3 to its own repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there. If I've made a mistake, and if this issue is still relevant to Ionic 4, please let the Ionic Framework team know! Thank you for using Ionic! |
Issue moved to: ionic-team/ionic-v3#142 |
Ionic version: (check one with "x")
[x] 2.x
I'm submitting a ... (check one with "x")
[x] bug report
Current behavior:
If you move the scroll position below the very top on a virtual scroll component, then open a side menu, the rendering goes bonkers.
Expected behavior:
Nothing should change about the view if the side menu is opened above it.
Steps to reproduce:
Note: Only appears to happen on my Android handset (Chrome). Not on desktop. Haven't tried iOS.
See gif:
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):The text was updated successfully, but these errors were encountered: