evently icon indicating copy to clipboard operation
evently copied to clipboard

evently exception on safari browser

Open shifu opened this issue 14 years ago • 0 comments

I have a simple couchapp + evently that works fine on firefox browser but throw error on both iPhone and desktop safari browser.

The repro include a link: backup.

If I use the folder name selectors/a[href=#backup] it works fine. But if I use the contain operator selectors/a[href*=#backup], it throws an exception.

selectors/a[href=#backup]/click.js is just a dummy function.

jquery.evently.js line 159 TypeError: Result of expression 'h'[null] is not an object

shifu avatar Jul 10 '11 21:07 shifu