Opened 18 years ago
Closed 18 years ago
#77 closed Bug (fixed)
Shift+Enter should force the configured block tag creation
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.4.1 |
Component: | UI : Enter Key | Version: | |
Keywords: | Cc: |
Description
In the current implementation, both Enter and Shift+Enter, when configured to either P or DIV, will handle in the same way. It means that the current cursor block is duplicated to create the new one. So, if you are in a <p>, another <p> is created, in a <div>, a <div> is created instead. End users can easily change the desired block type with the "Format" toolbar combo.
The above is the desired way the "Enter" should work. We have already thought about making the "Shift+Enter" case handling it differently. It should actually "force" the configured block tag to be generated, not duplicate the current one.
Change History (3)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
Milestone: | FCKeditor 2.4 → FCKeditor 2.4.1 |
---|
comment:3 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [208].
Click here for more info about our SVN system.
It will not be fixed for the 2.4(.0). To be fixed in a micro release (2.4.x).