JS Error when creating list on linked text
Steps to Reproduce ¶
- Load the following HTML:
<p><a href="http://www.example.com">Test</a></p>
- Place the caret before "Test";
- Click the Bulleted List button.
A JavaScript error will be thrown. Confirmed with IE7 and FF2.
Find this issue on GitHub
Owner: |
set to Martin Kou
|
Status: |
new →
assigned
|
Owner: |
Martin Kou deleted
|
Status: |
assigned →
new
|
Owner: |
set to Frederico Caldeira Knabben
|
Status: |
new →
assigned
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Find this issue on GitHub
The error is thrown inside the DOM range iterator code, and I couldn't fix it by adding simple checks. Apparently there's a logical error in the DOM range iterator. So I think I'd better leave this ticket for Fred.