Opened 18 years ago
Closed 12 years ago
#1237 closed Bug (wontfix)
Shift+Enter doens't work at first time in an empty paragraph (IE)
Reported by: | Frederico Caldeira Knabben | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Enter Key | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed IE Discussion | 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 (11)
comment:1 Changed 18 years ago by
Milestone: | FCKeditor 2.5 → FCKeditor 2.6 |
---|
comment:3 Changed 17 years ago by
IE is so much fun, it screws up the <BR> when any background CSS attribute is applied to the paragraphs. Without the background attribute however (i.e. with the border alone), it would screw up in another funny way in which the <BR> typed would be displayed but not included within the paragraph border.
comment:4 Changed 17 years ago by
If this ticket were to be fixed, I think another way of displaying blocks would need to be invented. Otherwise, this ticket might end up as another wontfix.
comment:5 Changed 17 years ago by
Owner: | set to Martin Kou |
---|---|
Status: | new → assigned |
comment:6 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [1717]. Click here for more info about our SVN system.
comment:7 Changed 17 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Sorry! Not fixed... just worked on the wrong ticket. Please ignore my previous comment.
comment:8 Changed 17 years ago by
Keywords: | CantFix added |
---|---|
Resolution: | → wontfix |
Status: | reopened → closed |
It seems there's no other way to display and block boundaries and displaying the block type without using the buggy CSS attributes. So there's not much we can do here with just JavaScript and CSS. Closing ticket as wontfix.
comment:9 Changed 16 years ago by
Keywords: | Discussion added; CantFix removed |
---|---|
Milestone: | FCKeditor 2.6 → CKEditor 3.x |
Resolution: | wontfix |
Status: | closed → reopened |
Retarget to v3 for further discussion.
comment:11 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
FCKeditor was retired and is no longer supported. All active development was moved to its successor, CKEditor 3.x, that is a fully mature and far superior product. We recommend you upgrade as soon as possible since this issue is no longer a problem in current code base.
Works in latest CKEditor.
I'm my latest tests with the SVN version, I'm having this problem only if "Show Blocks" is enabled. In any case it is not making it impossible to have the <br> as expected, so other than being a rare and unfortunate case, it is also something with a minor consequence. Therefore, postponing.