We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the attached example, the prevention of default actions makes it impossible to navigate between lines using the up and down arrow keys.
I encountered this issue while working with CodeMirror. Because of this behavior, I was unable to move between lines of code.
I suggest expanding the condition on this line to stop processing if the event target is a contenteditable element:
bootstrap/js/src/dropdown.js
Line 406 in cbbb567
https://codepen.io/artemkafomin/pen/wvVQZmR
Windows
Chrome
v5.3.3
The text was updated successfully, but these errors were encountered:
Can I try this.
Sorry, something went wrong.
No branches or pull requests
Prerequisites
Describe the issue
In the attached example, the prevention of default actions makes it impossible to navigate between lines using the up and down arrow keys.
I encountered this issue while working with CodeMirror. Because of this behavior, I was unable to move between lines of code.
I suggest expanding the condition on this line to stop processing if the event target is a contenteditable element:
bootstrap/js/src/dropdown.js
Line 406 in cbbb567
Reduced test cases
https://codepen.io/artemkafomin/pen/wvVQZmR
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
Chrome
What version of Bootstrap are you using?
v5.3.3
The text was updated successfully, but these errors were encountered: