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 13929 tieredMenuSub not posititioning itself within viewport #15441

Merged
merged 1 commit into from
May 3, 2024

Conversation

f94e59
Copy link
Contributor

@f94e59 f94e59 commented May 3, 2024

Fixes #13929

13929

positionSubmenu() is never called because of this codeBlock beeing deleted in the commit
28989fd#diff-0f78da967be578fe31289e62b917434f52f9902618913c827f6388d7de7fc3c0L147

@Input() get parentActive(): boolean {
        return this._parentActive as boolean;
    }
    set parentActive(value) {
        if (!this.root) {
            this._parentActive = value;

            if (!value) this.activeItem = null;
            else this.positionSubmenu();
        }
    }

Copy link

vercel bot commented May 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
primeng ⬜️ Ignored (Inspect) Visit Preview May 3, 2024 6:28am

@f94e59 f94e59 changed the title fix tieredMenuSub not posititioning itself within viewport fix 13929 tieredMenuSub not posititioning itself within viewport May 3, 2024
@cetincakiroglu cetincakiroglu merged commit 34e0c9e into primefaces:master May 3, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TieredMenu Submenus do not display within viewport
2 participants