Issue 62377 - CommandURLs inserted via notifyContextMenuInterception are not always dispatched
Summary: CommandURLs inserted via notifyContextMenuInterception are not always dispatched
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: stephan.wunderlich
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-21 10:14 UTC by pjentsch
Modified: 2013-02-24 21:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pjentsch 2006-02-21 10:14:29 UTC
It's possible to insert new menu items into a contextmenu using
XContextMenuInterceptor#notifyContextMenuExecute(...). But if the document is
opened in read-only mode, only commands previously known to the frame are
dispatched. As I observed, just before the contextmenu is opened, all commands
from the contextmenu before modification are requeried (they pass an
XDispatchInterceptor registered at the current frame). But after the context
menu has been modified, I see no calls to queryDispatch(...).
Comment 1 stephan.wunderlich 2006-02-23 13:42:24 UTC
sw->pjentsch: could you provide sample code that demonstrates the behaviour please
Comment 2 stephan.wunderlich 2006-04-03 12:20:44 UTC
sw->pjentsch: what is the state of the problem ?
Comment 3 stephan.wunderlich 2006-05-02 09:26:34 UTC
sw->pjentsch: any news ?
Comment 4 stephan.wunderlich 2006-05-15 13:30:49 UTC
sw: no additional information => setting it to WORKSFORME
Comment 5 stephan.wunderlich 2006-05-15 13:31:25 UTC
closing as WORKSFORME