northox / roundcube-yubikey-plugin

A plugin to use Yubico's Yubikey 2nd factor with Roundcube webmail
GNU General Public License v2.0
31 stars 6 forks source link

*BUG* - OTP password prompt box miss aligned #1

Closed soakes closed 11 years ago

soakes commented 11 years ago

Hi there,

I have tested in multiple browsers using the latest Google Chrome, Firefox and Safari for Mac OSX 10.8.2 and have found that the OTP password prompt is miss aligned on the login page. I have also tested this with a Windows 7 VM running Chrome and Firefox with the same results. You can see this with the attached file.

roundcube

northox commented 11 years ago

Hello,

Yes, I'm aware of this. I've documented it in the wiki and - in some way - working on it. I'll try to get some help on Roundcube's mailing list.

Is this urgent? For the moment and as a workaround, you can play with the number of - ugly - white-space character in this file https://github.com/northox/roundcube-yubikey-plugin/blob/master/localization/en_US.inc.

I'll keep you posted.

soakes commented 11 years ago

Thanks very much for the workaround. I will have a chat with a web designer I know and see if they can spot the issue in the table etc. Will also keep you posted.

northox commented 11 years ago

I found some other plugins which have to embed a similar field and it seems they are using Javascript to append their field within the same table then the user and password field (most probably because they had the same issue). I should have something functional by the end of the week.

soakes commented 11 years ago

Fantastic. Keep me posted.

soakes commented 11 years ago

Confirmed fixed now. Thank you.