[Libreoffice-bugs] [Bug 135451] EDITING: Different behavior with No-break space and Narrow no-break space

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Aug 4 22:59:30 UTC 2020


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

V Stuart Foote <vstuart.foote at utsa.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vstuart.foote at utsa.edu

--- Comment #1 from V Stuart Foote <vstuart.foote at utsa.edu> ---
OK, confirming on 2020-07-29 TB77 Windows build of master
Version: 7.1.0.0.alpha0+ (x64)
Build ID: <buildversion>
CPU threads: 8; OS: Windows 10.0 Build 18363; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

The LibreOFfice assigned shortcuts are:

U+202F
Alt+Shift+Space -- Insert Narrow No-break Space (.uno:InsertNarrowNobreakSpace)

U+00A0
Ctrl+Shift+Space -- Insert non-breaking space (.uno:InsertNonBreakingSpace)

Or, done efficiently with the convenient <Alt>+X toggle of a Unicode entry.

The non-breaking spaces probably should have the same ICU lib handling for
either in that neither should be counted as word bounds--strings should be 1
word. And the <Ctrl> <R,L> should move to beginning or end of either (it does
for the NBS, not for the NNBS).

The NBS word bound movement is correct (inherited from OOo), the NNBS was only
command was only added recently by Heiko with
https://gerrit.libreoffice.org/c/core/+/66776/ for bug 121596 and maybe needed
more work on the edit shell behavior.

And for many of these NPC/formatting marks we do have bug 58434 to get them all
on the same toggle control for visibility on document canvas.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200804/2f98de6a/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list