Opened 14 years ago
Closed 14 years ago
#1230 closed defect (done)
Coping (CTRL-C) values from a StringConvertibleMatrixView throws an exception
Reported by: | gkronber | Owned by: | swagner |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.2 |
Component: | Data.Views | Version: | 3.3.2 |
Keywords: | Cc: |
Description
Reproduce:
- Start GA Demo
- Select Quality line chart
- Switch view to StringConvertibleMatrixView
- Select all cells and copy to clipboard
Change History (8)
comment:1 Changed 14 years ago by gkronber
- Owner changed from swagner to gkronber
- Status changed from new to accepted
comment:2 Changed 14 years ago by gkronber
comment:3 Changed 14 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from accepted to reviewing
comment:4 Changed 14 years ago by mkommend
- Status changed from reviewing to readytorelease
comment:5 Changed 14 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from readytorelease to reviewing
Fixed copying of values from the StringConvertibleMatrixView with r4600.
comment:6 Changed 14 years ago by gkronber
- Owner changed from gkronber to swagner
- Status changed from reviewing to readytorelease
- Version changed from 3.3.1 to 3.3.2
Reviewed changes and tested functionality.
comment:7 Changed 14 years ago by abeham
- Version changed from 3.3.2 to 3.3.1
Set version to 3.3.1. Please change to 3.3.2 when the plugin has been released and the plugin version is incremented.
comment:8 Changed 14 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.1 to 3.3.2
Note: See
TracTickets for help on using
tickets.
Implemented bug fix with r4546.