« New Computer Technology | Main | Nerd revolt over 16 hexadecimal numbers »

Firefox changes open dialog behavior yet again

I previously wrote an article regarding Mozilla Firefox no longer allowing one to "Open" files that are clicked on. In that article, I described a small hack that you could use to change the behavior back.

Mozilla released version 2.0.0.2 of Firefox, which included several bug fixes, including bug #347230.

Bug #347230 included a patch that overwrites my workaround.

Details on the fix after the jump ...


The new code you will find, is at Line 385 in nsHelperAppDlg.js:

      if (shouldntRememberChoice && !this.openWithDefaultOK()) {

If you want to re-enable the workaround, change this to:

      if (shouldntRememberChoice && noDefaultApp && false) {

If you want to be able to directly launch executables, also look for the following around line 551:

        return !tmpFile.isExecutable();

Change this to:

        return true;

After that, the behavior goes back to what it used to be before the Mozilla developers decided they are smarter than us lowly users who need protection from the big bad Internet.

Shamelessly cross-posted from KeepAustinCorporate.com

  • Currently 0/5
  • 1
  • 2
  • 3
  • 4
  • 5
Rating: 0/5 (0 votes cast)


Close

Email this entry to:


Your email address:


Message (optional):


Comments (1)

I have read about the same,... (Below threshold)

I have read about the same, however mozilla firefox have been working on the issue of bugs that did not allow to open or sometimes download the files




Advertisments







Archives

Categories