Issue 78290 - don't open Position and Size Dialog with F4 on datapoints or similar
Summary: don't open Position and Size Dialog with F4 on datapoints or similar
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: kla
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-11 08:48 UTC by kla
Modified: 2013-02-24 21:22 UTC (History)
2 users (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 kla 2007-06-11 08:48:52 UTC
follow up issue for 26492
Its possible to call the Dialog for all Objects by using F4.
Comment 1 IngridvdM 2007-06-11 09:07:09 UTC
For some objects the  position and size dialog must not show up when pressing
F4: e.g. for data points, data rows or axes.
Comment 2 IngridvdM 2007-09-11 16:01:59 UTC
->please take over as you implemented the keyboard access
Comment 3 bjoern.milcke 2007-09-11 16:26:08 UTC
Changing Target.
Comment 4 bjoern.milcke 2007-12-06 12:16:08 UTC
This was a general problem: we sent status event for commands being available or
not, but if you issued a dispatch() call it always worked. For menus and
toolbars this is ok, because the commands are disabled and can no longer be
dispatched via UI. The accelerator however is not disabled, it just dispatches
the command.

Now, a command can only be executed when it is really available. The
availability is the same for the execution as for the status events.
Comment 5 bjoern.milcke 2007-12-13 14:53:36 UTC
Please verify in CWS chart15.
Comment 6 kla 2007-12-19 13:39:30 UTC
Works fine -> verified
Comment 7 p9w.vu.31122010 2008-02-07 10:22:23 UTC
Verified fixed in m6, closing.

But see the follow-up issue #85933.