Open orbisvicis opened 10 years ago
Because nsIWebNavigation#canGoBack is a readonly property, it is hard to be done by this addon that working together with other addons like FireGestures...
Instead, this addon updates "disabled" attribute of <xul:command>
elements (<command id="Browser:Back"/>
, <command id="Browser:BackOrBackDuplicate"/>
, <command id="Browser:Forward"/>
and <command id="Browser:ForwardOrForwardDuplicate"/>
. So, if other addons like FireGestures use these XUL elements instead of raw APIs, they will work together with this addon.
I'm assuming this addon replaces the "back" functionality of firefox, because other addons continue to exhibit the old behaviour. For example, Fire Gestures stops at the end of the current tab's history while firefox's back botton, with this addon, continue further back into the owner tab.
So, is it possible to get FireGestures to work with this addon?
Sincerely,