Comment #92 on issue 2993 by prog...@chromium.org: Tab is dragged from
window even after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
Issue 20395 has been merged into this issue.
--
You received this message because you are listed in the owner
or CC fields of this
Comment #90 on issue 2993 by mkterra: Tab is dragged from window even after
mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
Somebody reported Issue 1 saying they still see it in 3.0.197.11. If
anyone else
is still seeing it, head there.
--
You received this me
Comment #89 on issue 2993 by brianrmurphy: Tab is dragged from window even
after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
Awesome, it's fixed on the Dev channel now (3.0.197.11). Thanks!
This makes Chrome so much more usable.
--
You received this message bec
Updates:
Cc: -pkast...@chromium.org
Comment #88 on issue 2993 by pkast...@chromium.org: Tab is dragged from
window even after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
Don't comment on this bug speculating about causes. A fix has already been
checked
Comment #87 on issue 2993 by Novettam: Tab is dragged from window even
after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
I experienced this a few times, also while using Google Reader where one of
the feeds
would unintentionally attach to the mouse cursor.
Goin
Comment #86 on issue 2993 by iambob: Tab is dragged from window even after
mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
Whenever it happens to me, I can predict exactly when it will happen. If I
click the
tab of a non-active tab and I move the mouse away, but no
Comment #85 on issue 2993 by grovespaz: Tab is dragged from window even
after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
I still believe this is indeed a paging/swapping issue.
Like Peter J O'Brien said, the bug seems occurs much more frequent when
under extrem
Comment #84 on issue 2993 by ch...@chromium.org: Tab is dragged from window
even after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
Issue 6842 has been merged into this issue.
--
You received this message because you are listed in the owner
or CC fields of this is
Comment #83 on issue 2993 by guilhermektti: Tab is dragged from window even
after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
My reported Issue 6842 has been merged into this issue, and I didn't know.
Please, someone mark it as "duplicate".
Thanks, great job!
--
Comment #76 on issue 2993 by prog...@chromium.org: Tab is dragged from
window even after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
Issue 18057 has been merged into this issue.
--
You received this message because you are listed in the owner
or CC fields of this
Comment #75 on issue 2993 by rtanabe999: Tab is dragged from window even
after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
Tab drag problem on dual monitor
gfx::Point(LOWORD(pos), HIWORD(pos));
to
gfx::Point(GET_X_LPARAM(pos), GET_Y_LPARAM(pos));
See Also:
h
Comment #68 on issue 2993 by yoav.zilberberg: Tab is dragged from window
even after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
hi all, i would like to solve this issue
i talked with roland (post #57) and i take it he would not mind if i gave
it a shot
in my ow
Comment #64 on issue 2993 by jan.wedel: Tab is dragged from window even
after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
I almost forgot that, but i can confirm that issue with delayed loading
causing the Tab to Jump to the
Location of the Cursor As soon As it
Comment #63 on issue 2993 by jaspradlin: Tab is dragged from window even
after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
Well I guess I'm not the first to notice this... My specific problem is
that I might
click a tab that hasn't been used in a while (say 12 h
Comment #62 on issue 2993 by emailboy: Tab is dragged from window even
after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
happens in vista sp1, disgusting bug
--
You received this message because you are listed in the owner
or CC fields of this issue, or because y
Comment #61 on issue 2993 by fam@live.nl: Tab is dragged from window
even after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
And on 3.0.195.1 also.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you star
Comment #60 on issue 2993 by mkterra: Tab is dragged from window even after
mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
I, too, am still getting this with the latest beta (3.0.193.2).
--
You received this message because you are listed in the owner
or CC fields o
Comment #58 on issue 2993 by davidhaha: Tab is dragged from window even
after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
I'm still occasionally experiencing this with version 3.0.193.1,
unfortunately.
--
You received this message because you are listed in the
Comment #57 on issue 2993 by rolandst...@google.com: Tab is dragged from
window even after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
Uploaded an updated patch set that correct an implementation "bug" (didn't
manifest
itself: I used wrong set of constants that
Comment #48 on issue 2993 by dandin1sb: Tab is dragged from window even
after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
If you have a build environment set-up, download the two patches in the
link and apply
them (using "patch") in the src directory.
If you're
Comment #47 on issue 2993 by prog...@chromium.org: Tab is dragged from
window even after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
Issue 16431 has been merged into this issue.
--
You received this message because you are listed in the owner
or CC fields of this
Comment #46 on issue 2993 by squattingb: Tab is dragged from window even
after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
okay so i'm kind of noob, how do you implement/install the patch that you
linked to...
do I need to batch it or something?
--
You received
Comment #45 on issue 2993 by rolandst...@google.com: Tab is dragged from
window even after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
The way the patch works is to "brute-force" query the mouse buttons when a
drag is
about to happen whether they are really stil
Comment #42 on issue 2993 by dandin1sb: Tab is dragged from window even
after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
Huzzah! Thank you for the patch!
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you
Comment #41 on issue 2993 by d...@chromium.org: Tab is dragged from window
even after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
Issue 16432 has been merged into this issue.
--
You received this message because you are listed in the owner
or CC fields of this is
Comment #40 on issue 2993 by rolandst...@google.com: Tab is dragged from
window even after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
bug fix patch at: http://codereview.chromium.org/155343
--
You received this message because you are listed in the owner
or CC f
Comment #38 on issue 2993 by dandin1sb: Tab is dragged from window even
after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
I can still reproduce it with build 19932, it just requires a higher CPU
load to do
so. It seems tab switching has been optimized, but this
Comment #37 on issue 2993 by choicesmade: Tab is dragged from window even
after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
I can confirm it looks fixed.
I'm running build 19931, which you can just download and run from the
extracted folder:
http://build.chromi
Comment #36 on issue 2993 by daniel.r.kegel: Tab is dragged from window
even after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
I can't reproduce it with 3.0.190.4 (the current dev channel release).
If you're still having this problem, please go to
http://dev.chrom
Comment #35 on issue 2993 by daniel.r.kegel: Tab is dragged from window
even after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
I can reproduce this on Windows with chrome 2.0.172.33 (the default, I
think).
My system is an e7200 cpu with 2GB of RAM (but it acts s
Comment #34 on issue 2993 by dissonanza: Tab is dragged from window even
after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
I'm starting using Chrome on a slow notebook to spare some memory, and I
must say this
is the only issue that prevents me to use it in my o
Comment #30 on issue 2993 by ecroyd: Tab is dragged from window even after
mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
If this problem was too hard to fix and a work around needed, I think an
auto
detecting work around would be better than providing an option to
Comment #29 on issue 2993 by choicesmade: Tab is dragged from window even
after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
I understand your point of view.
However, this is a bug that leads to a very annoying behaviour, especially
on slow computers
where it ha
Comment #28 on issue 2993 by ecroyd: Tab is dragged from window even after
mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
I would have to disagree with the comment made by "choicesmade". One of the
more
elegant features of chrome is a minimalistic interface. Althou
Comment #27 on issue 2993 by choicesmade: Tab is dragged from window even
after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
I completely agree.
I don't know how hard to fix the problem really is, but it seems that an
option to
"never undock" could be a nice wor
Comment #26 on issue 2993 by harvey.binning: Tab is dragged from window
even after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
I am also having this problem. Major pain. Aside from this Chrome is the
best browser.
Hope they fix it.
Really need a setting to say
Comment #25 on issue 2993 by d...@chromium.org: Tab is dragged from window
even after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
Issue 14803 has been merged into this issue.
--
You received this message because you are listed in the owner
or CC fields of this is
Comment #8 on issue 2993 by hirsch.will: Tab is dragged from window even
after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
Problem seems to be that the tab only fetches the mouse location after it
finishes
rendering the tab (which is started by mousedown) regard
Comment #7 on issue 2993 by phajdan...@chromium.org: Tab is dragged from
window even after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
Issue 6365 has been merged into this issue.
--
You received this message because you are listed in the owner
or CC fields of thi
Comment #6 on issue 2993 by curttasker: Tab is dragged from window even
after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
I'm having this issue as well, quite frequently. It does seem to happen
more often
when the tabs I have open are heavy render jobs. I'll j
Issue 2993: Tab is dragged from window even after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
Comment #5 by [EMAIL PROTECTED]:
(No comment was entered for this change.)
Issue attribute updates:
Status: Available
Labels: Mstone-X
--
You received th
Issue 2993: Tab is dragged from window even after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
Comment #4 by [EMAIL PROTECTED]:
I have been able to reproduce this a couple of times when my CPU usage was
high. This
was on a desktop with mouse (no touchpad involved).
Issue 2993: Tab is dragged from window even after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
Comment #3 by seizure1990:
Yea, I'm pretty sure that's the reason as well.
And no, this isn't just for touch pads. I use a mouse.
--
You received this message because y
Issue 2993: Tab is dragged from window even after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
Comment #2 by ChosenKen:
I have ran into this too, and I believe it happens when switching tabs and
Chromium
seems to "hang" as the clicked tab is being rendered. I would
Issue 2993: Tab is dragged from window even after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
Comment #1 by [EMAIL PROTECTED]:
I've noticed this behavior couple of times on my personal notebook. I guess
this
happens only when user deals with touchpad, instead of mo
Issue 2993: Tab is dragged from window even after mouse is released
http://code.google.com/p/chromium/issues/detail?id=2993
New issue report by seizure1990:
Product Version :
URLs (if applicable) :
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issu
46 matches
Mail list logo