How may we enter a non-breaking space (nbsp ) from the wysiwyg without clicking "Edit HTML" to edit the html directly?
If I select the "Special Character" (Omega) and click the first option in the grid, "no-break space", nothing is entered.
Typing two spaces adds after the first space, but deleting either space removes the non-breaking space, and leaves the breaking space.
Clients we have built templates for need to be able to enter non-breaking spaces without editing the html directly.
I'm a bit confused on the why behind needing this, in any case it does seem like it is some sort of bug that this doesn't populate. When I just added spaces via the space bar it added the & nbsp ; code to my HTML, so that may work for you.
You may want to have a single non-breaking space, not solely for its "rendered whitespace" function but for its "non-breaking" function.