Device-Bugs icon indicating copy to clipboard operation
Device-Bugs copied to clipboard

Android 2.3 (+others?) - inline-block, newlines and text-rendering: optimizeLegibility adds character glyphs

Open froots opened this issue 13 years ago • 2 comments

Description

On Android 2.2, 2.3, applying text-rendering: optimizeLegibility causes interstitial unrecognised character glyphs (rectangles) to appear between inline-block elements and newline characters.

Platforms

Android 2.2, 2.3

Reduced Example:

http://jsbin.com/ibitek/2

Bug Tracker ticket(s):

http://code.google.com/p/android/issues/detail?id=15067

Workarounds:

None, except don't use optimizeLegibility.

froots avatar Mar 26 '12 16:03 froots

Using the Android emulator I can also reproduce this bug in 2.2, but not in 2.1. Seems to be fixed in 3.0+.

adammessinger avatar Mar 30 '12 23:03 adammessinger

@indyplanets also doc'd this here: https://gist.github.com/indyplanets/1307515

paulirish avatar Nov 26 '13 17:11 paulirish