Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

View source in external brouser stopped working

  • 3 답장
  • 1 이 문제를 만남
  • 18 보기
  • 최종 답변자: Alex

more options

Firefox 102 beta stopped opening source of web pages in external editor

I have view_source.editor.external set to "true" and view_source.editor.path set to "C:\Program Files\Notepad++\notepad++.exe"

Before version 102, CTRL-U on any web page would open the page's source in the external editor.

In 102, the source is opened in the internal source viewer (in a browser tab).

The console shows:

   this._caUtils.getDefaultExtension is not a function viewSourceUtils.js:413
       getTemporaryFile chrome://global/content/viewSourceUtils.js:413
       openInExternalEditor chrome://global/content/viewSourceUtils.js:265
       openInExternalEditor chrome://global/content/viewSourceUtils.js:216
       BrowserViewSourceOfDocument chrome://browser/content/browser.js:3131
       BrowserViewSource chrome://browser/content/browser.js:3207
       oncommand chrome://browser/content/browser.xhtml:1
Firefox 102 beta stopped opening source of web pages in external editor I have view_source.editor.external set to "true" and view_source.editor.path set to "C:\Program Files\Notepad++\notepad++.exe" Before version 102, CTRL-U on any web page would open the page's source in the external editor. In 102, the source is opened in the internal source viewer (in a browser tab). The console shows: this._caUtils.getDefaultExtension is not a function viewSourceUtils.js:413 getTemporaryFile chrome://global/content/viewSourceUtils.js:413 openInExternalEditor chrome://global/content/viewSourceUtils.js:265 openInExternalEditor chrome://global/content/viewSourceUtils.js:216 BrowserViewSourceOfDocument chrome://browser/content/browser.js:3131 BrowserViewSource chrome://browser/content/browser.js:3207 oncommand chrome://browser/content/browser.xhtml:1

글쓴이 Alex 수정일시

모든 댓글 (3)

more options

Hi Alex, I notice getTemporaryFile and am reminded of a change in Firefox 102 related to downloaded files: they either can be saved in the "Save files to:" location per the updated flow in Firefox 98, or reverted to the system temp folder using a new preference. By any chance, did you change browser.download.start_downloads_in_tmp_dir from false to true?

more options

Actually, I get the same error either way. You seem to be learning more in Bugzilla:

https://bugzilla.mozilla.org/show_bug.cgi?id=1772906

more options

jscher2000 - Support Volunteer said

You seem to be learning more in Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1772906

A pleasant surprise to be sure. I am cautiously optimistic.