https://bugs.documentfoundation.org/show_bug.cgi?id=158628
Heiko Tietze <heiko.tie...@documentfoundation.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #5 from Heiko Tietze <heiko.tie...@documentfoundation.org> --- I think what's expected is 1. Demote the list item if level > 1 (pressing backspace on "1.1 has" should make this paragraph "2. has") 2. Remove the list label string if level = 1 (pressing backspace on "2. has" should turn this into " has") 3. Remove the list attribute from the paragraph if level = 1 & list label = "" (pressing backspace on " has" should make this paragraph "has") (we do this currently only in case of empty paragraphs) 4. Merge the paragraph with the previous keeping all of the attribute (backspace on "has" ends up in "1. Alice has"; automatically adding a trailing space here) (we do this with any ordinary paragraph) Any concerns, Mike? (In reply to Stéphane Guillou (stragu) from comment #1) > Couldn't find a duplicate. UX/design team, any thoughts? Feels like a question we discuss weekly. But found just bug 128622 about Impress and bug 155834 about move up/down on those items. -- You are receiving this mail because: You are on the CC list for the bug.