Issue 88890 - PopupMenuControllerFactory does not allow a command URL with arguments
Summary: PopupMenuControllerFactory does not allow a command URL with arguments
Status: UNCONFIRMED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: OOo 2.4.0
Hardware: All All
: P4 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: needhelp
Depends on:
Blocks:
 
Reported: 2008-04-30 15:54 UTC by hanya
Modified: 2014-01-22 09:28 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description hanya 2008-04-30 15:54:50 UTC
The current PopupMenuControllerFactory does not allow this kind of command URLs.
PROTCOL:PATH?ARGUMENTS
If the PopupMenuController registerd as PROTOCOL:PATH and the URL having arguments 
is there in a menu or a toolbar item, they are ignored by the factory.

Arguments allows to change behavior of the controller.
Comment 1 Mathias_Bauer 2008-05-02 15:25:46 UTC
Carsten, IIRC this is by design - but maybe you can clearify this.
Comment 2 carsten.driesner 2008-05-05 10:51:03 UTC
cd->mba,hanya: It's correct that the popup menu controller factory ignores
arguments added to a command URL. It doesn't depend on the design but on the
current implementation. It's possible to extend the implementation to support
arguments for popup menu controller. I am not sure if this work would add
something valuable. From my point of view the behavior of a controller should
better depend on configuration entries. That would also be a way to have
persistent "settings". May be you can describe why you need this kind of
enhancement.