Confirmed users
2,177
edits
Line 26: | Line 26: | ||
** Focus issue is being investigated. Setting focusmanager.testmode solves some of our issues but disables native events. I believe the ultimate strategy is to replace native events with hooking directly into Firefox to simulate native events. This is probably a few months away at best. | ** Focus issue is being investigated. Setting focusmanager.testmode solves some of our issues but disables native events. I believe the ultimate strategy is to replace native events with hooking directly into Firefox to simulate native events. This is probably a few months away at best. | ||
** Permission issue may be fixed in Firefox 16 (current Nightly) as it could not be replicated. Investigation is ongoing. | ** Permission issue may be fixed in Firefox 16 (current Nightly) as it could not be replicated. Investigation is ongoing. | ||
** The workaround described [http://code.google.com/p/selenium/issues/detail?id=2863#c55 here] works for AMO/Paypal. Just add the following to the command line: <code>--firefoxpref='{"capability.policy.default.HTMLDocument.compatMode":"allAccess", "capability.policy.default.Window.pageXOffset":"allAccess", "capability.policy.default.Window.pageYOffset":"allAccess", "capability.policy.default.Window.frameElement":"allAccess", "capability.policy.default.Window.mozInnerScreenY":"allAccess", "capability.policy.default.Window.mozInnerScreenX":"allAccess"}</code> | ** The workaround described [http://code.google.com/p/selenium/issues/detail?id=2863#c55 here] works for AMO/Paypal. Just add the following to the command line: <code>--firefoxpref='{"capability.policy.default.HTMLDocument.compatMode":"allAccess", "capability.policy.default.Window.pageXOffset":"allAccess", "capability.policy.default.Window.pageYOffset":"allAccess", "capability.policy.default.Window.frameElement":"allAccess", "capability.policy.default.Window.mozInnerScreenY":"allAccess", "capability.policy.default.Window.mozInnerScreenX":"allAccess"}'</code> | ||
= Engagement Project Status = | = Engagement Project Status = |