Ticket #77 (closed Bug: fixed)
Shift+Enter should force the configured block tag creation
| Reported by: | FredCK | 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
Note: See
TracTickets for help on using
tickets.