in reply to Viewing SOPW - I have a problem!

Probably because you are using IE and in some fit of insanity, IE doesn't wrap on whitespace that is followed by a slash.

To test your browser, view this node directly to see a line full of whitespace that won't warp at all under IE:

/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /

I actually started to edit the offending node but then was at a loss for what to do to fix it. I hate breaking things to accomodate bugs, but I guess IE is way too popular to just ignore this particular case...

Update: I put in some CODE tags which should fix the problem for most people. If you have "auto" code wrapping and a wrap length too long, then the (sane) wrapping code will think that nothing needs to be done (because of the frequent whitespace) so the (insane) browser (IE) will still make things way too wide.

Update: Just for completeness, I'd like to mention that IE also gets it wrong by wrapping after plain hyphens.

                - tye
  • Comment on Re: Viewing SOPW - I have a problem! (IE bug)

Replies are listed 'Best First'.
Re: Re: Viewing SOPW - I have a problem! (IE bug)
by jdtoronto (Prior) on Sep 23, 2003 at 19:01 UTC
    Thanks tye! I see what you mean about the whitespace when I read the node as well. Well IE is full of strangeness, but I find I have some problems with Opera and Netscape so generally I am stuck with IE on this machine because that is what my clientrs want me to use for checking the work I do for them.

    Mozilla on my Linux box appears to be much saner environment, but sadly I cannot get clients to move! What they haven't woken up to yet is that all the apps I write for them are all cross platform! I generally use Perl/Tk for stand-alone stuff and of course all my Web Apps are running on Linux anyway.

    Thanks for the advice, for whatever reason it is working fine now!

    John jdtoronto