开发者

IE8 flex not triggering focusOut event

开发者 https://www.devze.com 2023-02-14 14:51 出处:网络
I have a textfield in flex with a focusOut event on it. I can type in the box and in Firefox and Chrome when I click elsewhere on the page (outside t开发者_运维百科he flash element) the focusOut event

I have a textfield in flex with a focusOut event on it. I can type in the box and in Firefox and Chrome when I click elsewhere on the page (outside t开发者_运维百科he flash element) the focusOut event will be triggered. However in IE8, the texfield never loses focus when you click elsewhere on the page, outside the flash object. I've tried with focusManager.browserMode set to true and false with no difference (I believe that effects incoming focus anyway). Does anyone have any idea why?


check if your application becomes deactivated when the user clicks outside

0

精彩评论

暂无评论...
验证码 换一张
取 消