Bug #5296
closedEditBox Font Gets Warped When Keying In Certain ASCII Characters
0%
Description
There is also another bug concerning the Editbox that I would like to report (a minor one) … If you copy & paste this ASCII Character (perhaps also applies to other ASCII Characters as well I'am assuming) —the EditBox Font gets overridden. "♪♫" <~ Try pasting this character into EditBox & typing something past\ after it (My font is set to Consolas 11 Bold), but when I enter that Character & type something after it, it changes into a subtler font … Mind you I'am using a text-replacements app called PhraseExpress, & it lets me type macros: so if I type "~#" I get it converted to "♪♫". A tiny bug that's been plaguing me since forever.
Updated by Per Amundsen over 3 years ago
- Status changed from New to Invalid
It's not a bug, the Editbox is a windows richtextbox control, it uses dual fonts to support a wider range of characters, you will see the same result in notepad which uses the same control.