openlab-at-city-tech / webworkqa

WeBWorK integration for WordPress and BuddyPress
GNU General Public License v2.0
4 stars 2 forks source link

clicking elements (e.g. img or select) within embedded problem collapses the problem #55

Closed moui72 closed 7 years ago

moui72 commented 7 years ago

When you click the dropdown in an embedded question, it opens the dropdown but them immediately collapses the problem container. Also, if you click a link, e.g. an image, the problem collapses and then the next page loads.

I'm not sure that this matters but I just thought I'd point it out. This stemmed from #50

boonebgorges commented 7 years ago

This should be easy enough to fix. Thanks for the report.

moui72 commented 7 years ago

oddly, click the dropdown to open it is now fine, but selecting an option still collapses the problem

boonebgorges commented 7 years ago

It's looking like I've run out of time to fix this for the October release.

boonebgorges commented 7 years ago

I've put an exception in place for select, option, and a elements. I think this should cover embedded images. I'll deploy this shortly to webwork-playground, so please include in your next round of testing.

moui72 commented 7 years ago

this looks fixed!