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

fix(header): iOS headers in MD app are not hidden #29164

Merged
merged 5 commits into from Mar 15, 2024
Merged

fix(header): iOS headers in MD app are not hidden #29164

merged 5 commits into from Mar 15, 2024

Conversation

liamdebeasi
Copy link
Contributor

@liamdebeasi liamdebeasi commented Mar 14, 2024

Issue number: resolves #28867


What is the current behavior?

I missed an edge case in #28277 that caused an MD headers in an MD app to be hidden due to the presence of an iOS header (via mode="ios"). This was happening because I forgot to scope the selector in header.ios.scss to only iOS headers.

What is the new behavior?

  • The headers in the relevant selector are now scoped to the iOS headers which avoids this bug while preserving the anti-flicker mechanism added in the linked PR.

Does this introduce a breaking change?

  • Yes
  • No

Other information

Dev build: 7.8.1-dev.11710452743.1ca99e5e

@github-actions github-actions bot added the package: core @ionic/core package label Mar 14, 2024
@liamdebeasi liamdebeasi marked this pull request as ready for review March 14, 2024 22:03
@liamdebeasi liamdebeasi requested a review from a team as a code owner March 14, 2024 22:03
@liamdebeasi liamdebeasi requested review from amandaejohnston and removed request for a team March 14, 2024 22:03
@liamdebeasi liamdebeasi added this pull request to the merge queue Mar 15, 2024
Merged via the queue into main with commit fdfecd3 Mar 15, 2024
46 checks passed
@liamdebeasi liamdebeasi deleted the FW-5928 branch March 15, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: core @ionic/core package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: collapsible large title header in modal is hidden with inline modals
3 participants