howdy39 / q-accelerator

Qiitaでの活動を加速させるChrome拡張機能
https://chrome.google.com/webstore/detail/q-accelerator/mheleidccioamimekojienbdfclcbaan
MIT License
62 stars 9 forks source link

ベータ版表示の場合諸々の機能が動作していない #181

Closed nawada closed 6 years ago

nawada commented 6 years ago

# 動作対象外かもしれませんが…

概要

私が確認した範囲では以下の点が確認できました。

環境

エラーメッセージ

ページオープン時
Q Accelerator | Cannot read property 'textContent' of null | TypeError: Cannot read property 'textContent' of null
    at ArticleDomHandler.getTitle (chrome-extension://mheleidccioamimekojienbdfclcbaan/content_scripts/article-content.js:6906:40)
    at SaveHistoryContent.run (chrome-extension://mheleidccioamimekojienbdfclcbaan/content_scripts/article-content.js:19135:27)
    at chrome-extension://mheleidccioamimekojienbdfclcbaan/content_scripts/article-content.js:20276:35
    at chrome-extension://mheleidccioamimekojienbdfclcbaan/content_scripts/article-content.js:4535:9
    at Object.callback (chrome-extension://mheleidccioamimekojienbdfclcbaan/content_scripts/article-content.js:5178:9)
    at safeCallbackApply (extensions::uncaught_exception_handler:27:15)
    at handleResponse (extensions::sendRequest:67:7)

Q Accelerator | Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'. | TypeError: Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'.
    at AutoLikeContent.run (chrome-extension://mheleidccioamimekojienbdfclcbaan/content_scripts/article-content.js:18860:10)
    at chrome-extension://mheleidccioamimekojienbdfclcbaan/content_scripts/article-content.js:20284:39
    at chrome-extension://mheleidccioamimekojienbdfclcbaan/content_scripts/article-content.js:4535:9
    at Object.callback (chrome-extension://mheleidccioamimekojienbdfclcbaan/content_scripts/article-content.js:5178:9)
    at safeCallbackApply (extensions::uncaught_exception_handler:27:15)
    at handleResponse (extensions::sendRequest:67:7)

Q Accelerator | Cannot read property 'getAttribute' of null | TypeError: Cannot read property 'getAttribute' of null
    at ArticleDomHandler.showArticleUpdateTime (chrome-extension://mheleidccioamimekojienbdfclcbaan/content_scripts/article-content.js:6999:17)
    at ShowArticlesUpToTimeContent.run (chrome-extension://mheleidccioamimekojienbdfclcbaan/content_scripts/article-content.js:19180:15)
    at chrome-extension://mheleidccioamimekojienbdfclcbaan/content_scripts/article-content.js:20292:51
    at chrome-extension://mheleidccioamimekojienbdfclcbaan/content_scripts/article-content.js:4535:9
    at Object.callback (chrome-extension://mheleidccioamimekojienbdfclcbaan/content_scripts/article-content.js:5178:9)
    at safeCallbackApply (extensions::uncaught_exception_handler:27:15)
    at handleResponse (extensions::sendRequest:67:7)

chrome-extension://mheleidccioamimekojienbdfclcbaan/content_scripts/article-content.js:4581 Q Accelerator | Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'. | TypeError: Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'.
    at ShowStockCountsContent.run (chrome-extension://mheleidccioamimekojienbdfclcbaan/content_scripts/article-content.js:19337:10)
    at chrome-extension://mheleidccioamimekojienbdfclcbaan/content_scripts/article-content.js:20300:46
    at chrome-extension://mheleidccioamimekojienbdfclcbaan/content_scripts/article-content.js:4535:9
    at Object.callback (chrome-extension://mheleidccioamimekojienbdfclcbaan/content_scripts/article-content.js:5178:9)
    at safeCallbackApply (extensions::uncaught_exception_handler:27:15)
    at handleResponse (extensions::sendRequest:67:7)
行番号とコピーボタン
2017-11-28 13 29 30
howdy39 commented 6 years ago

@nawada 報告ありがとうございます。 ひとまずオプション画面からコピーと行番号の設定をオフにして貰えれば、と思います。

ベータ版が私に降ってきていないため画面の確認もできなかったので助かります。

inductor commented 6 years ago

今日から本番で有効になってまさにこの状況になりました><

howdy39 commented 6 years ago

@nawada @kelaductor

コードスニペットに表示される行番号とコピーボタンがおかしい

とりあえずレイアウト崩れるのは看過できないのでこっちは対応しました。(v1.3.5) そのうち反映されると思います。

nawada commented 6 years ago

1.3.5が適用され、行番号とコピーボタンの表示が直りました! ありがとうございます。

howdy39 commented 6 years ago

v1.3.6で次の機能が動作していなかった不具合を修正しました。