Bug #9570
EDITOR: selection by mouse and keyboard does not work
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
15654
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#2 Updated by Vladimir Tsichevski over 1 year ago
Issues related to selection regions in EDITOR by user:
- The "select all" (
Ctrl-A) does not work. - The select line (mouse double-click) does not work.
- Selection arbitrary region by mouse does not work.
These issues were first reported in #9190.
The first issue was commented by Alexandru Lungu as:
This is intentional.
EDITORwidget does not allowCTRL-Ain some of our 4GL testing systems. A customer reported that on some environment it works, but not all. We did not detect why this behavior holds. Thus, we implemented adirectory.xmlflag to toggle this - the default is false.
IMO this custom feature must be documented somehow.
#3 Updated by Andreea Bârzu over 1 year ago
A select-all by right clicking in an editor doesn't work either. I committed a solution to 9038a. The feature we have for a CTRL-A is also documented in #9038.