-
Notifications
You must be signed in to change notification settings - Fork 22
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
MS Edge: clicking a link in a sidebar mod crashes MS Edge #8206
Comments
PR merged. Remaining work is to add playwright test for the scenarios. Assigning to myself for tests |
@fregante how was the PR tested? On https://github.com/pixiebrix/pixiebrix-extension/actions/runs/8638318978 the gear icon isn't doing anything for me. It doesn't change style on hover and isn't responding to clicks I documented additional problems in the PR: #8216 (comment)
|
Commented in your PR |
I've submitted a minimal reproduction to the MS Edge team: microsoft/MicrosoftEdge-Extensions#145 |
* #8206: playwright tests for links * Open the extension console * Fix jest snapshots * Add commentary on MS Edge behavior and try to fix * #8206: add more comments on playwright issues * Work around msedge bugs * fix snapshots * wip * fix snapshots * always reopen sidebar * wip * fix e2e flakiness with deleting mods cleanup * lint fix * skip iframe link test in linux * fix os check * fix os check * fix osname check --------- Co-authored-by: Misha Holtz <36575242+mnholtz@users.noreply.github.com> Co-authored-by: Graham Langford <30706330+grahamlangford@users.noreply.github.com> Co-authored-by: Eduardo <eduardo@pixiebrix.com>
@grahamlangford on Chrome I'm seeing that the browser automatically injects the content script. However, on MS Edge the content script is not injected I think we're going to have to raise with w3c extensions and MS Edge issue tracker that there's a discrepancy in which frames the content script is automatically injected into In your research, are we even able to inject the content script into a frame within the sidebar in MS Edge? |
No, nothing I tried (adjusting permissions, setting to DEBUG, etc.) resulted in the content script getting injected |
Steps to Reproduce
Actual Behavior
Discussion
Playwright Test Scenarios (can be put in a single test mod)
@pixies/test/sidebar-links
The text was updated successfully, but these errors were encountered: