Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Has anyone come across a problem with the Android browser where rectangular unrecognized character glyphs are shown between or next to inline-block elements? If this is a known issue, is there an easy workaround?

Tested on generic 2.3 emulator and HTC 2.3 browsers so far. 2.1 does not show the problem.

The page has a UTF-8 charset.

share|improve this question
There's a bug report for this issue here: code.google.com/p/android/issues/detail?id=15067 – therefromhere Apr 11 '12 at 5:38
1  
Thanks, I also added it to Scott Jehl's list of device bugs: github.com/scottjehl/Device-Bugs/issues/11 – froots101 Apr 11 '12 at 9:37

1 Answer

up vote 0 down vote accepted

Fixed by removing text-rendering: optimizeLegibility which I had on the html element.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.