http://www.perlmonks.org?node_id=462120


in reply to Re^2: Monastery Gates page is too wide (causes)
in thread Monastery Gates page is too wide

Firefox 1.0.4 still doesn't support &#173 aka &shy; (which PM uses), but it does support &#8203 and <wbr>.
So, this means Auto Code Wrap is currently broken in Firefox.

Replies are listed 'Best First'.
Re^4: Monastery Gates page is too wide (future)
by tye (Sage) on May 31, 2005 at 17:42 UTC

    Soft hyphen is better, as it allows the line break to be displayed such that the viewer will realize that there isn't whitespace there.

    We should add a user setting for which "break" method to use:

    1. Soft hyphen
    2. <wbr />
    3. zero-width space
    4. space
    with the current "auto code wrap" users getting "soft hyphen" and everyone else getting "space". Then the CB should use the selected method instead of the way it currently always uses space and "auto code wrap" should, of course, use the selected method.

    I doubt I'll be getting to this any time soon. Others might.

    - tye