-
Notifications
You must be signed in to change notification settings - Fork 388
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
Richtext control, can not undo ordered lists #1135
Comments
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible. |
Thank you for submitting your first issue to this project. |
Hi @tobysroof many thanks for reporting the issue. Would you be interested in trying to fix it and submit a pull request? |
Hi @joelfmrodrigues, @michaelmaillot! |
Hi @Ateina, Sure, it's all yours! |
@michaelmaillot Thank you! |
* #1135: fix keys for ordered list * #1101: fix issue with adding link by typing in FilePicker "From a link" tab * Revert "#1101: fix issue with adding link by typing in FilePicker "From a link" tab" This reverts commit e2afed6. Revert "#1101: fix issue with adding link by typing in FilePicker "From a link" tab" This reverts commit e2afed6.
Linked PR has been merged, the fix should be available in the next beta release. |
Category
[ ] Enhancement
[X] Bug
[ ] Question
Version
Please specify what version of the library you are using: [ 3.6.0 ]
Expected / Desired Behavior / Question
When using the RichText Component, when selecting a ordered (numbered) list, and then clicking the ordered list control, we expect the numbered list to be unmade. (this works for unordered lists)
Observed Behavior
When selecting a numbered list in a richtext component, and then clicking the numbered list control, the numbered list is unaffected.
Steps to Reproduce
Using the richtext control. Add some lines and then make them into a ordered list by selecting the text and clicking the ordered list option. Click the same option again to "unmake" the list. Note that nothing happens.
Do the same thing with a unordered list and note that the unordered list is "unmade" correctly
The text was updated successfully, but these errors were encountered: