Turns out that the current version of this plugin seems to have problems with Internet Explorer. The issue is that IE (or at least some versions) do not like attempts to set the innerHTML on
tags. Consequently, the "openid_input_area" causes IE to fail. A patch to app/views/account/_view_account_login_bottom.html.erb is as follows:
This change leaves a bit of extra space at the bottom of the input box when the openid_input_area is hidden. Perhaps some hacking with CSS could help, but at least this now works with IE.
Turns out that the current version of this plugin seems to have problems with Internet Explorer. The issue is that IE (or at least some versions) do not like attempts to set the innerHTML on
This change leaves a bit of extra space at the bottom of the input box when the openid_input_area is hidden. Perhaps some hacking with CSS could help, but at least this now works with IE.
patched :) thank you!
https://github.com/jorgebg/redmine-openid-selector/commit/2929e9b47ee9277be7017593853a1fc0bdbc334b
Glad to help.