IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics
https://bit.ly/2kuu1fT
Other
477 stars 83 forks source link

jQuery's trim called with an extra parameter, possibly incorrectly #2007

Closed 3phase closed 5 years ago

3phase commented 5 years ago

Description

jQuery's function trim is called in infragistics.ui.editors.js:908 with a space as a parameter, which may cause issues in some custom scenarios, as for instance overloading of the method by a different library/framework.

Expected result

All the trim functions to be called in the same way, where possible.

Attachments

image