cuba icon indicating copy to clipboard operation
cuba copied to clipboard

Accordion throws client-side exception while using focus method

Open Afanasevaa36 opened this issue 3 years ago • 0 comments

Environment

  • Version CUBA: 7.3 Snapshot
  • Version vaadin-client:8.14.3-1 cuba
  • Client type: Web

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
  • Actual result: Accord

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

Afanasevaa36 avatar Dec 08 '21 14:12 Afanasevaa36