Bug 536143 - GridTable does not activate celleditor on upppercased char
Summary: GridTable does not activate celleditor on upppercased char
Status: CLOSED FIXED
Alias: None
Product: ECP
Classification: Modeling
Component: EMF Forms (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 1.18.0   Edit
Assignee: Eugen Neufeld CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2018-06-21 09:50 EDT by Eugen Neufeld CLA
Modified: 2018-06-29 10:37 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugen Neufeld CLA 2018-06-21 09:50:08 EDT
The Gridtable allows to activate the cell editor when typing. This does not work when typing an upper case char.
Comment 1 Eclipse Genie CLA 2018-06-21 10:19:12 EDT
New Gerrit change created: https://git.eclipse.org/r/124846
Comment 2 Eugen Neufeld CLA 2018-06-25 07:01:27 EDT
TEST INFORMATION

- Summary
The provided fix removes the Shift+Key combination from the list of keybindings which do not trigger a cell activation.

- Potential regressions
There should be no regression as the shift key is used to create upper cased letters.

- Affected areas / use cases
The affected renderer is the GridControlSWTRenderer.

- Things that shall be tested
Check if the cell activation is still working as expected.