You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, particularly I think with a new or slow instance, the gene symbol restoration does not occur. But it is not reproducible. filter.vals$user.genes gets set correctly during onRestore, but input$user.genes does not get set during onRestored. Almost certainly this is a timing issue where valid values for user.genes have not been updated before onRestored is called. It may be related to the amount of work for display.
Is there a workaround? There's no way to know whether input$user.genes is blank because the user removed the values or because the values were not restored. This is almost certain related to starting the choices as NULL and then updating to use server side choices. Is there someway to prime the choices with a small set of values that will match?
Sometimes, particularly I think with a new or slow instance, the gene symbol restoration does not occur. But it is not reproducible. filter.vals$user.genes gets set correctly during onRestore, but input$user.genes does not get set during onRestored. Almost certainly this is a timing issue where valid values for user.genes have not been updated before onRestored is called. It may be related to the amount of work for display.
Is there a workaround? There's no way to know whether input$user.genes is blank because the user removed the values or because the values were not restored. This is almost certain related to starting the choices as NULL and then updating to use server side choices. Is there someway to prime the choices with a small set of values that will match?
http://dropviz.org/?_state_id_=0a8d584a242ae544
The text was updated successfully, but these errors were encountered: