At the moment OpenID Selector doesn't use drupal javascript behaviours, which are outlined here: http://drupal.org/node/114774#javascript-behaviors.

This means that the widget is not currently rendered on forms which are populated through Ajax, as it does not respond to Drupal.attachBehaviors() calls. Users with modal window login forms would benefit from this.

Comments

andriy_gerasika’s picture

Status: Active » Postponed (maintainer needs more info)

if you open
/sites/all/modules/openid_selector/openid_selector.js

there is Drupal behavior code @ the end of the file

or suggest better code

andriy_gerasika’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)