For several months, I have not been able to drag tabs off a Chromium window. When I let go of the mouse button to release the tab, Chromium didn’t respond. That is finally fixed!
First, thanks to jangxx for discovering that turning off Chromium’s “Use system titlebar and borders” option fixes the problem. Unfortunately, my Chromium doesn’t have that option! I had to do it by hand:
- In the browser, go to
chrome:settings
- Under Appearance, make sure “Theme” is “GTK+”. If it’s not, hit “Use GTK+”.
- In the browser, go to
chrome:version
- Make a note of the “profile path”.
- Exit Chromium entirely.
- In a shell, cd to the profile path
cp Preferences Preferences.bak
- Edit
Preferences
and change"custom_chrome_frame":false
to"custom_chrome_frame":true
- Restart Chromium. You should be able to drag tabs!
Let me know if this helps you, or if you need more information about these steps. Happy browsing!