FDM 2.1 build 494 Firefox extension causing serious crashes 2a272p
s: Alex 1a6c65
quick fix u5569
Hi,
I took a look at the source code (as far as I could get ^^) and the error is in the file "fdm_ffext.js" in the function "fdm_contextPopupShowing ()".
Firefox crashes, when "fdm_FDM.GetLngString()" is executed.
For a quick Fix exchange the function in your C:\Program Files\Free Manager\Firefox\extension\chrome\content\fdm_ffext.js with the following one:
(line 106)
if you don't like the english text, just translate it yourself by changing the text behind menuitem.label.
hope you can fix this, so the language will be back
I took a look at the source code (as far as I could get ^^) and the error is in the file "fdm_ffext.js" in the function "fdm_contextPopupShowing ()".
Firefox crashes, when "fdm_FDM.GetLngString()" is executed.
For a quick Fix exchange the function in your C:\Program Files\Free Manager\Firefox\extension\chrome\content\fdm_ffext.js with the following one:
(line 106)
Code: Select all
function fdm_contextPopupShowing ()
{
var menuitem = document.getElementById("fdm-context-item-dllink");
//menuitem.label = fdm_FDM.GetLngString ("dllink");
menuitem.label = " by FDM";
menuitem.hidden = fdm_FDM.IsContextMenuItemShouldBeHidden ("dllink") ||
!fdm_checkURL (fdm_getURL (document.popupNode));
menuitem = document.getElementById("fdm-context-item-dlall");
//menuitem.label = fdm_FDM.GetLngString ("dlall");
menuitem.label = " all by FDM";
menuitem.hidden = fdm_FDM.IsContextMenuItemShouldBeHidden ("dlall");
menuitem = document.getElementById("fdm-context-item-dlselected");
//menuitem.label = fdm_FDM.GetLngString ("dlselected");
menuitem.label = " selected by FDM";
menuitem.hidden = fdm_FDM.IsContextMenuItemShouldBeHidden ("dlselected") ||
document.commandDispatcher.focusedWindow.getSelection().isCollapsed;
menuitem = document.getElementById("fdm-context-item-dlvideo");
//menuitem.label = fdm_FDM.GetLngString ("dlvideo");
menuitem.label = " video by FDM";
menuitem.hidden = fdm_FDM.IsContextMenuItemShouldBeHidden ("dlvideo") ||
fdm_checkHasVideo () == false;
menuitem = document.getElementById("fdm-context-item-separator");
menuitem.hidden = fdm_FDM.IsContextMenuItemShouldBeHidden ("separator1");
}
if you don't like the english text, just translate it yourself by changing the text behind menuitem.label.
hope you can fix this, so the language will be back

2h3739
Can this bug be fixed? Some ideas have been posted on bugzilla. Firefox 3 beta 1 is out now.
-
- Posts: 17
- ed: Fri Aug 17, 2007 8:45 pm
2h3739
Similar strange problem with FDM 2.5, Build 721, and Firefox Beta1 (Windows XP, SP2): Highlight some text, right-click, Firefox crashes.
I don't think just right-clicking causes a crash--but I did not know about that until reading this thread, and as I'm in Beta1, I don't want to test it....
I don't think just right-clicking causes a crash--but I did not know about that until reading this thread, and as I'm in Beta1, I don't want to test it....
2h3739
First off... Hello all! I'm a big fan of FDM. It is among the first things I install on new machines. I took the time to for this forum because of this bug however...
I've been struggling with this bug for some time. I use Minefield on my HTPC because of the full-page zoom feature (among other things). Either way, I thought I'd mention that this is certainly still a problem. I am completely unable to use FDM with Minefield on my systems.
Firefox 3.0 (Minefield) Beta 3 is now out. According to the minutes of the last Status Meeting, the plan is for Beta 4 to be the final Beta release before the official release, which is scheduled for "early 2008" (final date TBD).
Not only that, but recent reviews have deemed it "very close to being ready for widespread adoption" (something borne out if you've actually used any of the recent nightlies or beta builds). It is quite polished. There are still, of course, a few minor issues, but it is feature complete, stable, and they are well into bug-quashing-only mode.
I guess my point here is that we are no longer in a place where "it's alpha software, what are you complaining for?" is going to cut it. The release is around the corner, and now seems like it would be the time to fix the problems so that your plugin is ready to go for the official release, which could be coming very shortly (I would guess within a month based on following the progress fairly closely over at MozillaZine).
Here's hoping, because I absolutely love FDM and would be very sad to have to abandon it for Firefox 3 (which I also absolutely love).
I've been struggling with this bug for some time. I use Minefield on my HTPC because of the full-page zoom feature (among other things). Either way, I thought I'd mention that this is certainly still a problem. I am completely unable to use FDM with Minefield on my systems.
Firefox 3.0 (Minefield) Beta 3 is now out. According to the minutes of the last Status Meeting, the plan is for Beta 4 to be the final Beta release before the official release, which is scheduled for "early 2008" (final date TBD).
Not only that, but recent reviews have deemed it "very close to being ready for widespread adoption" (something borne out if you've actually used any of the recent nightlies or beta builds). It is quite polished. There are still, of course, a few minor issues, but it is feature complete, stable, and they are well into bug-quashing-only mode.
I guess my point here is that we are no longer in a place where "it's alpha software, what are you complaining for?" is going to cut it. The release is around the corner, and now seems like it would be the time to fix the problems so that your plugin is ready to go for the official release, which could be coming very shortly (I would guess within a month based on following the progress fairly closely over at MozillaZine).
Here's hoping, because I absolutely love FDM and would be very sad to have to abandon it for Firefox 3 (which I also absolutely love).
"Some cultures are defined by their relationship to cheese."
2h3739
FMD Version 2.5, build 247, works correctly with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b4pre) Gecko/2008021404 Minefield/3.0b4pre - Build ID: 2008021404. That release of Minefield is the latest nightly; FDM has been working with nightly releases for some time now.
I did have a repeat of this problem recently, which was quickly fixed by installing the latest version of FDM: Delete the FDM extension from Firefox/Minefield, then have FDM monitor the browser,which installs the latest version of the FDM extension.
I did have a repeat of this problem recently, which was quickly fixed by installing the latest version of FDM: Delete the FDM extension from Firefox/Minefield, then have FDM monitor the browser,which installs the latest version of the FDM extension.
-
- Posts: 17
- ed: Fri Aug 17, 2007 8:45 pm
2h3739
On the other hand, the forum software might be having a bit of a problem: Despite my having been logged on to the forum, my reply to you about the latest version of FDM working with Minefield, my reply was posted as being from Guest.
Had it called me "Guess," well, that might have been more accurate....
Had it called me "Guess," well, that might have been more accurate....
2h3739
Anonymous wrote:I did have a repeat of this problem recently, which was quickly fixed by installing the latest version of FDM: Delete the FDM extension from Firefox/Minefield, then have FDM monitor the browser,which installs the latest version of the FDM extension.
I'll have to try this because I am using the current FDM and the latest Minefield nightly (well, the one from yesterday), and it was still crashing reliably on right-click.
I saw in the Sourceforge changelog for FDM that it was listed as compatible, but figured that this was still not fixed...
"Some cultures are defined by their relationship to cheese."
-
- Posts: 17
- ed: Fri Aug 17, 2007 8:45 pm
2h3739
I read your reply, right-clicked, no crash--nor have there been any crashes since my last update to FDM, including the replacement of the FDM extension in Minefield.
I don't know if it was my update to FDM, or my then replacing the extension, as I did both at much the same time; that is, I did not first update FDM and test to see if Minefield still crashed when right-clicking. I can only recommend that extension replacement if you've not so done.
Well, I could recommend one other thing: If Minefield continues to crash, don't right click....
I don't know if it was my update to FDM, or my then replacing the extension, as I did both at much the same time; that is, I did not first update FDM and test to see if Minefield still crashed when right-clicking. I can only recommend that extension replacement if you've not so done.
Well, I could recommend one other thing: If Minefield continues to crash, don't right click....
2h3739
Lost as Usual wrote:I read your reply, right-clicked, no crash--nor have there been any crashes since my last update to FDM, including the replacement of the FDM extension in Minefield.
I don't know if it was my update to FDM, or my then replacing the extension, as I did both at much the same time; that is, I did not first update FDM and test to see if Minefield still crashed when right-clicking. I can only recommend that extension replacement if you've not so done.
Well, I could recommend one other thing: If Minefield continues to crash, don't right click....
I re-installed FDM and it fixed it. I had installed Minefield after I already had FDM installed, and it was certainly still crashing. I "uninstalled" the FDM Addon from inside Minefield, ed the newest build of FDM off of Sourceforge, and installed it and all is good and right with the world now.
Thanks!
"Some cultures are defined by their relationship to cheese."
2h3739
fdm extension version 1.3.1 (and earlier) are now blacklisted on firefox 3.0
https://bugzilla.mozilla.org/show_bug.cgi?id=408445
https://bugzilla.mozilla.org/show_bug.cgi?id=408445
-
- Posts: 17
- ed: Fri Aug 17, 2007 8:45 pm
2h3739
Yes, FDM is blocked, but that can be byed, at least with the nightly releases of Minefield. I don't know if this works with the beta releases.
1. In Minefield, open about:config.
2. In the Filter box, enter extenions.blocklist.enabled.
3. When you find that entry, toggle it to false.
4. Close about:config.
5. Open Tools, Addons, delete the FDM Extension.
6. Open FDM, set it to monitor Firefox.
7. Restart Firefox (Minefield); FDM should now work again--at least it has for me since I did steps 1-6 above.
[EDIT] I just read, in another thread on this forum, that there is now a FDM extension version 1.32, obtained by ing the latest release of FDM, that fixes the problem.
1. In Minefield, open about:config.
2. In the Filter box, enter extenions.blocklist.enabled.
3. When you find that entry, toggle it to false.
4. Close about:config.
5. Open Tools, Addons, delete the FDM Extension.
6. Open FDM, set it to monitor Firefox.
7. Restart Firefox (Minefield); FDM should now work again--at least it has for me since I did steps 1-6 above.
[EDIT] I just read, in another thread on this forum, that there is now a FDM extension version 1.32, obtained by ing the latest release of FDM, that fixes the problem.
Who is online 3p6y2t
s browsing this forum: No ed s and 5 guests