Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

back-to-top nav prevents clicking checkout button #306

Open
drbyte opened this issue Nov 8, 2020 · 3 comments
Open

back-to-top nav prevents clicking checkout button #306

drbyte opened this issue Nov 8, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@drbyte
Copy link
Contributor

drbyte commented Nov 8, 2020

Perfect storm:
When the browser's exact window size (including shipping/payment/comment/coupon options that affect vertical positioning) positions the "Continue" button exactly in the lower right corner where the back-to-top nav hotspot exists, it's hard to click the "Continue" button.

Curiously, the back-to-top nav hotspot is "invisible" when no scroll is necessary, but it is still clickable at all times. And that's what interferes with clicking checkout buttons.

Scrolling the page or finding the edge of the Checkout button allows one to click it to proceed.

Screen Shot 2020-11-07 at 7 57 32 PM

Screen Shot 2020-11-07 at 7 57 18 PM

@lat9
Copy link
Collaborator

lat9 commented Nov 8, 2020

Perhaps just don't create that back-to-top link during checkout?

@lat9 lat9 added the bug Something isn't working label Nov 8, 2020
@lat9 lat9 added this to the v3.0.0 milestone Nov 8, 2020
@lat9
Copy link
Collaborator

lat9 commented Nov 9, 2020

... or, as an alternate possibility, center the back-to-top icon on the bottom of the screen?

@drbyte
Copy link
Contributor Author

drbyte commented Nov 9, 2020

I'm not sure it's a showstopper issue.

If the hidden element were to become unhidden-upon-hover then perhaps at least the end-user would realize there's a clash and just scroll their screen accordingly.

@lat9 lat9 removed this from the v3.0.0 milestone Nov 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants