-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
ordered list and number list broken in Firefox #290
Comments
Hi, yes I am aware we have some bugs with lists in 1.2.2 - there's a few individual issues out there. Can you give the specifics of what is not working to help me debug this please? |
Thanks for response Simeon . I did some more testing and below are the specifics :
I also found that "Paste" does not work in IE11 - I have raised a separate issue #298 for it I will be happy to test/validate the fixes if you need. Thanks |
@SimeonC Hi Simeon, did you find anything ? I could see that in textangular code, you were using document.execCommand in 1.2.0 but in 1.2.2 your are trying to handle lists by yourself. Was there any issue with using execCommand for lists. |
Yea there were a bunch of issues with lists and inconsistencies with execCommand across browsers. I did a patch late last week with some fixes (no version yet) if you grab the version from the main master repo do you still get the issues? EDIT: Theres now a pre-release available with the fix in, please re-open if this is not fixed in the new version. |
hi, sorry to bother, but I don't think this is fixed in the 1.2.2 marked version currently in the src directory... (not sure if this is 1.2.2 or 1.3.0) I get this: |
Thanks for letting me know. Yes there are bugs... |
To update this - it's specific to Firefox, but the tests still pass, yay :( |
Hi, |
Hi fraywing,
This is a great library and I am trying to use it on my project.
I experimented with 1.2.0 version and every thing worked great.
But when I upgraded to 1.2.2 the ordered list / numbered list is not working (intermittently) on Firefox. I even used the editor on textangular.com and there too the ol and ul does't work (intermittently)
I tried Firefox on Mac -- the issue is present.
Firefox on Windows 7 -- the issue is not present.
Firefox on Windows 8.1 -- the issue is present.
IE 11 on windows 8.1 -- the issue is present.
But when I rollback to 1.2.0 version, everything works !! But I really need the tooltip feature in 1.2.2.
Any help is much appreciated
Thanks
Ankit
The text was updated successfully, but these errors were encountered: