On 4/13/10 4:07 PM, Dave Baggett wrote:
> Under certain Windows + IE combinations (e.g., Vista + IE7), the dots in the
> password field look like boxes with question marks in them. I've seen this
> on three different machines. Has anyone else seen it? Is there a workaround?
> Looks like the default font is missing the dot character.
>
> Dave
>
>   
If the box is angled like a diamond (tip pointing down), this is more
likely an encoding issue.  Browsers display that character when they
have a character that does not exist in the current encoding.  Perhaps
qooxdoo is assuming a particular encoding is available?  If so, you may
be able to fix it by adding an explicit encoding directive in the HTML
source of index.html, perhaps <?xml version="1.0" encoding="UTF-8" ?> at
the top of the file, or a <meta> tag in the <head>.

Greg

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to