STEPS TO REPRODUCE 1. Open labplot2 2. Project -> Add new -> Spreadsheet 3. Spreadsheet -> Select All OBSERVED RESULT Rows and columns are not selected. EXPECTED RESULT All rows and columns are selected. SOFTWARE/OS VERSIONS OS: ALT Workstation K 10.1 KDE Plasma Version: 5.27.6 KDE Frameworks Version: 5.107.0 Qt Version: 5.15.9
*** Bug 472562 has been marked as a duplicate of this bug. ***
Git commit e5d2121a869f5532fab764034aebd4533e680430 by Alexander Semke. Committed on 23/06/2024 at 07:43. Pushed by asemke into branch 'master'. [spreadsheet] fix the action "Select All" by implementing an own function that is selecting all cells, the function QTableView::selectAll() doesn't seem to work anymore. Selection via the shortcut CTRL+A or via clicking on the upper left corner widget in the spreadsheet doesn't work anymore, neither. This will be addressed later. FXIED-IN: 2.11 M +0 -9 src/commonfrontend/matrix/MatrixView.cpp M +12 -10 src/commonfrontend/spreadsheet/SpreadsheetView.cpp M +1 -0 src/commonfrontend/spreadsheet/SpreadsheetView.h https://invent.kde.org/education/labplot/-/commit/e5d2121a869f5532fab764034aebd4533e680430