-
Notifications
You must be signed in to change notification settings - Fork 76
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
Unexpected RichTextBox cmp behaviour #445
Comments
Thanks for reporting this. Can you clarify your use case? what are you trying to do with this component? |
Official documentation (ref: https://quip.com/dev/liveapps/1.x.x/reference/react-ui/richtextbox#allowdefaulttabnavigation) Imagine you have an app with some interactive elements like buttons, links, custom elements/components (which contains something with tabindex="0") etc... Then for example y wanna navigate trough the app by Tab key, all works fine until RichTextComponent not in focus. When focus appears on RichTextComponent and you press on the "Tab" key on your keyboard (This action should change focus to the next interactive element) it's adding an indent to the content inside editable div (this div placed inside RichTextComponent). |
Thanks for clarifying the use case! |
BTW: This issue should be fixed in Q4 of 2022. |
This component doesn't work properly with allowDefaultTabNavigation={true}. Instead of changing interactive element on the Tab key, it's adds indent to the RichTextBox component (ex: the same like in Code Editor).
This issue occurred a week or two ago.
The text was updated successfully, but these errors were encountered: