We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The browser crashes every time a link is dragged over the tab bar.
To Reproduce Steps to reproduce the behavior:
Screenshots I uploaded one, it shows the last working version, 1260910 from 2024 february 15 in action. Later ones all crash.
Desktop (please complete the following information):
Logs If logs were provided please add them here with the code tag or attach them to the issue
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
If you install Chromium via the latest version of my PrefPane, this should be fixed. (As in, Chromium will no longer crash.)
All I did was swizzle in:
@interface myBridgedContentView : NSObject @end @implementation myBridgedContentView - (NSDragOperation)draggingUpdated:(id<NSDraggingInfo>)sender { return NSDragOperationEvery; } @end
I think some minor functionality may now be missing.
Sorry, something went wrong.
FYI, the same crash also happens if you drag a link from another application into the tab bar!
No branches or pull requests
Describe the bug
The browser crashes every time a link is dragged over the tab bar.
To Reproduce
Steps to reproduce the behavior:
Screenshots
I uploaded one, it shows the last working version, 1260910 from 2024 february 15 in action. Later ones all crash.
Desktop (please complete the following information):
Logs
If logs were provided please add them here with the code tag or attach them to the issue
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: