简体   繁体   中英

ajaxToolkit:MaskedEditExtender + Delete and Backspace not working for Ie11 but working ie11 compatible mode

I know lots of people asked this question but that is related to chrome. In my case, it's not working in IE11 also. ajaxToolkit:MaskedEditExtender is being used in my project for TextBoxes. In Ie11 compatible mode, the backspace and delete keys are working but when we are using Ie11 native mode, these keys are not working for the textboxes. I tried to use some javascript i found for chrome but no help. Any idea? Pls help.

I ran into the same problem. The only fix I have found thus far is to do one of the following:

Use JQuery Masks instead (not a fix, this is a complete replacement) OR Upgrade the ajaxcontroltoolkit.dll (apparently the newest release does fix this problem, but that could have site-wide impact you might not want to invite)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM