Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught DOMException #23

Closed
infomaniac50 opened this issue Oct 9, 2017 · 1 comment
Closed

Uncaught DOMException #23

infomaniac50 opened this issue Oct 9, 2017 · 1 comment

Comments

@infomaniac50
Copy link

I got this exception on http://www.b2cjewels.com/. The problem goes away if I uncheck "Show image width filter" and "Show image height filter"

Uncaught DOMException: Failed to execute 'webkitMatchesSelector' on 'Element': 'img[src="http://www.b2cjewels.com/B2CTheme/images/arrow-dropdown.png"), url("/B2CTheme/images/pt-metal-fliter.png"]' is not a valid selector.
    at O.matches (chrome-extension://cnpniohnfphhjihaiiggeabnkjhpaldj/lib/zepto.js:2:2913)
    at chrome-extension://cnpniohnfphhjihaiiggeabnkjhpaldj/lib/zepto.js:2:23625
    at a (chrome-extension://cnpniohnfphhjihaiiggeabnkjhpaldj/lib/zepto.js:2:22611)
    at Object.e.matches (chrome-extension://cnpniohnfphhjihaiiggeabnkjhpaldj/lib/zepto.js:2:23593)
    at chrome-extension://cnpniohnfphhjihaiiggeabnkjhpaldj/lib/zepto.js:2:6142
    at Array.filter (<anonymous>)
    at Array.filter (chrome-extension://cnpniohnfphhjihaiiggeabnkjhpaldj/lib/zepto.js:2:6111)
    at X (chrome-extension://cnpniohnfphhjihaiiggeabnkjhpaldj/lib/zepto.js:2:1281)
    at Array.children (chrome-extension://cnpniohnfphhjihaiiggeabnkjhpaldj/lib/zepto.js:2:7429)
    at chrome-extension://cnpniohnfphhjihaiiggeabnkjhpaldj/scripts/popup.js:299:36
vdsabev added a commit that referenced this issue Oct 11, 2017
- Fixed an issue where invalid URLs would break the extension -
#23
- Updated Zepto.js to 1.2.0
- Renamed `mapElement` to `extractImageFromElement`
@vdsabev
Copy link
Member

vdsabev commented Oct 11, 2017

Thanks so much for the report! Hopefully it's fixed in 2.4.1. If your extension doesn't update automatically, you can force an update if you open chrome://extensions/

Let me know how it works out!

P.S.: Here's a quick screenshot:
b2cjewels

scottfernald added a commit to scottfernald/image-downloader that referenced this issue Oct 15, 2023
- Fixed an issue where invalid URLs would break the extension -
PactInteractive/image-downloader#23
- Updated Zepto.js to 1.2.0
- Renamed `mapElement` to `extractImageFromElement`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants