Opened 18 years ago
Closed 18 years ago
#1853 closed Bug (fixed)
ShiftEnterMode don't work
| Reported by: | datalink | Owned by: | Martin Kou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6 |
| Component: | UI : Enter Key | Version: | FCKeditor 2.5.1 |
| Keywords: | Confirmed Review+ | Cc: |
Description
With
FCKConfig.EnterMode = 'br' ; FCKConfig.ShiftEnterMode = 'p' ; (or same on 'div')
Shift + Enter make <br>
Attachments (2)
Change History (15)
comment:1 Changed 18 years ago by
| Keywords: | Confirmed added |
|---|
comment:2 Changed 18 years ago by
| Milestone: | → FCKeditor 2.6 |
|---|
Currently it's throwing an error:
eNextBlock has no properties http://localhost/fckdev/editor/_source/classes/fckenterkey.js Line 421
comment:3 Changed 18 years ago by
:|
I'm not able to reproduce it. Tested with IE7 and FF2, with both the SVN and 2.5.1 versions, using sample01.html with the setting changed manually in the fckconfig.js file.
Is it just me? Are there are precise steps to make this error happen?
comment:5 Changed 18 years ago by
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
I've done some more tests today and I wasn't able to reproduce the issue.
comment:6 Changed 18 years ago by
| Resolution: | worksforme |
|---|---|
| Status: | closed → reopened |
I'm able to reproduce it with FF2 in the nightly build with sample12.
comment:7 Changed 18 years ago by
| Owner: | set to Martin Kou |
|---|---|
| Status: | reopened → new |
Changed 18 years ago by
| Attachment: | 1853.patch added |
|---|
comment:8 Changed 18 years ago by
| Keywords: | Review? added |
|---|
comment:10 Changed 18 years ago by
| Keywords: | Review? removed |
|---|
Retracted the review request as a better approach was discovered during a conversion with Fred today.
Changed 18 years ago by
| Attachment: | 1853_2.patch added |
|---|
comment:11 Changed 18 years ago by
| Keywords: | Review? added |
|---|
comment:12 Changed 18 years ago by
| Keywords: | Review+ added; Review? removed |
|---|
comment:13 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed with [1729].
Click here for more info about our SVN system.

Confirmed with IE, IE7 and FF2