AsherGlick / Briefcase

Online Office suite, main repo can be found at github.com/Briefcase/Briefcase
briefcasedocs.com
8 stars 6 forks source link

Cells need to have a selection mode and an editing mode #30

Closed AsherGlick closed 12 years ago

AsherGlick commented 12 years ago

When you click on a cell it needs to go into selection mode, if you copy that cell it should copy the whole thing. If you start typing while a cell is selected then it will automaticly go into edit mode. This will also help when the cells need to be selected.

AsherGlick commented 12 years ago

fbf4a24 fixed this by figuring out the on keypress stuff to automaticly go into editing mode when a key is pressed, this has caused some minor other non-critical bugs (as to be expected during a refactor) that will be fixed soon as well