Updates:
Cc: [email protected]
Comment #1 on issue 5823 by [email protected]: Regression: copying text
from the renderer than copying text in another app makes other app
unresponsive for a couple of seconds
http://code.google.com/p/chromium/issues/detail?id=5823
The problem is that all clipboard operations seem to be serviced directly
on the IO
thread by the resource message filter.
The Clipboard service creates a new window, and it is expecting to be able
to process
messages for that window, but the IO thread doesn't pump windows messages
anymore.
Clipboard operations have to be moved to another thread (one with a UI
message loop).
--
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
-~----------~----~----~----~------~----~------~--~---