Task #5504 (closed)
Opened 8 years ago
Closed 8 years ago
BUG: Table view not working
| Reported by: | atarkowska | Owned by: | atarkowska |
|---|---|---|---|
| Priority: | blocker | Milestone: | OMERO-Beta4.3 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | atarkowska |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-06-16 (14) |
Description
Table view has to be adjusted based on the changes made on icon view.
Change History (8)
comment:1 Changed 8 years ago by atarkowska
- Priority changed from minor to blocker
comment:2 Changed 8 years ago by atarkowska
- Cc atarkowska added
- Owner changed from atarkowska to wmoore
comment:3 Changed 8 years ago by Will Moore <will@…>
comment:4 Changed 8 years ago by wmoore
- Owner changed from wmoore to atarkowska
Current status (after commit).
- Changing selection in the jsTree does not update the table
- During drag-selection on the table, the ui-selected class is added to the rows, but their appearance doesn't change until you stop dragging.
- There are other selection sync problems associated with assuming that the nth item in the table is the nth child in the tree:
- Pagination. I think this is also the problem with #5511.
- In the Table, you can re-order by date, so the order will not be same as in the tree.
To fix the second point, we need to pick the child nodes in the tree by ID instead of index (or we turn off Table sorting)?
comment:5 Changed 8 years ago by jburel
- Sprint changed from 2011-06-02 (13) to 2011-06-16 (14)
Moved from sprint 2011-06-02 (13)
comment:6 Changed 8 years ago by jmoore
- Component changed from General to Web
comment:7 Changed 8 years ago by atarkowska
- Status changed from new to accepted
comment:8 Changed 8 years ago by Aleksandra Tarkowska <aleksandrat@…>
- Remaining Time changed from 0.5 to 0
- Resolution set to fixed
- Status changed from accepted to closed
(In [2350fbd56c291ec3cd3c5b0ef76ad0e286cb08ee/ome.git] on branch develop) this fixes the table layout, close #5504. Addjast search and history layout
(In [43af1d8aacce68e49346a56a640f138418acca46/ome.git] on branch develop) Table-view updated in web - selection updates jsTree (not vice-versa). See #5504