|
Author | Topic: AddBookmarkHere incompatibility (Read 9,448 times) |
Derfel Guest
|  | AddBookmarkHere incompatibility « Thread Started on Oct 7, 2006, 4:44am » | |
There's a conflict with the AddBookmarkHere extension and the great Menu Editor: whenever I click the AddBookmarkHere entry on any bookmark folder, Menu Editor makes Firefox crash. If I disable the Menu Editor extension, then AddBookmarkHere works as expected. Any idea out there? Cheers
| |
|
jesshaun Guest
|  | Re: AddBookmarkHere incompatibility « Reply #1 on Oct 9, 2006, 8:45pm » | |
Update AddBookmarkHere. I had the same problem, and just updated. It works fine for me now.
| |
|
Derfel Guest
|  | Re: AddBookmarkHere incompatibility « Reply #2 on Oct 10, 2006, 2:15am » | |
I wish that worked for me! But it does not... Oh by the way I've been a jerk, not telling you I'm running Firefox 2.0 RC2.
| |
|
yetanotherid Guest
|  | Re: AddBookmarkHere incompatibility « Reply #3 on Oct 13, 2006, 12:03am » | |
Maybe it is just a Firefox 2 problem, but I've had issues with AddBookmarkHere and MenuEditor on 1.5.0.7 For a while the AddBookmarkHere extension was doing strange things. It was appearing in odd places and duplicating itself, so that sometimes the more I clicked the more instances I had of it appearing. At one stage it was there about a dozen times on the right click tab menu. While it wasn't crashing Firefox for me, I found the only solution was to completely uninstall AddBookmarkHere, then use MenuEditor to reset the menus for bookmarks and tabs (I did both because that's where it was appearing) and then reinstalled it. It's been behaving fine ever sinse, aside from the fact it doesn't appear in Menu Editor anywhere for some reason. Maybe give that a go.
| |
|
Devon J Administrator
     member is offline
Joined: Jun 2005 Gender: Male  Posts: 1,642
|  | Re: AddBookmarkHere incompatibility « Reply #4 on Oct 18, 2006, 7:18pm » | |
I just tried AddBookmarkHere 0.5.5 and Menu Editor 1.2.3 in Firefox 2.0rc3 and everything seemed to work as expected, without any crashes
Hmmm, how do you have menueditor set up?
| |
|
lissie Guest
|  | Re: AddBookmarkHere incompatibility « Reply #5 on Oct 26, 2006, 7:33pm » | |
I had the same problem with AddBookmarkHere 0.5.7 and Menu Editor 1.2.3 on Firefox 2.0. I don't change any setup of the bookmark section in MenuEditor.
| |
|
lissie Guest
|  | Re: AddBookmarkHere incompatibility « Reply #6 on Oct 27, 2006, 1:00am » | |
>I had the same problem with AddBookmarkHere 0.5.7 and Menu Editor 1.2.3 on Firefox 2.0.
I DO HAVE the same problem.... 
Sorry.
| |
|
lissie Guest
| |
Lissie Guest
|  | Re: AddBookmarkHere incompatibility « Reply #8 on Oct 31, 2006, 10:54am » | |
No response? Dissapointed. 
Anyway, I got it fixed after resetting the settings for bookmarks.
| |
|
Devon J Administrator
     member is offline
Joined: Jun 2005 Gender: Male  Posts: 1,642
|  | Re: AddBookmarkHere incompatibility « Reply #9 on Oct 31, 2006, 6:43pm » | |
Sorry for the delay, I don't have an unlimited time to spend on extension related stuff I couldn't recreate the crashing problem What settings did you change that fixed it?
| |
|
lissie Guest
|  | Re: AddBookmarkHere incompatibility « Reply #10 on Nov 2, 2006, 3:29am » | |
Thanks for your reply and I am sorry for my impatience. 
To fix it, I just created new profile and edited all kinds of menus except ones for bookmarks. Now it works fine.
I guess that editing menus for bookmark caused the problem.
| |
|
Derfel Guest
|  | Re: AddBookmarkHere incompatibility « Reply #11 on Nov 2, 2006, 5:12am » | |
100% correct.
| |
|
Josh Guest
|  | Re: AddBookmarkHere incompatibility « Reply #12 on Dec 2, 2006, 6:22pm » | |
I too have had an issue with the two extensions, but I've noticed that it's been fixed.
Keep up the good work!
| |
|
yuoo2k Guest
|  | Re: AddBookmarkHere incompatibility « Reply #13 on Jan 31, 2007, 9:29pm » | |
Hello Devon J, I found a workaround that seems fixed this problem. Version: MenuEditor 1.2.3 Edit the file: \chrome\content\menueditoverlay.js Near to line 259, you can see the following code:
Code:if(!("__MenuEdit_appendChild_orig" in aPopup)) { // replace DOM-manipulation functions so that no-one messes with our menu aPopup.__MenuEdit_appendChild_orig = aPopup.appendChild; aPopup.__MenuEdit_insertBefore_orig = aPopup.insertBefore; aPopup.__MenuEdit_removeChild_orig = aPopup.removeChild; aPopup.appendChild = __MenuEdit_appendChild; aPopup.insertBefore = __MenuEdit_appendChild; aPopup.removeChild = __MenuEdit_removeChild; } |
|
Insert the following line before above code:
Code:| if (aPopup.id == "menu_BookmarksPopup") return; |
|
That seems fixed the conflict with ABHere/ABHere2.
Do you think this workaround will cause other problems?
| |
|
JV Guest
|  | Re: AddBookmarkHere incompatibility « Reply #14 on Feb 1, 2007, 10:46am » | |
Thanks!! This definitely fixes the problem for me! Guess we'll see if anything else breaks now...
| |
|
|