PayPal Express Checkout doesn't require shipping when using browser autofill

Project: 
Ubercart
Category: 
bug report
Version: 
Dev version
Priority: 
critical
Assigned: 
Unassigned
Status: 
active
  1. Create order as end customer
  2. On the checkout page use a browser autofill feature to fill in the shipping and billing forms. (autofill avoids checking for ship quotes automatically)
  3. Choose paypal express payment method
  4. Click "review order" (it sends you to paypal without requiring shipping)
  5. Note - Other payment gateways do not let you continue (i've confirmed check and credit card work correctly) without choosing a ship method. I assume the difference is that paypal sends you off the site instead of going to the review page?

    Would it be possible to add the tax/shipping calculator function to activate (like it does when manually entering in state and zip) when the payment button is clicked?

Re: PayPal Express Checkout doesn't require shipping when using

I don't think this bug should be limited to Express Checkout. My main reason is that the redirect happens in a submit handler that gets executed after the default validate and submit handler get processed. I'm curious if it lets you continue checkout for other payment methods, too... that would confirm or refute my suspicions.