Unplanned
Last Updated: 17 Oct 2025 09:23 by Brian
Pavel
Created on: 11 Aug 2023 13:45
Category: ToolBar
Type: Bug Report
2
Adaptive ToolBar does not show overflow items correctly

Description

The AdaptiveToolBar does not display all items in the overflow section (more buttons) when there are Buttons with Visibility set to false.

Reproduction (if bug)

  1. Run the REPL snippet

  2. Shrink the window size so that the toolbar is narrower and some buttons are hidden

  3. Open the Overflow list

  4. Refresh and Refresh All buttons are missing from the list

Current (if bug)

Buttons with Visible=false parameter should not affect the overflowed button collection.

Expected (if bug)

All buttons that are Visible=true and overflowed should be available in the more buttons section.

Browser (if bug)

All

Project type (if bug)

All

1 comment
Brian
Posted on: 17 Oct 2025 09:23
Yes, it breaks it for me too. It also doesn't work for me if I have a <ToolBarSpacer /> element either. I've had to remove this and the hidden button to get it working. :(