-
Notifications
You must be signed in to change notification settings - Fork 471
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
Unable to scroll to place order button with long payment method description #637
Comments
@gedex what do I need to do to replicate this issue? I tried different methods and no mater how long the description is, scrolling still works. |
This is reproducible on my test site:
The steps at checkout page seem intermittent, so here's a way to reproduce it consistently: I haven't tested this locally with |
I wasn't able to reproduce this on my own site - I wonder if the height of the screen has to be a certain size for this to happen? |
I'm not sure. My window size: 1920px x 1173px. |
I can reproduce this on your test site, when my browser is set to 80% size (probably because I'm on a 13'' Macbook pro and you have a 15'' macbook pro? I can't reproduce this on my own site. @jameskoster what are your thoughts on removing this feature entirely? My reasoning is that it feels a bit unexpected when it's there - I have always preferred things not moving around. |
Correct. I'm using 15" MBP. |
I don't know... I still believe having the purchase button permanently visible is a useful feature. Maybe we could simplify it so that only the purchase button sticks, rather than the entire order summary? That would reduce the scope for quirks like this dramatically. Of course we could just remove it entirely, but we'd need a feature plugin to add the functionality back in if we did so. What do you think @tiagonoronha ? |
@jameskoster I think of it as fluff, I wouldn't be against removing it a putting into a feature plugin. |
Let's remove it. |
@jameskoster @tiagonoronha - any news on a release date for 2.3.0? |
@RiaanKnoetze 2.2.6 will go out this week. |
Lost a customer today because of this. Crude CSS fix that worked for me: |
Sorry to hear that @nathanhere. A better fix; |
I just set up a test store on WPCOM and use Storefront (2.2.4). Currently, there's a bug in Stripe where payment method description gets concatenated. However, with this long description, I'm not able to scroll to click the place order button. Here's the recording of it:
/cc @jameskoster as we had talk about this before
The text was updated successfully, but these errors were encountered: