Skip to content
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

bug: translucent toolbar blurred during page transition #19158

Closed
biesbjerg opened this issue Aug 22, 2019 · 9 comments
Closed

bug: translucent toolbar blurred during page transition #19158

biesbjerg opened this issue Aug 22, 2019 · 9 comments
Labels
package: core @ionic/core package type: bug a confirmed bug report

Comments

@biesbjerg
Copy link

Bug Report

Ionic version:

[x] 4.8

Current behavior:

Title in toolbar is blurred during page transition.

Expected behavior:

Title should be clear.

Steps to reproduce:

  1. Checkout conference app, add translucent="true" to ion-header and fullscreen to `ion-content.
  2. Click a link to go to another back
  3. Go back
  4. Observe title is blurred until transition/animation is done

Related code:

<ion-header translucent="true">
	<ion-toolbar>
		<ion-title>Title is blurred during transition</ion-title>
	</ion-toolbar>
</ion-header>

<ion-content fullscreen>
	Content
</ion-content>

image

@ionitron-bot ionitron-bot bot added the triage label Aug 22, 2019
@liamdebeasi
Copy link
Contributor

Thanks for the issue. If you downgrade to Ionic 4.7.4, does this issue still occur?

@liamdebeasi liamdebeasi added the needs: reply the issue needs a response from the user label Aug 22, 2019
@ionitron-bot ionitron-bot bot removed the triage label Aug 22, 2019
@biesbjerg
Copy link
Author

biesbjerg commented Aug 26, 2019

I can confirm 4.7.4 also have this issue (tested on Chrome, but bug originally noticed on iOS)

@DavidStrausz
Copy link
Contributor

@liamdebeasi Will this get addressed before the v5 release? Makes translucent headers kind of unusable as it causes ugly flickers.

I may be able to help with a PR if needed.

@liamdebeasi
Copy link
Contributor

A PR would be great if you are willing!

@DavidStrausz
Copy link
Contributor

@liamdebeasi Cool, whats the design decision thats needed to get started? Or as you probably already thought about possible solutions internally, whats the preferred way of resolving this?

@liamdebeasi
Copy link
Contributor

I had some time today to take a look. Can you try the following dev build and let me know if the issue is resolved for you: 5.0.0-dev.202001272042.c9dfe30.

It looks like this issue is happening because a) the backdrop filter is not being applied to the correct element and b) we are not transitioning the toolbar background properly during nav transitions.

@DavidStrausz
Copy link
Contributor

@liamdebeasi Oh great - dev build fixes the transition! Thanks!

@liamdebeasi
Copy link
Contributor

Thanks for the issue. This has been resolved via #20314 and will be available in an upcoming release of Ionic Framework.

@ionitron-bot
Copy link

ionitron-bot bot commented Feb 28, 2020

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.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Feb 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
package: core @ionic/core package type: bug a confirmed bug report
Projects
None yet
Development

No branches or pull requests

3 participants