Rainbow conflicts with other add-on due to bad name spacing of object IDs
I am the developer of the theme/extension Classic Compact (https://addons.mozilla.org/en-US/firefox/addon/classic-compact/). It has been brought to my attention that our add-ons are conflicting with each other (see: http://forums.mozillazine.org/viewtopic.php?p=11924219#p11924219).
The cause of the problem is that you are using the IDs #back-button and #forward-button on your toolbar but not implementing these buttons in a standard way using standard bindings, classes, etc. In order to resolve the conflict between our two add-ons, you need to either fully implement standard back/forward buttons the way they are implemented on the main toolbar or you need to give your buttons their own unique IDs using better name spacing (e.g. #RCT-back-button).
I tried to see if I could work around from my end, but I found it was going to be quite complicated due to your non-standard back/forward buttons while using the standard back/forward button IDs.
@harthur Yes, please, if you could, fix this.
Thank you.
@KenInME Thanks Ken!