ethoinformatics / ethoinfo-project-app

:monkey:
https://rawgit.com/ethoinformatics/ethoinfo-project-app/master/dist/www/index.html
0 stars 1 forks source link

Form labels #23

Closed kchiou closed 8 years ago

kchiou commented 8 years ago

Can clicking on form labels highlight/select the corresponding form elements? This is especially useful for the dropdown "select" menus where the label and values are on opposite sides of the screen.

tigoe commented 8 years ago

@jcousins looking into it 7/15/16

jcousins commented 8 years ago

This would be kind of an odd hack to html (also, referenced here as non-trivial… http://stackoverflow.com/questions/19913171/how-to-trigger-the-html-select-onclick-event-activates-select-dropdown-with-opt).

What I did instead was to dial back how much of button-like styles were being stripped back in the CSS. Now the target is a lot more obvious, and it’s revealed how large it actually is. Big improvement.

tigoe commented 8 years ago

option select menus appear to be working much better for me.