Enzymatic Software
« AddBookmarkHere incompatibility »

Welcome Guest. Please Login or Register.
Feb 9, 2010, 8:13am



Enzymatic Software has a new homepage!
http://www.enzysoft.com


Individual Extension Homepages:
http://downloadstatusbar.mozdev.org
http://menueditor.mozdev.org

Enzymatic Software :: Firefox Extensions :: Menu Editor :: AddBookmarkHere incompatibility
Page 1 of 2 » Jump to page   Go    [Search This Thread][Reply] [Send Topic To Friend] [Print]
 AuthorTopic: AddBookmarkHere incompatibility (Read 9,448 times)
Derfel
Guest
 AddBookmarkHere incompatibility
« Thread Started on Oct 7, 2006, 4:44am »
[Quote]

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
Link to Post - Back to Top  IP: Logged
jesshaun
Guest
 Re: AddBookmarkHere incompatibility
« Reply #1 on Oct 9, 2006, 8:45pm »
[Quote]

Update AddBookmarkHere. I had the same problem, and just updated. It works fine for me now.
Link to Post - Back to Top  IP: Logged
Derfel
Guest
 Re: AddBookmarkHere incompatibility
« Reply #2 on Oct 10, 2006, 2:15am »
[Quote]

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.
Link to Post - Back to Top  IP: Logged
yetanotherid
Guest
 Re: AddBookmarkHere incompatibility
« Reply #3 on Oct 13, 2006, 12:03am »
[Quote]

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.
Link to Post - Back to Top  IP: Logged
Devon J
Administrator
*****
member is offline




[homepage]

Joined: Jun 2005
Gender: Male
Posts: 1,642
 Re: AddBookmarkHere incompatibility
« Reply #4 on Oct 18, 2006, 7:18pm »
[Quote]

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?
Link to Post - Back to Top  IP: Logged
lissie
Guest
 Re: AddBookmarkHere incompatibility
« Reply #5 on Oct 26, 2006, 7:33pm »
[Quote]

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.
Link to Post - Back to Top  IP: Logged
lissie
Guest
 Re: AddBookmarkHere incompatibility
« Reply #6 on Oct 27, 2006, 1:00am »
[Quote]

>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.... :P

Sorry.
Link to Post - Back to Top  IP: Logged
lissie
Guest
 Re: AddBookmarkHere incompatibility
« Reply #7 on Oct 29, 2006, 11:57pm »
[Quote]

No response yet? :'(

I am sure that I am not the only one who has this problem.

http://forums.mozillazine.org/viewtopic.....arkhere#2527455
Link to Post - Back to Top  IP: Logged
Lissie
Guest
 Re: AddBookmarkHere incompatibility
« Reply #8 on Oct 31, 2006, 10:54am »
[Quote]

No response? Dissapointed. :-[

Anyway, I got it fixed after resetting the settings for bookmarks.
Link to Post - Back to Top  IP: Logged
Devon J
Administrator
*****
member is offline




[homepage]

Joined: Jun 2005
Gender: Male
Posts: 1,642
 Re: AddBookmarkHere incompatibility
« Reply #9 on Oct 31, 2006, 6:43pm »
[Quote]

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?
Link to Post - Back to Top  IP: Logged
lissie
Guest
 Re: AddBookmarkHere incompatibility
« Reply #10 on Nov 2, 2006, 3:29am »
[Quote]

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.
Link to Post - Back to Top  IP: Logged
Derfel
Guest
 Re: AddBookmarkHere incompatibility
« Reply #11 on Nov 2, 2006, 5:12am »
[Quote]

100% correct.
Link to Post - Back to Top  IP: Logged
Josh
Guest
 Re: AddBookmarkHere incompatibility
« Reply #12 on Dec 2, 2006, 6:22pm »
[Quote]

I too have had an issue with the two extensions, but I've noticed that it's been fixed.

Keep up the good work!
Link to Post - Back to Top  IP: Logged
yuoo2k
Guest
 Re: AddBookmarkHere incompatibility
« Reply #13 on Jan 31, 2007, 9:29pm »
[Quote]

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?
Link to Post - Back to Top  IP: Logged
JV
Guest
 Re: AddBookmarkHere incompatibility
« Reply #14 on Feb 1, 2007, 10:46am »
[Quote]

Thanks!! This definitely fixes the problem for me! Guess we'll see if anything else breaks now...
Link to Post - Back to Top  IP: Logged
Page 1 of 2 » Jump to page   Go    [Search This Thread][Reply] [Send Topic To Friend] [Print]

Click Here To Make This Board Ad-Free


This Board Hosted For FREE By ProBoards
Get Your Own Free Message Boards & Free Forums!