1
0
Fork 0
mirror of synced 2025-04-03 05:03:31 +03:00
select2/tests/data
Kevin Brown 0da15aa586 Fixed option text encoding
This fixes an issue when using a `<select>` where the elements were
created with XHTML-encoded characters to prevent any injection, as
they would be double-encoded and display incorrectly.

When using a `<select>`, we can assume that the data has already
been encoded because any XSS will have already run before we get to
it.  Because of this, we can just use `.text()` instead of `.html()`
to avoid any issues.

This also includes a test to ensure that this does not become an
issue in the future.

This closes https://github.com/select2/select2/issues/3115.
2015-03-11 18:12:14 -04:00
..
array-tests.js Fix support for deep nesting 2015-01-09 20:50:06 -05:00
array.html Changed how the builds are done 2015-01-22 14:49:39 -05:00
base-tests.js Linted tests 2014-10-21 21:43:57 -04:00
inputData-tests.js Fixes issues with inputData module. When unselecting an item it would previously unselect all items 2015-03-10 19:16:17 +02:00
maximumInputLength-tests.js Combine tests into common files 2015-02-13 23:29:56 -05:00
maximumSelectionLength-tests.js Combine tests into common files 2015-02-13 23:29:56 -05:00
minimumInputLength-tests.js Added tests for tags 2014-11-25 21:28:16 -05:00
select-tests.js Fixed option text encoding 2015-03-11 18:12:14 -04:00
select.html Changed how the builds are done 2015-01-22 14:49:39 -05:00
tags-tests.js Added a few more tests 2015-01-11 16:30:16 -05:00
tags.html Changed how the builds are done 2015-01-22 14:49:39 -05:00