Issue 74439 - BASIC IDE: Rename module context menu has entry for special character
Summary: BASIC IDE: Rename module context menu has entry for special character
Status: CLOSED WONT_FIX
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.3
Assignee: ab
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-12 09:54 UTC by joerg.skottke
Modified: 2007-07-24 10:38 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 joerg.skottke 2007-02-12 09:54:14 UTC
Reproduction:
- open BASIC IDE for a module that can be edited
- Open the context menu for the first module in the modules tab
- Select "Rename"
- Open the context menu on the module-tab
-> The context menu has an option to insert a special character.

1) Special characters are not supported in module names
2) On Linux we do not get the dialog at all, the item is without function

Suggested fix: Remove the entry from the context menu
Comment 1 ab 2007-02-14 15:51:46 UTC
STARTED
Comment 2 ab 2007-07-05 14:34:42 UTC
ab->jsk: The context menu including the insert special character is the
same for every vcl edit control. Currently there is no way to disable it.

But I doubt that this make sense anyway because there always has to
be a check after editing if the text is valid (and there is one). Users can
also paste illegal characters to the edit field, so removing the special 
character dialog would be no guarantee. I think the benefit does not
justify the effort. If you disagree we need a vcl task first to get an option
for disabling the insert special character functionality in edit controls.
Comment 3 ab 2007-07-05 14:40:12 UTC
ab->jsk: Problem 2) seems to be covered by i76832
Comment 4 ab 2007-07-24 10:38:51 UTC
CLOSED