PrimeFaces 11, InputNumber IE 11 Compatibility #76
-
In one of our projects we are using PF 11. Unfortunately, we have many users who were still using IE 11. According to the documentation, Primefaces should be compatible with IE 11. We noticed a problem using the InputNumber component in IE11. It seems that there is an issue when converting NodeList to Array. In InputNumber.js we can find the following code:
In IE 11, the b method is always triggered, since o(u), r(u) and k(u) can't convert Nodelist into Array.
Is it possible to expect that this issue will be fixed in one of the next versions? And generally how long can we expect compatibilty with IE 11? Robert |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
IE support has already been dropped in PrimeFaces 13. See this ticket for additional information: primefaces/primefaces#6956 |
Beta Was this translation helpful? Give feedback.
IE support has already been dropped in PrimeFaces 13. See this ticket for additional information: primefaces/primefaces#6956