http://bugs.winehq.org/show_bug.cgi?id=15189
Summary: Google Chrome can't dock tabs Product: Wine Version: CVS/GIT Platform: Other URL: http://chrome.google.com OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
After creating a second tab, you can tear it off to form a new window, but under Wine you can't do the inverse operation, ie. you can't dock a previously torn-off tab back into the main window.
It usually works if you put the donor window right underneath the donee window so the tab doesn't have to get dragged across the chrome active area. For some reason dragging the tab across the chrome active area causes you to drop the tab...?
http://bugs.winehq.org/show_bug.cgi?id=15189
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=15189
--- Comment #1 from Vincent Povirk madewokherd@gmail.com 2008-09-09 20:43:31 --- This seems to be because x11drv sends the window containing the one tab a WM_CANCELMODE message when it loses focus. Additionally, we lose the pointer grab when that window is unmapped, so even if the drag from the one window works, it's possible to move the mouse too fast to the upper-left so that the tab does not follow.
http://bugs.winehq.org/show_bug.cgi?id=15189
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified
--- Comment #2 from Austin English austinenglish@gmail.com 2009-01-20 02:40:20 --- Removing deprecated CVS/GIT version tag. Please retest in current git. If the bug is still present in today's wine, but was not present in some earlier version of wine, please update version field to earliest known version of wine that had the bug. Thanks!
http://bugs.winehq.org/show_bug.cgi?id=15189
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #3 from Jerome Leclanche adys.wh@gmail.com 2009-11-29 17:17:46 --- Works fine in wine-1.1.33-404-gac85305.
http://bugs.winehq.org/show_bug.cgi?id=15189
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #4 from Juan Lang juan_lang@yahoo.com 2009-11-29 20:38:02 --- Reported fixed.
http://bugs.winehq.org/show_bug.cgi?id=15189
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2009-12-04 12:15:41 --- Closing bugs fixed in 1.1.34.
http://bugs.winehq.org/show_bug.cgi?id=15189
fracting fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting@gmail.com
--- Comment #6 from fracting fracting@gmail.com 2011-12-18 12:43:41 CST --- *** Bug 29374 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=15189
--- Comment #7 from fracting fracting@gmail.com 2011-12-18 12:44:47 CST --- Hello, please see comments in Bug 29374 and reopen this bug, thanks!
http://bugs.winehq.org/show_bug.cgi?id=15189
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|FIXED |
--- Comment #8 from Jerome Leclanche adys.wh@gmail.com 2011-12-18 12:46:07 CST --- Reopening
http://bugs.winehq.org/show_bug.cgi?id=15189
--- Comment #9 from fracting fracting@gmail.com 2011-12-18 12:52:16 CST --- Thank you Jerome Leclanche.
Could you also add http://bugs.winehq.org/show_bug.cgi?id=29372 to "See Also"? Thanks!
http://bugs.winehq.org/show_bug.cgi?id=15189
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.winehq.org/show | |_bug.cgi?id=29372
https://bugs.winehq.org/show_bug.cgi?id=15189
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW URL|http://chrome.google.com |http://commondatastorage.go | |ogleapis.com/chromium-brows | |er-continuous/Win/109801/mi | |ni_installer.exe CC| |focht@gmx.net Hardware|Other |x86 Version|unspecified |1.1.4 OS|other |Linux
--- Comment #10 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming, still present.
Needs '--no-sandbox' to work around bug 21232
$ sha1sum mini_installer.exe 92361aa45417deb7267ff47b40a451c0e18338a1 mini_installer.exe
$ du -sh mini_installer.exe 20M mini_installer.exe
$ wine --version wine-1.7.28
Regards