To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82879
User hro changed the following:
What |Old value |New value
================================================================================
Assigned to|hro |jsk
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Nov 9 14:46:19 +0000
2007 -------
The defect had nothing to do with Java itself. It was just the Apartment Model
the Thread used when a call to RegisterDragDrop was requested.
Actually when the thread was from a MTA the call was dispatched in a different
thread that attached the input queue to the thread that created the window.
When it was from a STA there was the assumption that RegisterDragDrop worked (as
the Documentation says) but this assumption was wrong. A dispatch to a new
thread with attached input queue also has to be done if the threads just differ.
Now this case is correctly handled.
So the fix covers all scenarios where a thread from a STA (or unitialized
apartment) tries to register drag and drop for a window that was not created in
the same thread...or to give a short answer: Yes ;-)
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]