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

Is there a way to overwrite tabindex? #263

Closed
zcserei opened this issue Jun 22, 2020 · 4 comments
Closed

Is there a way to overwrite tabindex? #263

zcserei opened this issue Jun 22, 2020 · 4 comments
Labels

Comments

@zcserei
Copy link

zcserei commented Jun 22, 2020

When skipping through my form with tabs, instead of directly skipping into the editable area, I have to skip through the various buttons in the toolbar.

Also, once in the editable area, if I press tab, instead of jumping out and focusing on the next form item, it adds a \t in the content.

I'd like to prevent both behaviours, but it isn't clear from the documentation how I may proceed with that.

Thanks for guidance!

@tuukkape
Copy link

tuukkape commented Dec 3, 2020

I would also be really interested in figuring out a way to disable "tab" functionality. This would be important from usability perspective. People with disabilities who rely on keyboard can't use pages at all where vue2-editor is currently being used. I would even encourage to change the default behavior to have "tabbing" as disabled

@davidroyer
Copy link
Owner

This issue is stale because it has been open for 60 days with no activity.

@davidroyer
Copy link
Owner

This issue was closed because it has been inactive for 7 days since being marked as stale.

@rming
Copy link

rming commented Jun 9, 2022

same issue, the code below works

  async mounted() {
    delete this.$refs.vue2Editor.quill.keyboard.bindings[9];
  }

slab/quill#110
slab/quill#2038

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants