Hi there,
The OpenID provider images aren't showing below the 'Click your account provider' link. The HTML is all there, but the library CSS file (/sites/all/libraries/openid-selector/css/openid.css) is not being included. It is being queued with all the other CSS files, but it doesn't show on the rendered page.
I *think* this because the name conflicts with the openID core module's CSS file (/modules/openid/openid.css) because when I change the code (line 30 in openid_selector.module) to include openid2.css (and obviously create that file in the library directory) then the images show fine.
The only solution I can think of at the moment is to include the library CSS file in the module itself. Not ideal obviously.
PS: this issue might be related to #1017844, although Drupal 7 is a bit smarter when it comes to file name conflicts, since it offers the basename option which should prevent this.
Comments
Comment #1
andriy_gerasika commentednot quite sure why there should be a conflict if CSS files are in different directories.
does link to /sites/all/libraries/openid-selector/css/openid.css render in the HTML?
is http:///sites/all/libraries/openid-selector/css/openid.css producing 404 in your browser?
Comment #2
jay_N commentedNo, /sites/all/libraries/openid-selector/css/openid.css does not render in the HTML. But it does exist, no 404 error. Probably good for other people to check this too - I wonder if anybody else has experienced this with version 6.x-1.4
Comment #3
andriy_gerasika commentedI cannot reproduce this bug.
please undo local changes you have made to openid-selector module & javascript and let me know URL of the website in question
Comment #4
andriy_gerasika commentedit seems you are using Tao theme, which is not compatible w/ OpenID Selector:
http://drupal.org/node/948830
Does core OpenID module works w/ Tao?
Comment #5
jay_N commentedThanks for your response Andriy. I don't know if the core OpenID module works with Tao as I never used core OpenID because it's too much hassle entering the OpenID (don't think it's an improvement over entering a username/password). It's the reason I installed your module! ;) Perhaps someone else knows about core OpenID and Tao??
Anyway, I'm happy for this issue to be marked as a duplicate of 948830 - it's exactly the same problem. Apologies for not searching the issue queue well enough.
Comment #6
andriy_gerasika commentedduplicate of #948830