Ticket #1237 (closed Bug: wontfix)
Shift+Enter doens't work at first time in an empty paragraph (IE)
| Reported by: | fredck | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6 |
| Component: | UI : Enter Key | Version: | SVN |
| Keywords: | Confirmed IE CantFix | Cc: |
Description
Steps to Reproduce
- Open sample01.html and enable "Show Blocks";
- Hit Enter at the end of the paragraph;
- Hit Shift+Enter.
The cursor will make a "quick strange blink", but there will be no visual results.
Switching to source view, the second paragraph will display the correct HTML:
<p><br /> </p>
So it seams that the Shift+Enter itselft is working, but the selection is not being made visible after the <br>.
Change History
Note: See
TracTickets for help on using
tickets.