Mozilla mouseovers

C.M. Connelly cmc at math.hmc.edu
Tue Oct 7 18:22:48 UTC 2003


"BH" == Brian Huffman <sheep at graze.net>

Brian,

    BH> The problem is that inside the popup text
    BH> boxes they try to use carriage returns and they only show
    BH> up as a strange "square-like" symbol.  They show up
    BH> correctly in IE.

    BH> I heard in another forum that this was already in bugzilla
    BH> (for mozilla), but I can't find it.  Also, is there any
    BH> work around?

The bug is <http://bugzilla.mozilla.org/show_bug.cgi?id=67127>.

The workaround is to avoid carriage returns in your title
attributes.  If you're doing something scriptomatically, it should
be pretty easy to avoid (just don't put in any newlines and don't
wrap the text later!).  If you're coding by hand, you usually get
it to work by putting the ``title="<string>"'' on its own line
(i.e., breaking the line just before the title attribute).

   Claire

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  Claire Connelly                              cmc at math.hmc.edu 
  Systems Administrator                          (909) 621-8754   
  Department of Mathematics                 Harvey Mudd College
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*





More information about the users mailing list