#33810 closed defect (bug) (worksforme)
Impossible to place cursor after a pre tag at the end of content
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | normal | Version: | 3.8 |
Component: | TinyMCE | Keywords: | |
Focuses: | Cc: |
Description
Given the following content at the end of a post:
<pre>Foo</pre>
It's impossible to place the cursor after the <pre>
tag when using the visual editor.
Tested back to 3.8.
Change History (3)
#1
@
9 years ago
- Component changed from Editor to TinyMCE
- Milestone changed from Awaiting Review to Future Release
#2
@
9 years ago
Though end_container_on_empty_block
looks at an empty paragraph inside the block. pre
never has any other elements inside.
Note: See
TracTickets for help on using
tickets.
You mean it is impossible to create an new paragraph? I cannot get a new paragraph with just enter, but I can with shift+enter. It should respect the
end_container_on_empty_block
setting though.