Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-process Firefox (Electrolysis / E10S) limitations #247

Open
dadler opened this issue Jan 2, 2017 · 0 comments
Open

Multi-process Firefox (Electrolysis / E10S) limitations #247

dadler opened this issue Jan 2, 2017 · 0 comments

Comments

@dadler
Copy link
Owner

dadler commented Jan 2, 2017

Thumbnail Zoom Plus mostly works in Firefox with Multi-Process Firefox enabled but there are some limitations.

See also:

General limitations:

Specific Feature Limitations:

  • Incorrect TZP cursors when E10S is enabled. For example, it no longer shows the yellow error indicator when it can't load a pop-up's image. Cause is unknown.
  • Add to History doesn't work when E10S is enabled. The underlying problem is that TZP can't query whether the window is in private-browsing mode, and so doesn't know whether it's safe to add to history. See TODO comment in common.js isPrivateBrowsing().
  • Minor: Caption may show text which is supposed to be hidden. This happens since I had to disable calling window.getComputedStyle, which fails in E10S. Disabled even when E10S is off.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant