With word wrap enabled, spaces inside a tag are not rendered #1362
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
>Actual: Wrapping occurs, but spaces are no longer inserted. Adding space characters works fine.
Expected: Wrapping should occur and new space characters should render.
mentioned in merge request !10255
It should be noted this behaves correctly in Firefox currently (but not Chrome).
Webkit apparently decides that even in
pre-wrapwhitespace mode, a block of spaces that is at a wrapping point takes up no space. I'll see about workaround hacks.mentioned in issue #1361
I've pushed a moderately scary hack which seems to solve this. Please test.
mentioned in issue #3147
mentioned in issue #1380
mentioned in issue #529
mentioned in merge request !12707
mentioned in issue #2915
mentioned in issue #2957
mentioned in issue #7069