-
Notifications
You must be signed in to change notification settings - Fork 98
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
jQueryのバージョンアップ #330
jQueryのバージョンアップ #330
Conversation
スマホや、 admin テンプレートの |
@nanasess コメントアウトすらされてなかったのでそのまま放置しましたが、消しちゃいますか? |
package.json
Outdated
"name": "eccube-2_13", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"repository": "git@github.com:nobuhiko/eccube-2_13.git", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"repository": "git@github.com:nobuhiko/eccube-2_13.git", | |
"repository": "git@github.com:EC-CUBE/eccube-2_13.git", |
EC-CUBE/eccube-2_13
にしておいた方が良いかも
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
直しました
@nobuhiko 消しちゃっても大丈夫だと思います! |
jQuery3に上げた影響か、
とか
みたいな警告が出るようです。 また、スマホだと、
のようなエラーが出るせいか、トップページのおすすめ商品のスライダーが動作したりしなかったりするようです。 |
@3tiles スマホのトップページのおすすめ商品は実機だと確かに動かないですね |
一旦戻されるとのことなので、もう関係ないとは思いますが、折角なので(将来的な?)メモとして残しておきます。 スマホだと、商品詳細の商品画像や関連商品画像も表示されたりされなかったりしたようです。 この手の部分は詳しくないので、外しているかもしれませんが、 あと、警告に関しては、 |
商品詳細の商品画像や関連商品画像も jquery.flickslide.js が使われている場所なので同じ問題なのですが、jQuery1系なら動くけど3だと特にエラーもなく動かないので直すのがつらそうです |
jquery.flickslide.js はもうメンテされていないようなので、 4系と同じ slick とかに変更してしまっても良い気がします |
ついでにcolorbox.cssもnode_modulesから読み込むように変更 不要なファイルを削除
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
リポジトリ名変更お願い致します🙏
Co-Authored-By: Kentaro Ohkouchi <nanasess@fsm.ne.jp>
Co-Authored-By: Kentaro Ohkouchi <nanasess@fsm.ne.jp>
Co-Authored-By: Kentaro Ohkouchi <nanasess@fsm.ne.jp>
意図はしてないですが #299 も直っていると思います |
jQueryをnode_modulesから読み込むようにしてしまった影響でしょうか、 |
@bbkids IE11で動かないの確認しました。原因はES6ですね。修正します |
@babel/polyfillを追加 #346 |
@bbkids ありがとうございます、直ったと思います。 |
早々の確認&修正有難う御座います。 |
jQueryのバージョンを上げる場合は