926d486f54
There's a bug in OS X 10.11 where a toll-free bridged font may have an
attributed of private class __NSCFCharacterSet that unlike
NSCharacterSet doesn't conform to NSSecureCoding. This poses a problem
when such font is used in user-editable content, because some Asian
input methods then crash in 10.11 when editing the string. As a
workaround for this bug, don't use toll-free bridging, but re-create
NSFont from the descriptor instead on buggy OS X versions.
Fixes regression introduced in
|
||
---|---|---|
.. | ||
aui | ||
common | ||
dfb | ||
expat@7972ac101c | ||
generic | ||
gtk | ||
gtk1 | ||
html | ||
jpeg@0c4f9b739f | ||
motif | ||
msw | ||
osx | ||
png@8129d71d80 | ||
propgrid | ||
qt | ||
regex | ||
ribbon | ||
richtext | ||
stc | ||
tiff@74e289b462 | ||
univ | ||
unix | ||
x11 | ||
xml | ||
xrc | ||
zlib@c7955ffb6e |