[api-issues] [Issue 52607] API: after UNO-API-Test A ccessiblePopupMenu office crashes while openin g a document

2005-12-02 Thread ssa
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=52607


User ssa changed the following:

  What|Old value |New value

   Assigned to|ssa   |hdu





--- Additional comments from [EMAIL PROTECTED] Fri Dec  2 02:38:40 -0800 
2005 ---
SSA: reassign to HDU

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



[api-issues] [Issue 52607] API: after UNO-API-Test A ccessiblePopupMenu office crashes while openin g a document

2005-09-29 Thread md
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=52607


User md changed the following:

  What|Old value |New value

  Target milestone|OOo Later |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Thu Sep 29 02:58:06 -0700 
2005 ---
re-targeted to OOo 3.0

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



[api-issues] [Issue 52607] API: after UNO-API-Test A ccessiblePopupMenu office crashes while openin g a document

2005-09-07 Thread cn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=52607


User cn changed the following:

  What|Old value |New value

  Keywords|  |accessibility





--- Additional comments from [EMAIL PROTECTED] Wed Sep  7 03:25:47 -0700 
2005 ---
add keyword "accessibility"

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



[api-issues] [Issue 52607] API: after UNO-API-Test A ccessiblePopupMenu office crashes while openin g a document

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 18 06:21:45 -0700 
2005 ---
cn: in the UNO-API-Test I have fixed the problem of the open popup menu. The
popup menu will be released by cklicking into the document. To reproduce the
failure behavior the UNO-API-Test muste be used from a master before the cws
qadev24 is integrated. Currently m124 is a good choice.

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



[api-issues] [Issue 52607] API: after UNO-API-Test A ccessiblePopupMenu office crashes while openin g a document

2005-07-29 Thread ssa
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=52607


User ssa changed the following:

  What|Old value |New value

  Priority|P2|P4

  Target milestone|OOo 2.0.1 |OOo Later





--- Additional comments from [EMAIL PROTECTED] Fri Jul 29 07:55:38 -0700 
2005 ---
the problem is that the popup menu's execute is still running which means there
are still objects on the stack. to unwind the stack one would have to yield
which is not a good idea when destructing a window.
I agree that this is no common scenario and will reduce the priority as well.


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



[api-issues] [Issue 52607] API: after UNO-API-Test A ccessiblePopupMenu office crashes while openin g a document

2005-07-29 Thread cd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=52607


User cd changed the following:

  What|Old value |New value

   Assigned to|cd|ssa

Status|STARTED   |NEW





--- Additional comments from [EMAIL PROTECTED] Fri Jul 29 06:46:56 -0700 
2005 ---
cd: The API test creates and executes a popup menu. It closes the application
window which is the parent of the popup menu without explicitly closing the
popup menu before. Therefore the popup menu references non-existent objects.
When the user clicks on the window of another window, we leave the popup menu
message loop and the dtor is called. The dtor tries to use its references which
were all freed => result is a crash.

cd->ssa: As discussed by phone, I set the target to "Office Later" as this is
not a scenario a normal user can achieve. From my point of view it's Currently
the responsibility of an API developer to close the popup menu before the
document window is destroyed.
May be you can add code to detect an active popup menu and prevent this crash by
destroying it before the parent window.

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



[api-issues] [Issue 52607] API: after UNO-API-Test A ccessiblePopupMenu office crashes while openin g a document

2005-07-29 Thread cd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=52607


User cd changed the following:

  What|Old value |New value

Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 29 04:40:36 -0700 
2005 ---
cd: Accepted. Strange problem with the SfxBindings, I will have a look at that.

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