cuba-platform / cuba

CUBA Platform is a high level framework for enterprise applications development
https://www.cuba-platform.com
Apache License 2.0
1.34k stars 219 forks source link

Accordion throws client-side exception while using focus method #3249

Open Afanasevaa36 opened 2 years ago

Afanasevaa36 commented 2 years ago

Environment

Description of the bug

The problem occurs after updating Vaadin: https://github.com/cuba-platform/cuba/issues/3245

  1. Open the project code https://github.com/cuba-platform/sampler
  2. Run it.
  3. Click Containers/Accordions/Simple accordions or Containers/Accordions/Lazy tab in Accordion

Wed Dec 08 16:41:24 GMT+300 2021 com.vaadin.client.ui.ui.UIConnector SEVERE: Server is trying to set focus to the widget of connector AccordionConnector (298) but it is not focusable. The widget should implement either com.google.gwt.user.client.ui.Focusable or com.vaadin.client.Focusable