Ticket #309 (closed Bug: fixed)
Span with nonbreaking space added to button when adding paragraph break in IE
| Reported by: | miken | Owned by: | fredck |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6 |
| Component: | UI : Enter Key | Version: | FCKeditor 2.4.1 |
| Keywords: | Review+ | Cc: |
Description
Using IE, switch to source view, paste this code and then switch back to WYSIWYG view:
<p><button>1</button><button>2</button></p>
Placing the cursor between the two buttons and pressing enter to add a paragraph break adds a span with a non-breaking space inside the second button:
<p><button>1</button></p> <p> </p> <p><button><span> </span>2</button></p>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
