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

[Flamingo] Issues with updating ribbon gallery content #359

Closed
kirill-grouchnikov opened this issue Jul 19, 2021 · 0 comments
Closed

[Flamingo] Issues with updating ribbon gallery content #359

kirill-grouchnikov opened this issue Jul 19, 2021 · 0 comments
Assignees
Labels
4.5 - Garnet Release 4.5 - 2021.H2

Comments

@kirill-grouchnikov
Copy link
Owner

kirill-grouchnikov commented Jul 19, 2021

Steps:

  • Run the BasicCheckRibbon demo
  • Go to the taskbar overflow, click the popup of the gallery (the one with the "A" icon) and click one of the gallery buttons
  • Now click the "Update gallery" button in the right-side control panel of the menu

Exception is thrown:

Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
	at org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI$RowFillLayout.layoutContainer(BasicCommandButtonPanelUI.java:410)
	at java.desktop/java.awt.Container.layout(Container.java:1537)
	at java.desktop/java.awt.Container.doLayout(Container.java:1526)
	at org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI.lambda$installListeners$2(BasicCommandButtonPanelUI.java:146)
	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
@kirill-grouchnikov kirill-grouchnikov added the 4.5 - Garnet Release 4.5 - 2021.H2 label Jul 19, 2021
@kirill-grouchnikov kirill-grouchnikov self-assigned this Jul 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.5 - Garnet Release 4.5 - 2021.H2
Projects
None yet
Development

No branches or pull requests

1 participant