Needs review
Project:
OpenID
Version:
master
Component:
OpenID Client
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Jun 2012 at 18:17 UTC
Updated:
28 Jul 2013 at 04:44 UTC
Jump to comment: Most recent file
Comments
Comment #1
iflista commentedChanged ids into classes and in .css .js files.
And there is still problem with duplicate background image.
Comment #2
tlattimore commentedThe javascript does not need to be altered in relation to this issue at all. Also, the html related to the selectors that has to been changed need to have the new classes added. The patch only updated the css.
Comment #3
tlattimore commentedre-tagging. Meant to to select needs work in #2.
Comment #4
iflista commentedtlattimore, I grepped all code for ids and they were found only in css and js files of a module.
How to find html related to css ids if grep found only this:
Thanks.
Comment #5
atu commentedI try css way to do this clean up.
Comment #6
c960657 commented#5: openid-csslint-1663140-5.patch queued for re-testing.
Comment #8
atu commentedWhy this patch doesn't pass the testing ?
Comment #9
c960657 commentedThe patch is old, and a lot has happened in core since then. You (or somebody else) need to create a fresh version of the patch.
Comment #10
barrapontoI've written the patch all over again, making the item list openid-link more reusable and cleaning up everything else but the double declaration of background-image. but as I see it, they're two completely different widgets, with no sprite usage (or need). So I think this is enough.
Comment #11
c960657 commentedThis seems a bit fragile, e.g. if some theme wraps form elements in divs. What do you think of
.block-user .openid-login-form {instead?Comment #12
barraponto@c960657 it's better, although it ties openid-login-form to user module blocks :/
Comment #13
c960657 commentedNo it doesn't. In fact, the form is also used on its own on user/login/openid. However, the mentioned rule is specific to the toggle mechanism used in the user block. If we want to untie this connection, we need to change the JavaScript and PHP code also, not just the CSS.
Comment #14
wiifmThis is no longer a Drupal core issue as it has been moved to contrib - see #556380: Remove OpenID from core