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

MouseGestures2_e10s.uc.js 105 or 102 #74

Open
arkwind777 opened this issue Oct 13, 2022 · 1 comment
Open

MouseGestures2_e10s.uc.js 105 or 102 #74

arkwind777 opened this issue Oct 13, 2022 · 1 comment

Comments

@arkwind777
Copy link

@Version 2022/09/22 22:00 removed workaround xxx
での変更により、
@Version 2021/12/11 23:00 workaround for left mouseup event does not fire on select element
で対処した問題が再発しています。お時間のある時に対処頂けると助かります。

@arkwind777
Copy link
Author

いつも更新ありがとうございます。
5chに書き込みできないため、こちらにお知らせ させて頂いております。

@Version 2022/12/10 12:00 xxxx workaround: cancel gesture 時点での 546行目
if (!this.enableRockerGestures && event.button == 2) {
につきまして、ロッカージェスチャーをONにして使用している場合は、件の問題が発生しています。

当方の使用方法では !this.enableRockerGestures を削除しても副作用で困る事が現状ありませんので、
if (event.button == 2) {
に書き換えて利用させて頂いております。
今後もしも良い解決策見つかりましたら改良の程、よろしくお願い申し上げます。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant