Opened 14 years ago
Closed 14 years ago
#2942 closed defect (fixed)
Checkbox: shows up wrong on FF2.0 windows / chinese
Reported by: | bill | Owned by: | davidb |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Widgets | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Label shows up under the checkbox on Chinese Windows; talk to Cougar for details.
Attachments (1)
Change History (5)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Status: | new → assigned |
---|
My recent patch should solve the problem everywhere except safari/webkit (assuming the problem exists there). I'm not sure what is responsible for font rendering on Windows... if it is Windows then I presume this problem is present on all browsers? (Will ping Cougar)
comment:3 Changed 14 years ago by
I have email confirmation from Cougar that this fix worked for him on whatever browser(s) he tried. We haven't heard details yet but I think this fix can safely go in.
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
OK, I think I know what is going on. According to the w3, "In Japanese and Chinese, inter-word space is not typically rendered at all."
... couple that with the fact with have the spacer hack (spaces in the widget template) to support webkit/safari and we have a problem. If webkit has the same behaviour, we won't be able to use the spacer hack and will need to resort to using margins or something (which was problematic on webkit).