Development panel options in JIRA don't respond in Safari 7 with 'undefined is not an object' error in console

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

In Safari 7 or previous versions, links in the development panel in JIRA 7 are failing. These errors are found in JavaScript console:

TypeError: undefined is not an object (evaluating ‘window.performance.now’)

または

TypeError: undefined is not an object (evaluating ‘window.performance.now’)
h
f
JIRA.DevStatus.CommitView._onSummaryLinkClick (anonymous function)
_clickHandler
dispatch
i
TypeError: undefined is not an object (evaluating ‘window.performance.now’)
h
f
JIRA.DevStatus.BranchView._onSummaryLinkClick (anonymous function)
_clickHandler
dispatch
i

 

原因

The 'windows.performance' object is not supported in Safari 7 or lower.

ソリューション

Safari 7 is not a supported browser in JIRA Cloud. Check this documentation for the supported browsers: Supported browsers.

Upgrading to Safari 8 (which is supported and supports that object) or using a different supported browser is necessary.

 

最終更新日 2015 年 9 月 25 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.