Summary: | I can't select cells after creating a chart, clicking multiple times on the chart makes it uneditable/unselectable | ||
---|---|---|---|
Product: | [Applications] calligrasheets | Reporter: | Fabrizio Marcotulli <fabriziomarcotulli> |
Component: | usability | Assignee: | Calligra Sheets (KSpread) Bugs <calligra-sheets-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | inge |
Priority: | NOR | ||
Version: | 2.5.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
URL: | http://www.youtube.com/watch?v=eIcyLk14pks&feature=youtu.be | ||
Latest Commit: | http://commits.kde.org/calligra/06dccbcfed111d35c409284719594f61e8017448 | Version Fixed In: | |
Sentry Crash Report: |
Description
Fabrizio Marcotulli
2012-12-05 09:10:41 UTC
This is both a bug and not a bug. It's not really a bug because after creating the chart the tool selected is the "shape handling" tool which, well, handles shapes. You can get out of this tool by selecting the Cell Formatting tool in the toolbox to the right. But it is a bug because this behaviour is totally unnatural and difficult to understand at first. When the pointer is clicked outside any shape it should automatically switch to the cell tool. This is how other spreadsheets work. Git commit 06dccbcfed111d35c409284719594f61e8017448 by Tomas Mecir. Committed on 01/02/2015 at 21:19. Pushed by mecir into branch 'calligra/2.9'. When double-clicking outside of any shape, switch to the cell tool. This mimics the behaviour of flake which we do not get by default, as the main widget/app of Sheets is not a shape. A better solution should likely be sought, but for now this will do. M +16 -1 sheets/part/Canvas.cpp http://commits.kde.org/calligra/06dccbcfed111d35c409284719594f61e8017448 |