Closed
Bug 1063608
Opened 11 years ago
Closed 11 years ago
Unable to click log in icons for GitHub or Persona
Categories
(developer.mozilla.org Graveyard :: Sign-in, defect)
developer.mozilla.org Graveyard
Sign-in
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rbillings, Assigned: shobson)
References
()
Details
Attachments
(1 file)
|
1.30 MB,
application/x-shockwave-flash
|
Details |
When trying to sign in, users get a drop down with links to GitHub & Persona. However, users cannot actually click the GitHub or Persona icon to sign in that way - they must click the link from the drop down that displays.
This repros on Chrome, FF, Safari, etc.
Comment 1•11 years ago
|
||
Cannot reproduce: http://screencast.com/t/lQOc6TN1
| Assignee | ||
Comment 2•11 years ago
|
||
I was able to trigger sign in by clicking both the GitHub logo on the purple background and the GitHub logo in the dropdown menu. :rbillings can you provide us with more information? Maybe a screen shot of where you are clicking? Are you on a touch screen?
Flags: needinfo?(rbillings)
| Reporter | ||
Comment 3•11 years ago
|
||
I am using desktop versions of each browser. I've attached a video of clicking the icons for both persona & github.
Flags: needinfo?(rbillings)
Updated•11 years ago
|
Severity: normal → minor
| Assignee | ||
Comment 4•11 years ago
|
||
Ah-ha! This is triggered on monitors under 1024. Thank you for the video :)
We're using pointer-events: none on these icons because I requested they not accept touch input. We shouldn't interfere with mouse input though so another way will have to be found.
Flags: needinfo?(dwalsh)
| Reporter | ||
Comment 5•11 years ago
|
||
Good call! When I expand my browser to fit the full screen [which I usually never do when working] I am able to click the icons.
Comment 6•11 years ago
|
||
:shobson : Your original idea was to disable those buttons for smaller screens/devices, and I agree. Playing the 'tap' or 'click' wont be very consistent because some browsers fire click on tap anyway. I'd prefer to wontfix this.
Flags: needinfo?(dwalsh) → needinfo?(shobson)
| Assignee | ||
Comment 7•11 years ago
|
||
Okay, two possible solutions:
1) Disable the functionality on mobile but not tablet sizes.
2) Change the appearance when we disable the change.
I'm going to do #2.
Should we also do #1? Or maybe we have some kind of intermediate break point I can use? 768? :davidwalsh?
Flags: needinfo?(shobson) → needinfo?(dwalsh)
Comment 8•11 years ago
|
||
My preference would be to hide the icons and remove "with" from the button, so on tablet and smaller the widget simply said "Sign In". #2 would probably be OK too though, whatever you think is best.
Flags: needinfo?(dwalsh)
| Assignee | ||
Comment 9•11 years ago
|
||
:davidwalsh Sorry, my #2 wasn't clear. I was proposing doing what you are proposing. Do you want to do it or shall I?
Flags: needinfo?(dwalsh)
| Assignee | ||
Updated•11 years ago
|
Flags: needinfo?(dwalsh)
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → shobson
Comment 10•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/37c8e0a9ada53438e3f4f641741c29c7e74404bc
Fix Bug 1063608 - Small screen login icons
Prevent icons from displaying on smaller screens so there is no confusion over what clicking/taping on them will do.
https://github.com/mozilla/kuma/commit/178245b1206ad80a1986f60a98a31d5d8c92f21d
Merge pull request #2748 from stephaniehobson/BUG-1063608-small-screen-login-icons
Fix Bug 1063608 - Small screen login icons
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 11•11 years ago
|
||
I still see the icons on devloper.allizon.org using a phone.
Comment 12•11 years ago
|
||
We'll be pushing this change to staging and production this morning :)
| Reporter | ||
Comment 13•11 years ago
|
||
Verified that Sign In link displays on smaller screens/mobile devices, with drop down links to Persona & GitHub.
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•