Le 15/09/2010 20:56, Emmanuel Engelhart a écrit : > I have found the solution by investigating in the Firefox code, here is it: > > function HandleAppCommandEvent(evt) { > evt.stopPropagation(); > switch (evt.command) { > case "Back": > pageBack(); > break; > case "Forward": > pageNext(); > break; > default: > break; > } > } > > getHtmlRenderer().addEventListener("AppCommand", HandleAppCommandEvent, > true);
This does not work any more with XR14 (at least on Linux). Does someone has an idea why? Emmanuel
signature.asc
Description: OpenPGP digital signature
_______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform