Actions
Bug #3536
closedPaypal popup not scrollable
Start date:
08/21/2014
Due date:
% Done:
0%
Estimated time:
Description
The window created by the paypal express checkout does not allow scrolling. This means that users won't be able to fill out the registration form or see their entire order if it has many items.
I've quickly fixed this by setting popup windows to have scrollbars.
PopupWindow.js
line 42
- ",status=yes,location=yes,resizable=yes" +
- ",status=yes,location=yes,resizable=yes,scrollbars=yes" +
I'm not sure how this will affect other parts of the code though.
Updated by Koen Deforche about 10 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version changed from 3.3.3 to 3.3.4
Updated by Koen Deforche about 10 years ago
- Status changed from Resolved to Closed
Actions