#998 closed defect (fixed)
Fix problems with unselected list items
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | blocker | Milestone: | Reggie v4.11.3 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
See http://base.thep.lu.se/ticket/2096 for some background information about using new Option()
in javascript with 3 parameters.
It turns out that Reggie is using the 3-parameter variant in some places and the 4-parameter variant in other places. It is expected that problems may arise due to this. In the best case it is just an annoyance forcing the user to manually select items. In the worst case things may stop working in some wizards (there was an earlier report about this a few weeks ago).
Change History (4)
comment:1 by , 7 years ago
Milestone: | Reggie v4.x → Reggie v4.11.3 |
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
Priority: | critical → blocker |
---|
comment:3 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [4583]) Fixes #998: Fix problems with unselected list items
The problem was found in the wizards listed below. Unless otherwise noted, manual selection could be used to select the correct option. In most places the selection list contained only one option or the first option was the same as the default so the problem would pass by without notice.
The problem only affected functionality in the two pooling wizards. The only known workaround is to use Firefox version 54 or earlier.
- Start Tophat and Cufflinks
- Default array design not selected
- Default job priority not selected
- Start demux and merge
- Default job priority not selected
- Create flow cells
- Pools not selected
- Lab protocols for pooling
- Pools not selected (manual selection not possible)
- Register pooled libraries
- Pools not selected (manual selection not possible)
- Register sequencing started
- Flow cell not selected
- Default job priority not selected
- Partition wizard
- Specimen with locally stored information not selected
- Create aliquots on Bioanalyzer/Caliper plates
- Existing bioplate always selects the first one (even if there is not enough free wells)
- Several wizards
- Default protocol not selected
- Default software not selected
- Default hardware not selected
The following wizards do not work at all:
There are several other wizards were default options (default protocol, default software, etc.) are not automatically selected. This may cause incorrect information to be registered in case the user is no changing to the correct option.