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

[CRASH] The browser crashes every time a link is dragged over the tab bar. #233

Open
csacskamacskamocska opened this issue Jul 19, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@csacskamacskamocska
Copy link

csacskamacskamocska commented Jul 19, 2024

Describe the bug
The browser crashes every time a link is dragged over the tab bar.

To Reproduce
Steps to reproduce the behavior:

  1. Load any site, I used the local news site telex.hu
  2. Drag any link onto the tab bar to be opened in the background.
  3. Crash, every time.

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):

  • OS: Yosemite 10.10.5 (14F2511)
  • Build: Chromium 1296472 and all versions above till the current 1303823 (no extensions used)

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.
Screen Shot 2024-07-19 at 12 45 54

@csacskamacskamocska csacskamacskamocska added the bug Something isn't working label Jul 19, 2024
@csacskamacskamocska csacskamacskamocska changed the title [CRASH] [CRASH] The browser crashes every time a link is dragged over the tab bar. Jul 19, 2024
@Wowfunhappy
Copy link

Wowfunhappy commented Aug 4, 2024

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.

@gpsvisualizer
Copy link

FYI, the same crash also happens if you drag a link from another application into the tab bar!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants