hansonw / consilium

0 stars 0 forks source link

Expanding/collapsing a section causes other sections to teleport around #58

Open DouglasSherk opened 11 years ago

DouglasSherk commented 11 years ago

regression/oversight from: #34

hansonw commented 11 years ago

It appears the android browser doesn't like changing the transition randomly (what happens is the transform to reset the elements after the reflow doesn't actually occur until the page is touched again). If I don't turn transitions off, the reset still works, but it obviously looks terrible. Not sure why this is.

hansonw commented 11 years ago

Also, the collapsed form fields seem to actually absorb clicks in some cases (they cover the form fields in the section below). They should probably be set to display: none when they're collapsed.