NAVADMC / ADSM

A simulation of disease spread in livestock populations. Includes detection and containment simulation.
Other
10 stars 5 forks source link

UI/UX design that defines an affordance and interaction for operations that occur between center column and functions panel #611

Open tjmahlin opened 9 years ago

tjmahlin commented 9 years ago
josiahseaman commented 9 years ago

Consider using select.active since that class is already being managed in javascript.

tjmahlin commented 9 years ago

select.active is too generic. There will need to be unique styling rules that apply to center-column selects only. However, I think we can probably utilize an id on the container to achieve the required specificity. I will start with that approach.

tjmahlin commented 9 years ago

This is up and running (on the ui_design branch) on all events where a center column select is linked to the data in the functions panel (commit 32b32a509520ba93b04a705ce53970ab7eaafea6). Two things remain to be done to finish this issue:

@josiahseaman I think I have done what I am capable of here and these last two items fall into your area of expertise.