Issue27

Title Sample selection in experiment screen does not allow multi select
Priority BUG Status in-progress
Superseder Nosy List jgentry, sfalcon
Assigned To jgentry Topics

Created on 2006-05-31.21:01:03 by sfalcon, last changed 2007-03-31.18:04:38 by bossy.

Messages
msg113 (view) Author: sfalcon Date: 2006-06-01.16:10:19
ERROR reading file: msg113
Possibly a access right configuration problem.
[Errno 13] Permission denied: '/extra/trackers/sgdi/db/files/msg/0/msg113'
msg101 (view) Author: jgentry Date: 2006-06-01.06:42:39
"Related to this, if you make two such selections on different vars and review
the checked (selected) samples, you will see that you only get the first or
last, not the union as the radio button suggests."

I don't understand what this is saying.  The union/intersect work for me.
msg100 (view) Author: jgentry Date: 2006-06-01.06:41:36
On the 'jarring' action - what is currently happening is that selecting triggers
the form and the 'current selection' is kept track of in python.  It would
likely be better to use javascript during the entire selection process (thus not
requiring a reload) and the apply could read the whole table.

On the multi-select, that would be nice.  I know it requires some (I believe
fancy) javascript but not sure.  You (seth) wouldn't happen to know how to do
that offhand, would you?
msg92 (view) Author: sfalcon Date: 2006-05-31.21:01:03
On an experiment data tab page, if you select a phenotype var from one of the
drop-down boxes, the page reloads and resets the drop-down box to unset.

The selection made should be set for the reload.

Related to this, if you make two such selections on different vars and review
the checked (selected) samples, you will see that you only get the first or
last, not the union as the radio button suggests.

Furthermore, when the page reloads, you can lose your vertical position on the
page and the result is very jarring and difficult to understand.  If there was a
way to avoid the reload and only reload when the apply button is pressed, that
might be better (or am I misunderstanding the purpose of the apply button).
History
Date User Action Args
2007-03-31 18:04:38bossysetmessages: - msg114
2007-03-31 18:04:31bossysetmessages: - msg115
2006-06-02 08:54:33jgentrysetmessages: + msg115
2006-06-01 16:18:36sfalconsetmessages: + msg114
2006-06-01 16:10:19sfalconsetmessages: + msg113
2006-06-01 06:42:39jgentrysetmessages: + msg101
2006-06-01 06:41:36jgentrysetstatus: unread -> in-progress
assignedto: jgentry
messages: + msg100
2006-05-31 21:01:03sfalconcreate