FooSoft / yomichan

Japanese pop-up dictionary extension for Chrome and Firefox.
https://foosoft.net/projects/yomichan
Other
1.06k stars 213 forks source link

Does not work on a website with Chrome #2176

Closed arvin-z closed 2 years ago

arvin-z commented 2 years ago

Description The popup does not show up when trying to scan words on this page: https://ieagent.jp/blog/eria/osusumeeki-11901 This issue only happens on Chrome. It works as expected on Firefox.

Browser version Chrome 102.0.5005.115

Yomichan version 22.4.4.0

Exported settings file yomichan-settings-2022-06-18-06-02-22.txt

toasted-nutbread commented 2 years ago

This is apparently due to the website's use of the CSS zoom: 1.13 property, which is nonstandard and highly discouraged from being used. It is only implemented on Chromium browsers, so that's why it works on Firefox, because it's not affecting the page.

I've set up a preliminary change to address this (#2178), but there are a lot of things that this can affect, so it's not complete.