Open GoogleCodeExporter opened 9 years ago
We will investigate
Original comment by plindner@google.com
on 18 Apr 2013 at 9:23
Can you give any ETA on this?
Original comment by corneliu...@gmail.com
on 17 May 2013 at 1:57
Original comment by joannasm...@google.com
on 24 Jul 2013 at 4:52
is there any progress on this topic? I have the same problem with firefox 22.
After inspecting the DOM inside Firefox (where it does not work) and Chrome
(where it does work), I found out the following:
This html-code (similar to the one at
https://developers.google.com/+/web/signin/add-button):
<div id="signin-button" class="show">
<div class="g-signin" data-callback="loginFinished"
data-approvalprompt="force"
data-clientid="841077041629.apps.googleusercontent.com"
data-requestvisibleactions="http://schemas.google.com/CommentActivity http://schemas.google.com/ReviewActivity"
data-cookiepolicy="single_host_origin"
>
</div>
</div>
results in (this is only a small excerpt, from chrome)
<div id="signin-button" ... >
<div id="___signin_0" ... >
<button style="...">Über Google anmelden</button>
<iframe ...>...</iframe>
</div>
</div>
In Firefox the <button...></button> part is missing. I believe this might be
one reason, the sign-in button is not reacting at all to clicks and also does
not change mouse pointer on hover
What I also do not understand. That same code on
https://developers.google.com/+/web/signin/add-button does work perfectly also
in Firefox
Original comment by akrgp...@gmail.com
on 17 Apr 2014 at 8:57
Original comment by fa...@google.com
on 4 Oct 2014 at 1:53
Is there any update on this? I am having exactly the same issue on firefox and
IE. It works fine in chrome.
Original comment by jesusalv...@gmail.com
on 8 Jan 2015 at 2:14
Original issue reported on code.google.com by
corneliu...@gmail.com
on 13 Apr 2013 at 3:10