sindresorhus/refined-github

Aborting after clicking "Delete fork" not possible #4599

edisim posted onGitHub

Please ensure:

  • The bug is caused by Refined GitHub. It doesn't happen if I disable the extension.

Description

It's not possible to stop the deletion process after clicking the "Delete Fork" button in the top right corner.

Screenshot

screenshot

Console errors

No response

Example URL

https://github.com/edisim/outline/tree/master

Browser(s) used

Firefox Developer Edition 91.0b3 (64-Bit) on Windows 10


Oh god nightmare scenario. Let's

  1. Fix the z-index issue, keeping in mind recent z-issue changes
  2. Add a global click listener to interrupt the process to ensure this can never happen, like: ``` JavaScript document.addEventListener('click', () => { details.open = false}, once:true})
posted by fregante over 3 years ago

Fund this Issue

$0.00
Funded

Pull requests