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

Nested ExpansionPanels fail to open initially #7814

Open
PMcDonough11 opened this issue Apr 26, 2024 · 0 comments
Open

Nested ExpansionPanels fail to open initially #7814

PMcDonough11 opened this issue Apr 26, 2024 · 0 comments
Labels
FP: Unplanned Sync status with associated Feedback Item

Comments

@PMcDonough11
Copy link
Contributor

Bug report

When a Kendo UI ExpansionPanel is nested within another, and the initial expanded configuration is set to false, the panel will not open the first time it is attempted. When the widget is initialized, it searches for all expand icons in the expander's wrapping element, which in this case would include the icons of the inner expanders. Thus, when a user clicks on an outer one, you also affect the inner ones.

Reproduction of the problem

  1. Go to this Progress Kendo UI Dojo.
  2. Expand the main panel.
  3. Expand a child panel.

Current behavior

The Kendo UI ExpansionPanels do not open the first time clicked.

Expected/desired behavior

The inner expansionPanels should open as expected.

Environment

@github-actions github-actions bot added the FP: Unplanned Sync status with associated Feedback Item label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FP: Unplanned Sync status with associated Feedback Item
Projects
None yet
Development

No branches or pull requests

1 participant