#13674 closed Task (invalid)
How to change enterMode & shiftEnterMode in <figcaption> tag
Reported by: | Donnie Nguyen | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Enter Key | Version: | |
Keywords: | Cc: |
Description
Hi,
How can i change enterMode & shiftEnterMode in <figcaption> tag, like blockquote or ul/ol ( im not using widget or image2 plugin )
HTML code in the editor
<figure> <img src="" alt=""> <figcaption>lorem ipsum</figcaption> </figure> <p><br></p>
I want when im editing text in <figcaption> if i press 'enter' key, the caret will go outside of <figure>. Similar with <blockquote> or <ul>, but do not have to press 'enter' key twice.
Many thanks & really sorry for my english !
Change History (2)
comment:1 follow-up: 2 Changed 9 years ago by
Keywords: | enterMode shiftEnterMode removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | 4.5.2 |
comment:2 Changed 9 years ago by
Thank you !
Replying to j.swiderski:
This is not the right place to ask questions. This is bug tracker.
For community support try posting a question on http://stackoverflow.com/tags/ckeditor
NOTE: You can't assign specific enter mode to specific element. You could try using widgets but enter mode is based on ACF assigned to that widget's editable e.g. if you want to use EnterMode_BR then you should not allow P or DIV inside that editable.
This is not the right place to ask questions. This is bug tracker.
For community support try posting a question on http://stackoverflow.com/tags/ckeditor
NOTE: You can't assign specific enter mode to specific element. You could try using widgets but enter mode is based on ACF assigned to that widget's editable e.g. if you want to use EnterMode_BR then you should not allow P or DIV inside that editable.