[wp-trac] [WordPress Trac] #21853: Unable to Add Whitespace After Hyperlinks
WordPress Trac
wp-trac at lists.automattic.com
Sun Sep 9 06:22:43 UTC 2012
#21853: Unable to Add Whitespace After Hyperlinks
--------------------------+-----------------------------
Reporter: miqrogroove | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: 3.3.2
Severity: major | Keywords:
--------------------------+-----------------------------
This bug seems to have developed somewhere after version 3.1.
To reproduce this bug:
1. Start a new post or page.
2. Click the HTML tab.
3. Paste this snippet:
{{{
<ul>
<li><a href="http://www.google.com/">Parent item</a>SPACEME
<ul>
<li>Child item</li>
</ul>
</li>
</ul>
}}}
4. Click the Visual tab and note how the hyperlink runs up against the
word "SPACEME".
5. Click the HTML tab.
6. Add a space before "SPACEME".
7. Click the Visual tab.
8. Like magic, the space has vanished! :(
Curiously, I am unable to reproduce this behavior if I add the space on
the Visual tab rather than the HTML tab. Very buggy!
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21853>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list