https://bugs.documentfoundation.org/show_bug.cgi?id=114067

--- Comment #12 from Justin L <[email protected]> ---
Specifically about OP's trivial case of being in front of numbering:
Steps to reproduce:
1.) turn on bullets or numbering
2.) go left one position (bullet or numbering gets highlighted)
3.) press Ctrl-Enter.  (SplitNode happens, but no RES_BREAK)

SwTextShell::ExecInsert calls FN_INSERT_PAGEBREAK for Ctrl-Enter,
which runs SwWrtShell::InsertPageBreak.

The splitNode works fine, but for RES_BREAK
DocumentContentOperationsManager.cxx's lcl_InsAttr
sees rRg.IsInFrontOfLabel() and does an early return
without handling pOtherSet.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to