https://bugs.documentfoundation.org/show_bug.cgi?id=124451
Justin L <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #9 from Justin L <[email protected]> --- Fixed in LO 6.3 actually, with commit c5c425296debb2fbd67af8ec29f87e285d08575f Author: Justin Luth on Tue May 7 09:38:19 2019 +0300 tdf#125151 sw: allow protection around field marks Similar to bug 105625, the cursor should be considered outside of a fieldmark when it is at the start. A delete at the start would normally delete the entire form field, but in this case the section is supposed to be protected, so deleting should be forbidden. This atStart situation is already looked for when the document is not protected. However, when the section is already protected, then a different code path is followed, and there the start position was ignored and thus became an editable part of the page, allowing the user to easily delete the field by mistake. An Alt-Enter is still possible at the beginning, but that was already true long before any of the patches discussed here. (I seem to remember a bug report about this anyway - that you can create it but can't delete it.) In any case, mark this particular bug as fixed. *** This bug has been marked as a duplicate of bug 125151 *** -- You are receiving this mail because: You are the assignee for the bug.
