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

feat(rich-text-editor): addition of text-highlight feature #852

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gavin-everett-genesys
Copy link
Collaborator

text-highlight feature.

I had a go at the keyboard accessibility let me know of any concerns you see.

✅ Closes: COMUI-2987

Copy link

@321gillian
Copy link
Collaborator

This isn't relevant to this specific PR but in other rich text editors (Google Docs, Teams, Word, Jira etc) the left/right arrows are used to navigate through the options so it might be good to enable that as well for this one.

Comment on lines +60 to +62
<gux-tooltip>
<div slot="content">{this.i18n(`${this.highlight}`)}</div>
</gux-tooltip>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<gux-tooltip>
<div slot="content">{this.i18n(`${this.highlight}`)}</div>
</gux-tooltip>
<gux-tooltip-beta>
<div slot="content">{this.i18n(`${this.highlight}`)}</div>
</gux-tooltip-beta>

@321gillian
Copy link
Collaborator

I feel like maybe the keyboard navigation within the highlight list could be consistent so either tab to everything or arrow through everything.

@gavin-everett-genesys
Copy link
Collaborator Author

This isn't relevant to this specific PR but in other rich text editors (Google Docs, Teams, Word, Jira etc) the left/right arrows are used to navigate through the options so it might be good to enable that as well for this one.

Created ticket for this 👍

wip of color picker feature

✅ Closes: COMUI-2987
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants