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

「ログイン画面」と「新規会員登録画面」でJavaScriptエラーが発生してしまいました。(Chromeブラウザ) #15

Open
sanglephu opened this issue Jan 5, 2018 · 1 comment
Labels
affected:template フロントテンプレートの変更 bug:Middle
Milestone

Comments

@sanglephu
Copy link

概要(Overview)

●下記の画面を開くときに、JavaScriptエラーが発生してしまいました。(コンソールボックスにエラーが表示されます)
・ログイン画面(mypage/login)
・新規会員登録画面(/entry)

  • Chromeブラウザ => NG
  • Firefox and IE => OK

期待する内容(Expect) or 要望 (Requirement)

●画面を開くときに、コンソールボックスにJavaScriptエラーが表示されない。

環境 (environment)

  • EC-CUBE: master(>3.0.15)
@okazy
Copy link
Contributor

okazy commented Jun 6, 2018

以下の問題でエラーが出ています。
https://www.chromium.org/developers/design-documents/create-amazing-password-forms

ドロワーメニューの生成がjavascriptで既存の要素をコピーして行われるので、上記の問題が発生しています。
テンプレートへの影響もありますが、コピーする際にIDを変更するか、classへ変更するかの修正を行う方針で考えています。

@nanasess nanasess transferred this issue from EC-CUBE/ec-cube Nov 11, 2019
@nanasess nanasess added affected:template フロントテンプレートの変更 bug:Low labels Nov 11, 2019
@nanasess nanasess added this to the 3.1.0 milestone Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affected:template フロントテンプレートの変更 bug:Middle
Projects
None yet
Development

No branches or pull requests

3 participants