Response title
This is preview!
It appears that when a button is formatted using JQuery Mobile, Capybara's Selenium driver thinks the button is not visible. Created a Rails repo demonstrating the problem:
https://github.com/jevy/JQuery_Mobile_Capybara
* Changing the button to have 'data-role="none"' works but defeats the purpose * Looking at the firebug css, by inspection it seems fine Jquery's .is(':visible') comes back as true. * Tried "$.fx.off = true" which didn't change anything
Please help!!
© 2013 jQuery Foundation
Sponsored by and others.