Opened 9 years ago
Last modified 9 years ago
#14362 closed Bug
Iterator breaks blocks nested within inline widget — at Version 2
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.3 |
Keywords: | Cc: |
Description (last modified by )
If inline widget has some block elements iterator will move them out of the widget. It can be observed using indentation on a paragraph that contains such a widget.
Indenting block with inline widget
Use manual test from branch:t/14362.
- Put the selection before
^
character in the first paragraph. - Press indent button.
Expected:
Widget structure should remain untouched, within the current paragraph.
Actual:
Parts of the inline widget are extracted.
Change History (2)
comment:1 Changed 9 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 9 years ago by
Description: | modified (diff) |
---|