[graphics-issues] [Issue 47279] Impress freezes when trying to edit en emmbeded spreadsheet

2005-05-23 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47279


User mba changed the following:

  What|Old value |New value

  Target milestone|OOo 2.0.1 |OOo Later





--- Additional comments from [EMAIL PROTECTED] Mon May 23 06:40:02 -0700 
2005 ---
Does not happen in normal operation mode and we already have too much issues for
the next micro release - set to Later.

-
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]



[graphics-issues] [Issue 47279] Impress freezes when trying to edit en emmbeded spreadsheet

2005-04-20 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47279


User af changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Wed Apr 20 04:45:00 -0700 
2005 ---
I have set this issue to fixed by accident and therefore reopen it.

-
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]



[graphics-issues] [Issue 47279] Impress freezes when trying to edit en emmbeded spreadsheet

2005-04-20 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47279


User af changed the following:

  What|Old value |New value

   Assigned to|af|mba

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Wed Apr 20 05:12:09 -0700 
2005 ---
The crash takes place in SfxInPlaceClient_Impl::saveObject(). In the 'try' block
...
try
{
   xPersist-storeOwn();
   m_xObject-update();
}
...
where the embedded object is stored.
1. The call to storeOwn() creates a progress bar that then (from
framework::StatusIndicatorFactory::start()) calls Application::Reschedule().  
2. This triggers the processing of the second click of the double click which by
this time is handled by the slide sorter.  
3. When the double click takes place at the right (or wrong) place the result is
the switching to another slide.
4. When storeOwn() returns then m_xObject has been reset to NULL in the
meantime.  Calling update() on it crashes.

To fix this crash experimentally I had to do the following:
a) Check m_xObject right before calling update() for being not NULL.
b) In OCommonEmbeddedObject::Deactivate() (in the embobj project) I had to
comment out the throwing of an exception.
c) In the last line of same method the m_xClientSite-visibilityChanged call had
to be guarded againts m_xClientSite being NULL at this time.


-
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]



[graphics-issues] [Issue 47279] Impress freezes when trying to edit en emmbeded spreadsheet

2005-04-19 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47279


User af changed the following:

  What|Old value |New value

Status|STARTED   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue Apr 19 09:31:34 -0700 
2005 ---
The crash occurs when the OLE object is deactivated with a double click at a
place where the slide sorter will show a preview of a slide other than the
current one.  The reason for this is that the first click already deactivates
the OLE object, a double click is not necessary.  The second click is then send
to the slide sorter that has already been made visible by now. 
 Strange as this is there is more. The
sd::slidesorter::controller::SlsSelectionFunction::MouseButtonDown() method is
not only called but is called from inside the DrawViewShell::MouseButtonDown()
method, i.e. while the first click is still being handled the second is 
received.

-
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]



[graphics-issues] [Issue 47279] Impress freezes when trying to edit en emmbeded spreadsheet

2005-04-18 Thread cgu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47279


User cgu changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Target milestone|---   |OOo 2.0.1





--- Additional comments from [EMAIL PROTECTED] Mon Apr 18 03:46:45 -0700 
2005 ---
Set to new and change the target

-
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]



[graphics-issues] [Issue 47279] Impress freezes when trying to edit en emmbeded spreadsheet

2005-04-18 Thread cgu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47279


User cgu changed the following:

  What|Old value |New value

   Assigned to|cgu   |af





--- Additional comments from [EMAIL PROTECTED] Mon Apr 18 04:48:58 -0700 
2005 ---
- I can reproduce the bug.
- click several times on the spreadsheed OLE to reach the edit mode of the OLE
- click beside the slide (not only beside the object) to leave the edit mode.
- you get a crash.


-
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]



[graphics-issues] [Issue 47279] Impress freezes when trying to edit en emmbeded spreadsheet

2005-04-18 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47279


User af changed the following:

  What|Old value |New value

Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Mon Apr 18 08:19:02 -0700 
2005 ---
Accepted.

-
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]



[graphics-issues] [Issue 47279] Impress freezes when trying to edit en emmbeded spreadsheet

2005-04-14 Thread roie
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47279


User roie changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=25070) testcase





--- Additional comments from [EMAIL PROTECTED] Thu Apr 14 09:37:53 -0700 
2005 ---
Created an attachment (id=25070)
testcase


-
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]



[graphics-issues] [Issue 47279] Impress freezes when trying to edit en emmbeded spreadsheet

2005-04-14 Thread roie
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47279





--- Additional comments from [EMAIL PROTECTED] Thu Apr 14 09:38:47 -0700 
2005 ---
I noticed that it does not happen always, but still quite frequently.

-
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]



[graphics-issues] [Issue 47279] Impress freezes when trying to edit en emmbeded spreadsheet

2005-04-13 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47279


User wg changed the following:

  What|Old value |New value

   Assigned to|wg|cgu





--- Additional comments from [EMAIL PROTECTED] Wed Apr 13 00:01:16 -0700 
2005 ---
Reassigned.

-
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]



[graphics-issues] [Issue 47279] Impress freezes when trying to edit en emmbeded spreadsheet

2005-04-13 Thread cgu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47279





--- Additional comments from [EMAIL PROTECTED] Wed Apr 13 05:14:44 -0700 
2005 ---
I can't reproduce the bug.
Please attach a document to reproduce the bug.

-
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]