-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
WIP: add IE11 support #5224
WIP: add IE11 support #5224
Conversation
chrome serializes function as ‘function () {`, firefox as ‘firefox() {‘
the runner would sometimes shift upwards so that the header was hidden
firefox won’t load a nested iframe with the same src, so we have to trick it by using a ‘different’ url
only affected driver rerun_spec in interactive mode
# Conflicts: # packages/driver/package.json # packages/driver/test/cypress/integration/commands/actions/type_spec.coff ee # packages/driver/vendor/bililiteRange.js # packages/server/lib/browsers/chrome.coffee # packages/server/lib/project.coffee
* modify method of de-duping runner deps and upgrade deps * nevermind on path-based deps between driver/reporter/runner * fix tests broken by upgraded deps * remove unused var
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Those conflicts though 😓 |
This comment has been minimized.
This comment has been minimized.
Hey everyone, please add your comments about needing of this feature in the issue itself. #3207 The PR comments are critical for work concerning the code and implementation. We will need to lock down conversation to the team only since this is an important space to keep code discussions clean and readable. |
Unfortunately we have to close this PR due to inactivity - it's gone way out of date with the current develop. The work is still here to reference when needed in the future or can be reopened. |
in backlog