#1 closed New Feature (fixed)
Enter Key Handler
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | FCKeditor 2.4 |
Component: | UI : Enter Key | Version: | |
Keywords: | Cc: |
Description (last modified by )
Every browser has it's own behavior when users press the [Enter] or [Shift]+[Enter] keys. The main problem with it is that they output completely different HTML.
Another important thing is that users want to customize the output produced by the editor to their own needs. Some want the editor to produce paragraph tags (<p>), while others prefer simple line breaks (<br>).
We are proposing a new system where the editor controls the enter key, overriding browser's actions (don't trust in browsers!).
Change History (11)
comment:1 Changed 18 years ago by
Milestone: | → 2.4 |
---|
comment:2 Changed 18 years ago by
Version: | 2.4 |
---|
comment:3 Changed 18 years ago by
Status: | new → assigned |
---|
comment:4 Changed 18 years ago by
Description: | modified (diff) |
---|
comment:5 Changed 18 years ago by
Description: | modified (diff) |
---|
comment:6 Changed 18 years ago by
Description: | modified (diff) |
---|
comment:7 Changed 18 years ago by
Component: | General → UI : Enter Key |
---|
comment:8 Changed 18 years ago by
Priority: | Normal → High |
---|
comment:9 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Bugs on this one should be now reported separately. I'm closing it as a first implementation has been completed.
comment:10 Changed 16 years ago by
Cc: | fredck@… added |
---|
comment:11 Changed 16 years ago by
Cc: | fredck@… removed |
---|
The feature is implemented. We should now start the testing phase. Now, whenever possible, we should concentrate all our efforts on it, as this is a critical feature and a very delicate piece of code.