Feature request from bartek9007, posted on GitHub Jul 01, 2016
Steps to reproduce
- Install Magento from
develop
branch.
- Adding products programatically
- Trying to edit added product and save it.
- One of required attribute is null
Expected result
- If I try to save product with required attribute Magento should abort it and point out which attribute is empty.
- If it is not visible on menu it should automatically scroll down to its group.
Actual result
- Button 'save' freezes out.
- Attribute is pointed out with red triangle but if its group is out of current scope of view Magento doesn't scroll down to its group.
- I have to scroll down in search of the group and attribute with error.
So it's quite uncomfortable and not intuituive if there is an error in very low sort order group becauce button 'save' just freeze and in the begining you don't know why it's not saving results.