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

IE8 problem with lists #21

Open
vanto opened this issue Mar 4, 2014 · 1 comment
Open

IE8 problem with lists #21

vanto opened this issue Mar 4, 2014 · 1 comment

Comments

@vanto
Copy link
Contributor

vanto commented Mar 4, 2014

Steps to reproduce:

  1. Copy rich text content from http://xing.github.io/wysihtml5/ and paste it into advanced example on IE8 (you probably need to apply IE8 Node.compareDocumentPosition fix #19 and IE8 issue when wysihtml5 tried to call getAttibute on a boolean #20 first).
  2. Select the bullet list and click insertUnorderedList. The bullet points disappear and the list is now text, line by line.
  3. Keep the selection or select the same lines, click insertUnorderedList again.

Expected result: The bullet list appears in the same fashion as it was after step 1.
Actual result: Only the first line appears as bullet list. The other lines remain selected. After a second click on insertUnorderedList, the other lines will correctly set as bullet list, however, they are now wrapped in a second <ul>.

screencast

@vanto
Copy link
Contributor Author

vanto commented Mar 4, 2014

@pulges Any ideas what could cause this phenomenon and where to start with debugging?

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

1 participant