angular-selector icon indicating copy to clipboard operation
angular-selector copied to clipboard

Browser support missing, no sanity tests for browsers

Open shlomiassaf opened this issue 9 years ago • 2 comments

Hi,

Cool library, I liked the small size!

I'm using UI-Select and its a pain. However I cant take the risk of porting to your library into production if I dont know the browser support level.

You should install a small sanity test routine for IE9+, chrome & firefox and mobile.

My main issues with UI Select is performance and size, its a lib built a long time ago

shlomiassaf avatar Feb 24 '16 23:02 shlomiassaf

Hi @shlomiassaf, I know I should test this library for each browser in order to know their support, but I don't have the time to make these tests. If you're going to create some of these tests for your production app, I would appreciate very much if you'll share them, maybe with a pull request. :)

At the moment, the only known -unverified- issue for this argument is #21.

indrimuska avatar Feb 25 '16 01:02 indrimuska

This is fixed in a high performance variant/fork of the same component: https://github.com/jkodu/angular-selector-on-steroids

Refer enhanced example page - https://jkodu.github.io/angular-selector-on-steroids/ (allow unsafe scripts)

I had to support IE11, Chrome, Firefox and Safari, so the above module has covered manual tests of the same. The above module is used in production with no issues for datasets over a million per dropdown.

jeeyyy avatar Jan 29 '18 15:01 jeeyyy