To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=108571
------- Additional comments from [email protected] Sun Aug 22 03:48:48 +0000 2010 ------- Further analysis of the problem: If you right-click on the formula and choose "Activate OLE object outplace" it opens immediately in a separate window. So this can be a work-around. The problem seems to be in OCommonEmbeddedObject::changeState (file embeddedobj/source/commonembedding/embedobj.cxx). If I call changeState() from my C++ component: 1. Changing to ACTIVE is very fast 2. Changing to INPLACE_ACTIVE is very fast, but confuses the UI 3. Changing to UI_ACTIVE takes forever --------------------------------------------------------------------- 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]
