Skip to content

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

Merged
liamdebeasi merged 5 commits into
mainfrom
FW-5928
Mar 15, 2024
Merged

fix(header): iOS headers in MD app are not hidden#29164
liamdebeasi merged 5 commits into
mainfrom
FW-5928

Conversation

@liamdebeasi

@liamdebeasi liamdebeasi commented Mar 14, 2024

Copy link
Copy Markdown
Contributor

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 averyrousseau 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
@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