-
Notifications
You must be signed in to change notification settings - Fork 382
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
[Rich Text]- Problem with bullets and number list #795
Comments
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible. |
Thank you @pk091990 for reporting this one! The fix has been implemented and will be included in the next release. |
Hi @AJIXuMuK , Mentioning repro steps here. Let me know if you are able to repro it and I need to raise a separate issue for the same: 1: Add Rich text webpart 4: Its working fine if I'm manually writing any text instead of copy/paste. |
Hi @pk091990 - could you please open a separate issue for this one? |
In html file, i have added this tag<ejs-richtexteditor #toolsRTE id='alltoolRTE' [(value)]='contentValue' [toolbarSettings]='tools'>
content value has email template info I am trying to use bullet list and number list . I place the cursor on 7th line, and click o bullet list, but i see the bullet is showing on first line, same with the number |
Category
[ ] Enhancement
[x] Bug
[ ] Question
Version
Please specify what version of the library you are using: [ 2.3.0 ]
Expected / Desired Behavior / Question
Bullets and Number list should work properly.
Observed Behavior
When I'm using Number list first time then it works fine. But If I'll write some more text or delete the previous text and try to use the number list second time on the same webpart then it doesn't work. I have to select bullets first and then number list.
Similar case is happening if I'm selecting bullets first instead of number.
Steps to Reproduce
Add new webpart
Write some text and give numbering or bullets. It will work for the first time
Delete the text and again try to give the same you've given earlier either numbers or bullets
OR
Type some more text like I did in the above screenshot and try to give the same you've given earlier either numbers or bullets. It won't work.
Thanks!
The text was updated successfully, but these errors were encountered: