-
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
After upgrade to 3.8.0, texts of action sheet's are displayed with a delay #13262
Comments
Can you please provide a demo/example app? We've tested this out in the conference app, but could not see a delay |
@mhartington freak I meant action sheets not popover (what a day...) give me 5 I try to reproduce it with a minimal repo |
@mhartington here you go
Got it, the delay occurs if you don't specify a
P.S.: Just downloaded my app from the store to be 100% sure that this delay wasn't already there with previous version of ionic-angular and could confirm, this delay only appears after the update to 3.8.0 |
Weird, ok, I can confirm this. Seeming it too with your demo. Will look into it and mark this for 3.9.0, as this is a regression. |
I have this issue after updating to 3.8.0 as well. |
I had two actions sheets in my app, one had this issue, one didn't. The one that worked fine had a title, the one with the delay problem didn't. I added a title and the delay disappeared. Not sure if that is the actual reason tho, but might give a clue. |
@brandyscarney @mhartington do you think you will be able to fix this for |
Thanks everyone and sorry for the delay on this! I've released a nightly with a fix:
We're hoping to release a The issue was with the added
|
thx for the fix and explanation @brandyscarney I updated my app and tested it quickly, it really improved the situation, the texts of almost all my action sheets are now displayed any delay. I just observe one more delay on one particular action sheet, but strangely, if I go to another page, load a "non problematic" action sheet, go back to the one where I saw the delay, open it again, I'm not gonna face the delay again...weird |
I updated to |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Ionic version: (check one with "x")
(For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1)
[ ] 2.x
[X ] 3.x
I'm submitting a ... (check one with "x")
[X ] bug report
Current behavior:
After the upgrade to ionic-angular
3.8.0
, when I test my app on the same iPhone 6s and same app, no other code change, when action sheets are displayed, their texts are presented with a delay of 1 or 2 seconds.Action sheets appears -> 1/2 seconds delay -> Action sheets text appears
Expected behavior:
This delay should not exists. Text of action sheets should be displayed in the same time as action sheet.
Steps to reproduce:
Related code:
Other information:
cli packages: ()
global packages:
local packages:
System:
Environment Variables:
Misc:
P.S.:
The text was updated successfully, but these errors were encountered: