thanhlong203 / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

Update bug workaround in editortoolbar for font sizes, now that webkit has fixed it. #209

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In editortoolbar.js, TR_EditorToolbar.prototype.updateToolbarFromState, does a 
workaround for font size, due to a webkit bug where font sizes were returned 
using pixels, rather than font sizes like other browsers.  This bug 
(https://bugs.webkit.org/show_bug.cgi?id=21033) was fixed, so that line can be 
restricted to older versions of webkit

Original issue reported on code.google.com by jpar...@google.com on 10 Sep 2010 at 4:53

GoogleCodeExporter commented 8 years ago

Original comment by pall...@google.com on 15 Jul 2011 at 1:29