[framework-issues] [Issue 115879] Error: Dispatch hat den S tatusListener nicht entfern!

2010-12-02 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115879
 Issue #|115879
 Summary|Error: Dispatch hat den StatusListener nicht entfern!
   Component|framework
 Version|DEV300m94
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|cd
 Reported by|fs





--- Additional comments from f...@openoffice.org Thu Dec  2 10:25:21 + 
2010 ---
- open a new text document
- insert a rectangular (or any other) shape
- mark this shape, select an arbitrary action from its context menu,
  e.g. Line...
- (cancel the resulting dialog)
- unmark the shape by clicking somewhere else into the document
= an assertion pops up saying
   Error: Dispatch hat den StatusListener nicht entfern!
   From File ooo/sfx2/source/control/unoctitm.cxx at Line 134

(seen in DEV300.m94 and DEV300.m90, did not go back further ...)

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 115879] Error: Dispatch hat den S tatusListener nicht entfern!

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


User fs changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.4





--- Additional comments from f...@openoffice.org Thu Dec  2 10:25:47 + 
2010 ---
assertion bug, hindering work with the non-product release = targeting to the
next feasible non-micro release

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 115879] Error: Dispatch hat den S tatusListener nicht entfern!

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





--- Additional comments from f...@openoffice.org Thu Dec  2 10:43:45 + 
2010 ---
ah ... the problem (or a part thereof, at least) is in the MediaWiki extension:
Its WikiEditorImpl.removeStatusListener method is implemented empty. Thus, a
temporary object created for the popup menu, and disposed when the menu is
closed, is still being notified of status changes, though it properly called
removeStatusListener.

Fixing the extension would make the assertion disappear, however, I do not know
why this temporary object (a SfxUnoControllerItem, instantiated by an
SfxUnoMenuControl, for the vnd.sun.star.blogger:post command) is created at all.
The respective menu item does not appear in the context menu, so there might be
another bug here ...

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 115879] Error: Dispatch hat den S tatusListener nicht entfern!

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





--- Additional comments from f...@openoffice.org Thu Dec  2 10:55:38 + 
2010 ---
Argh. It's not the MediaWiki extension (though this extension also has the bug
of not removing status listeners), but the Oracle Weblog Publisher: It registers
as context menu interceptor, adds a menu entry to it (while the command is
disabled, so the entry does not appear in the popup menu), and then has the same
bug like the MediaWiki extension: its removeStatusListener method is implemented
empty.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 115879] Error: Dispatch hat den S tatusListener nicht entfern!

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


User fs changed the following:

What|Old value |New value

  CC|''|'jl'





--- Additional comments from f...@openoffice.org Thu Dec  2 11:09:29 + 
2010 ---
fs-jl: Not sure the Weblog Publisher extension is yours, commit comments
suggest it is. So CC'ing you of this bug here ...

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 115879] Error: Dispatch hat den S tatusListener nicht entfern!

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


User fs changed the following:

What|Old value |New value

 Assigned to|cd|fs





--- Additional comments from f...@openoffice.org Thu Dec  2 11:09:51 + 
2010 ---
grabbing, since I fixed 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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 115879] Error: Dispatch hat den S tatusListener nicht entfern!

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


User fs changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from f...@openoffice.org Thu Dec  2 11:08:03 + 
2010 ---
found it annoying enough in the daily work to fix it ... in CWS dba34c

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org