Opened 11 years ago
Closed 10 years ago
#21853 closed defect (bug) (worksforme)
Unable to Add Whitespace After Hyperlinks
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | major | Version: | 3.3.2 |
Component: | Editor | Keywords: | |
Focuses: | Cc: |
Description
This bug seems to have developed somewhere after version 3.1.
To reproduce this bug:
- Start a new post or page.
- Click the HTML tab.
- Paste this snippet:
<ul> <li><a href="http://www.google.com/">Parent item</a>SPACEME <ul> <li>Child item</li> </ul> </li> </ul>
- Click the Visual tab and note how the hyperlink runs up against the word "SPACEME".
- Click the HTML tab.
- Add a space before "SPACEME".
- Click the Visual tab.
- 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!
Change History (5)
Note: See
TracTickets for help on using
tickets.
Tested 3.4.2 with all plugins disabled, using Chrome 21, IE 8, Opera 12, Firefox 13, and found the same problem in all browsers.