Opened 4 years ago
Last modified 4 years ago
#1106 review defect (fixed)
HistogramView: exception when the part is moved from current place and closed afterwards
Reported by: | sena | Owned by: | sena |
---|---|---|---|
Priority: | normal | Milestone: | GRITS - 1.2 SR2 |
Component: | GRITS core | Version: | GRITS 1.2.x |
Severity: | major | Keywords: | |
Cc: |
Description
In both qrtpcr and glycanarray plugins, if the part stack that contains the histogram view is moved to another area (e.g. next to project explorer) (or detached) and the histogram is closed afterwards, subsequent attempts to show a histogram fails.
Change History (2)
comment:1 Changed 4 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → review |
comment:2 Changed 4 years ago by
reverted the previous change since it caused the partstack to stay open when it is empty.
Instead added invisible parts into the partstack which will prevent the partstacks to be destroyed but still remain invisible when there are no visible parts in them.
revision [3243]
Note: See
TracTickets for help on using
tickets.
added NoAutoCollapse to the histogram partstacks for both plugins in Application4.xmi
revision [3223]