Description
I thought I would report a few bugs that I have found here. This is in regards to dev-70 and I am using the Safari browser on a Mac.
.... When creating a new product, if you accidentally drag and drop an image on top of an existing image it redirects the site to view the image in the browser instead of uploading it. This means when you hit the back button you loose all your work for that product. I also think the entire drag and drop image box should accept an image instead of the little squares. I can only imagine how many people will accidentally drop an image outside the little square or even on top of an existing image which will cause you to loose your work.
.... When creating or editing an attribute set (product template), you cannot cancel a new group if you click the Add New button. To clarify, if you click the Add New button under the groups section, the cancel button does not work.
.... The New Index management does not seem to be working. I have this set to Update on Schedule and my "Cron configuration options for group:index and group:default are as follows:
60
60
60
120
120
120
No
My cron job is setup as follows:
*/15 * * * *
php -q -f /home/xxxxx/public_html/magento2/pub/cron.php
This same setup seems to work fine with Magento 1.x.x but not Magento 2.
.... When you go to reviews and click the plus sign to add a new review (in the backend), you get the following two errors.
SyntaxError: Unexpected token '{'
ReferenceError: Can't find variable: review
.... You have a typo:
/ app / design / frontend / magento_blank / MAgento_Paypal /
Should be
/ app / design / frontend / magento_blank / Magento_Paypal /