Opened 9 years ago
Closed 9 years ago
#14362 closed Bug (invalid)
Iterator breaks blocks nested within inline widget
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 (3)
comment:1 Changed 9 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | confirmed → closed |
As discussed with @m.lewandowski - inline widgets can't have block elements so this makes this issue invalid.