CascadesCarnivoreProject / Carnassial

Carnassial: Simplifying Remote Camera Data
Other
3 stars 0 forks source link

Editor UX: DataGrid issues #110

Closed saulgreenberg closed 7 years ago

saulgreenberg commented 8 years ago
  1. Cannot tab between cells when editing.
  2. After an edit on any cell, the selection immediately moves to the 1st row. This is particularly annoying when editing the last row, as it may mean having to rescroll to view that row again.
  3. Edit doesn't always commit if one doesn't explicitly press enter. When it doesn't, it reverts to the original text.
  4. Adding items seem to take longer than it should - are database updates handled in bulk or individually?
  5. The DefineList popup editor is always on top, even of other non-Timelapse windows. It should be modified so that it is only on top of the Editor Window. See http://stackoverflow.com/questions/7606954/popup-always-stays-on-top and https://gist.github.com/flq/903202