[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2009-01-27 Thread codesite-noreply
Comment #30 on issue 1062 by anan...@chromium.org: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 Issue 7063 has been merged into this issue. -- You received this message because you are listed in the owner or CC f

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2009-01-15 Thread codesite-noreply
Comment #29 on issue 1062 by pkast...@chromium.org: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 Issue 4709 has been merged into this issue. -- You received this message because you are listed in the owner or CC

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2008-12-29 Thread codesite-noreply
Comment #27 on issue 1062 by niran...@chromium.org: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 Issue 5869 has been merged into this issue. -- You received this message because you are listed in the owner or CC

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2008-12-15 Thread codesite-noreply
Comment #26 on issue 1062 by m0.interactive: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 Yes we know, thats why the fix I patched will be in build 1.0.154.37. Patience is a virtue :) -- You received this messa

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2008-12-15 Thread codesite-noreply
Comment #25 on issue 1062 by divi...@hotmail.com: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 Although this is verified in 154.37, it still reproduces in 154.34. -- You received this message because you are list

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2008-12-15 Thread codesite-noreply
Updates: Status: Verified Comment #24 on issue 1062 by venkataram...@chromium.org: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 Verified in the release build: 1.0.154.37 (r6961) -Venkat. -- You received

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2008-12-11 Thread codesite-noreply
Comment #23 on issue 1062 by lafo...@chromium.org: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 Merged into release branch, r6852 -- You received this message because you are listed in the owner or CC fields of t

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2008-12-02 Thread codesite-noreply
Comment #21 on issue 1062 by [EMAIL PROTECTED]: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 Issue 4984 has been merged into this issue. -- You received this message because you are listed in the owner or CC fie

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2008-12-01 Thread codesite-noreply
Comment #20 on issue 1062 by [EMAIL PROTECTED]: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 Issue 4972 has been merged into this issue. -- You received this message because you are listed in the owner or CC fie

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2008-11-30 Thread codesite-noreply
Comment #18 on issue 1062 by dezelin: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 ok. :) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2008-11-30 Thread codesite-noreply
Comment #17 on issue 1062 by m0.interactive: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 Awesome, didn't know about that, I updated the patch to reflect that change with comments. http://codereview.chromium.org

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2008-11-30 Thread codesite-noreply
Comment #16 on issue 1062 by dezelin: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 Hi, there's a shorter way of doing this check - you just have to call HitTest(event.location()). This way, as I can see, we also t

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2008-11-30 Thread codesite-noreply
Comment #15 on issue 1062 by dezelin: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 Hi, there's a shorter way of doing this check - you just have to call HitTest(event.location()). This way, as I can see, we also t

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2008-11-30 Thread codesite-noreply
Comment #14 on issue 1062 by m0.interactive: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 Aha, instead of doing that, I realized Tab extends View where the view has a bounds method. I used that instead and it is

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2008-11-29 Thread codesite-noreply
Comment #13 on issue 1062 by m0.interactive: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 Alright, then the only way to do this is trying to find the width of the current tab ... I managed to do this by using th

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2008-11-29 Thread codesite-noreply
Comment #12 on issue 1062 by m0.interactive: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 Hello, if you give me some insight on how to approach solving this problem, I could spend time on it and fix up a patch.

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2008-11-27 Thread codesite-noreply
Comment #11 on issue 1062 by m0.interactive: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 Okay, so how can we know if we are outside the window? Been trying for some time now :x -- You received this message be

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2008-11-27 Thread codesite-noreply
Comment #10 on issue 1062 by [EMAIL PROTECTED]: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 Because when you press down, we SetCapture, so that we can receive move events fired when the mouse is outside the win

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2008-11-27 Thread codesite-noreply
Comment #9 on issue 1062 by m0.interactive: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 For your information, that patch doesn't resolve that issue. You have removed the middle click functionality to close the

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2008-10-16 Thread codesite-noreply
Issue 1062: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 Comment #8 by dezelin: It's a unified diff. You may use http://tortoisesvn.net/ Best regards -- You received this message because you are listed in the o

[chromium-bugs] Issue 1062 in chromium: Middle-click to close tabs activates even if mouse-up is not over tab

2008-10-16 Thread codesite-noreply
Issue 1062: Middle-click to close tabs activates even if mouse-up is not over tab http://code.google.com/p/chromium/issues/detail?id=1062 Comment #7 by patrick.vernon: How do you apply a patch? Thanks in advance. -- You received this message because you are listed in the owner or CC fields