Comment #3 on issue 7931 by [email protected]: REGRESSION: Unable to select gmail contact popout window when gmail scrolled http://code.google.com/p/chromium/issues/detail?id=7931
Basically, the div is opening in the wrong place so you end up mousing out of the chat panel before you can get into the floating div. This repros in WebKit nightly and Safari 4 Beta. It does not happen in Chrome 1.x. It appears that the top attribute for the floating div is taking into account the scrolling. So if I hover over my 8th contact when I am scrolled all the way to the top the CSS attribute "top" for the floating div is at 348px. When I scroll that contact all the way to the top of my view panel, "top" is now 722px. This appears to be a dup of a bug assigned to Gmail chat, see http://b/issue? id=1265651 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
