F-Kamp
F-Kamp
Hello @DiegoCardoso, thank you for remaining persistent in your tries to reproduce the error. Based on your observations, could you give us a rough ETA on a possible fix? Weeks/months/years?...
Sadly no, the workaround doesn't work. I can still reproduce the same error behavior with the invalid cursor symbol.
Preventing default ```mousedown``` handling did the trick! Preventing default ```dragstart``` handling is not required. It's enough to add the following line to stop this error from happening: ```java draggableDiv.getElement().executeJs("this.addEventListener('mousedown', (e)...
I'm sad to hear that it's not supported (anymore). With Vaadin 14 and 23 there was no problem using a MenuBar inside a Tab. Your suggestion to move the MenuBar...
The context menu is sufficient but not optimal for our use case. Since there is no alternative, we have decided to use a context menu and only show a small...