Skip to content

fix: helper function that determines the ion-menu animation side now …#31214

Open
Austin-Spriggs wants to merge 1 commit into
ionic-team:mainfrom
Austin-Spriggs:bug/menu-ignoring-rtl
Open

fix: helper function that determines the ion-menu animation side now …#31214
Austin-Spriggs wants to merge 1 commit into
ionic-team:mainfrom
Austin-Spriggs:bug/menu-ignoring-rtl

Conversation

@Austin-Spriggs

@Austin-Spriggs Austin-Spriggs commented Jun 14, 2026

Copy link
Copy Markdown

fix: helper function that determines the ion-menu animation side now takes parent element direction attribute into consideration

Issue number: resolves #30226


What is the current behavior?

Hamburger menu is not animating from right to left when within an ion-app component with attribute dir="rtl".

What is the new behavior?

I modified the helper function that determines which side the animation is played from so that the direction attribute of the menu's parent elements can be determined before setting the animation direction.


Does this introduce a breaking change?

  • Yes
  • No

…takes parent element direction attribute into consideration
@Austin-Spriggs Austin-Spriggs requested a review from a team as a code owner June 14, 2026 04:42
@Austin-Spriggs Austin-Spriggs requested a review from ShaneK June 14, 2026 04:42
@vercel

vercel Bot commented Jun 14, 2026

Copy link
Copy Markdown

@Austin-Spriggs is attempting to deploy a commit to the Ionic Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added the package: core @ionic/core package label Jun 14, 2026
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: when direction is RTL hamburger menu appears on right side but animation comes from the left

1 participant