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

Show active state for formatting icons #85

Open
swilkinson1 opened this issue Nov 8, 2016 · 1 comment
Open

Show active state for formatting icons #85

swilkinson1 opened this issue Nov 8, 2016 · 1 comment

Comments

@swilkinson1
Copy link

There is no indication of which formatting option is active, both when first selecting it and also when you place the cursor back into a section of formatted text.

@massivespace
Copy link

The OnDecorationStateListener provides feedback when you click on text. However, it doesn't provide feedback when the text is long click selected (i.e. if you long click select a word). Maybe something like RE.editor.addEventListener("touchend", RE.enableEditingItems, false); could be added to the rich_editor.js file to handle that case.

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

No branches or pull requests

2 participants