Opened 12 years ago
Closed 12 years ago
#9717 closed Bug (invalid)
Inline editing aside tag
Reported by: | giammin | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description
in inline edit mode editors cannot put a new element outside a trailing "aside" tag
Both hitting enter or using "insert paragraph here" create a new paragraph inside aside tag
<aside> <dl> <dt>*</dt> <dd>ertetertertert.</dd> <dt>**</dt> <dd>ertertertertert</dd> </dl> </aside>
Change History (2)
comment:1 Changed 12 years ago by
Version: | 4.0 Beta → 4.0 |
---|
comment:2 Changed 12 years ago by
Keywords: | html5 editor aside removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
@giammin this should be handled by magic line plugin.
Currently magic line ignores such tags but it has been already described in #9979. If you have anything to add please refer to that ticket.
Please also note that being unable to get out of aside tag has nothing to do with inline mode thus I'm closing this one as invalid.