I am using FlashDevelop and Flash Player 11.7 (NPAPI version).
Basically I see a random white pixel at the bottom of the insertion / cursor / text cursor that appears when the TextField has focus. It blinks constantly when the text cursor blinks, but at different intervals. It drives me crazy.
Here I managed to get a screen capture after several attempts:

Why is he doing this and what should I do to disable it?
this._textField = new TextField(); this._textField.defaultTextFormat = new TextFormat("FleftexYC", 8, 0x000000, true); this._textField.embedFonts = true; this._textField.height = 13; this._textField.type = TextFieldType.INPUT; this._textField.x = 9; this._textField.y = 7;
FleftexYC is a regular / inline font, but that is not a problem. This still happens with system fonts such as Arial.
Any thoughts?
[EDIT] : confirmed at 11.8. However, in Internet Explorer, the pixel is black, not white.
[EDIT] I use Windows 7, but I'm not sure if this also happens on Mac computers. This does not happen in the Flash version of Google Chrome PPAPI, but it happens in the NPAPI version and Internet Explorer version.
[EDIT] In addition to Internet Explorer, it looks like Mozilla Firefox also shows a flickering black pixel instead of white.
flash actionscript-3 textfield flashdevelop
xLite
source share