Opened 5 years ago
Last modified 4 years ago
#156 new defect
For GUI testing merge #Delete and #BasicDelete textViewInteractor type.
Reported by: | Patrik Svestka | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | default | Keywords: | |
Cc: | Also affects CVS HEAD (eXept version): | no |
Description
For some unknown reasons there are two types of delete in StX. It can be found at EditTextView>> doKeyPress:key x:x y:y
There are two "types" of keys, I have not checked deeper yet.
#Delete is rawKey
#BasicDelete is key
This should be harmonized as it makes testing much harder.
Note: See
TracTickets for help on using
tickets.
Connected to the #131 (A 'del' ('delete') key pressed should follow same logic as on most editors today) issue.