-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
UXUser experience issueUser experience issuedocumentationImprovements or additions to documentationImprovements or additions to documentationthemevaadin-scrollerwontfixThis will not be worked onThis will not be worked on
Description
Description
Placing a field inside a scroller results in non-visible / cut focus-ring.
Expected outcome
focus-ring is not cut.
Minimal reproducible example
html { --lumo-input-field-pointer-focus-visible: 1; }var field = new TextField("Textfield with border");
field.focus();
var scroller = new Scroller(field);
scroller.getStyle().setMaxWidth("fit-content"); // used to show the "cut" on both sides
add(scroller);Steps to reproduce
- Execute Code.
Environment
Vaadin version(s): 24.9.x
OS: MacOS / FF
Metadata
Metadata
Assignees
Labels
UXUser experience issueUser experience issuedocumentationImprovements or additions to documentationImprovements or additions to documentationthemevaadin-scrollerwontfixThis will not be worked onThis will not be worked on