Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fields with role="presentation" doesn't work with autocomplete in Edge #5665

Open
JockeLindberg opened this issue Nov 25, 2022 · 2 comments
Open
Labels
bug Something isn't working forum Issues from forum

Comments

@JockeLindberg
Copy link

https://forum.bryntum.com/viewtopic.php?f=43&t=23078&p=114061#p114061

@JockeLindberg JockeLindberg added bug Something isn't working forum Issues from forum labels Nov 25, 2022
@henriquewerlang
Copy link

Any news about it?

@ExtAnimal
Copy link

ExtAnimal commented Mar 7, 2023

Fix in Widget.js:

changeRole(role) {
    // If role is presentation and our ariaElement is focusable, ignore it
    if (role !== 'presentation' || !DomHelper.isFocusable(this.ariaElement, true)) {
        return role;
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum
Projects
None yet
Development

No branches or pull requests

3 participants