Opened 8 years ago
Closed 8 years ago
#2714 closed defect (done)
DataGridView key events do not work correctly
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.15 |
Component: | DataPreprocessing.Views | Version: | 3.3.14 |
Keywords: | Cc: |
Description
Deletion of Columns sometimes delete the wrong column. Copy/Paste does not work at all.
Change History (5)
comment:1 Changed 8 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 8 years ago by mkommend
- Owner changed from mkommend to pfleck
- Status changed from accepted to reviewing
comment:3 Changed 8 years ago by pfleck
- Owner changed from pfleck to mkommend
Changes look good, thanks.
However, I am not a 100% sure that the change in the StringConvertibleMatrixView (setting the SortMode of the columns) does not have any other effects on existing views.
r14548: Improved the deleting of columns, to allow deleting multiple columns at once.
comment:4 Changed 8 years ago by mkommend
- Status changed from reviewing to readytorelease
Reviewed r14548.
comment:5 Changed 8 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r14443: Refactored key and selection events in DataGridView.