Opened 11 years ago
Closed 11 years ago
#11135 closed Bug (invalid)
[enterMode]<p> instead of <div> with Shift+Enter.
Reported by: | Piotr Jasiun | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
- Open browser (tested with Chrome and Firefox).
- Go to "ENTER Key Configuration" sample (samples/enterkey.html).
- Leave "When Enter is pressed:" <p> and set "When Shift+Enter is pressed:" <div>
- Press "Shift+Enter" in editable.
New p
tag is created instead of div
.
Change History (1)
comment:1 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.0 |
You would also need to enable forceEnterMode flag. Otherwise enter mode will continue the block you're in and that's perfectly correct. So setting shiftEnterMode to div does not really have sense.