Task #6438 (closed)
Opened 8 years ago
Closed 8 years ago
Bug: Status window and file attachment delete
| Reported by: | cxallan | Owned by: | wmoore |
|---|---|---|---|
| Priority: | critical | Milestone: | OMERO-Beta4.3.2 |
| 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-08-18 (3) |
Description
When the status window is already open and a file annotation delete is attempted it is not added to the listing. Upon refresh it is added.
Change History (4)
comment:1 Changed 8 years ago by Will Moore <will@…>
comment:2 Changed 8 years ago by wmoore
Options:
- Always open the 'Activities' window when you delete anything
- Activities window keeps updating every few seconds, even when no Activities are in progress
- Is there any way in javascript to tell whether a named window is open already?
comment:3 Changed 8 years ago by wmoore
Partial solution to this bug is to save the 'Activities' window to a global javascript variable when the window is opened. Then whenever the status bar is updated, try to refresh the 'Activities' window (if it is not null and not closed).
comment:4 Changed 8 years ago by Will Moore <will@…>
- Remaining Time set to 0
- Resolution set to fixed
- Status changed from new to closed
(In [555a4445961ccbc46320fd3306ae4a97cc232fb0/ome.git] on branch develop) Web tries to refresh 'Activities' window when status bar updates. Closes #6438
(In [5fb7606b73c1aebf27758ae659473046387127ff/ome.git] on branch develop) Makes the web scripts menu close only after mousing on & off. See #6438