Great work Danilo, question is there any specific reason why it doesn't sup

Great work Danilo, question is there any specific reason why it doesn’t support v14+ ?

Hi Jaroslaw,

First of all, Thanks!
I think nothing that I am using in the component is not available in the vaadin 14. I am almost sure that it works in the vaadin 14. If so, could tell me? (so, I can update the version requirement here) :)
Also, if you get an error, maybe we can solve.

Regards,
Danilo

Hi Danilo,
Thanks for replay, so regarding 14+ navigating between elements seems to be working fine but the element that should be highlight is behind white block (seems that the z-index of parent element is not set for the element that should be highlight) here is the screenshot of that problem https://paste.pics/07c2e9a948fd14a3a19c63ba8ec81c6e, I can paste here the html of that issue if you want to take a quick look into it ?

Regards Jaro

Hi Jaro,

The screenshot that you sent seems to be pretty similar from the original driver.js (in the attchment), or my understanding is wrong?
About vaadin 14 I will update the spec of the component, thanks a lot :)

Regards,
Danilo
18460815.png

Same here. On Vaadin 14 in mine it works exactly the same as Bulwan’s. Although the next-previous etc works great, it focuses on a white box, when the component is a TextField/Combobox etc.
Also the Java that is compiled is 11 (would be nice if it was 8) :)

Hi, driver.js has an issue with shadow roots and this can cause the white boxes to be shown instead of a highlighted element. I tried to contribute a fix to driver.js for this a while back but it has not, at least yet, been accepted: https://github.com/kamranahmedse/driver.js/pull/261