Skip to content
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

Fixed a bug where type attribute for tag button was missing #1314

Merged
merged 1 commit into from
Jun 24, 2015

Conversation

OnTapKristjan
Copy link
Contributor

The bug breaks extended grid in certain cases because without type="button" the behaviour of a 'button' will fall back to default type which is 'submit', if this happens the ancestor 'form' will automatically submit creating unexpected problems.

@vpelipenko vpelipenko added the CS label Jun 3, 2015
@vpelipenko
Copy link
Contributor

@OnTapKristjan, thank you for the valuable contribution. This issue is confirmed internally and we will be ready to accept your PR when we fix issues with Travis build.

@vpelipenko
Copy link
Contributor

Internal ticket: MAGETWO-38299

vpelipenko added a commit that referenced this pull request Jun 24, 2015
Fixed a bug where type attribute for tag button was missing
@vpelipenko vpelipenko merged commit 0f269c4 into magento:master Jun 24, 2015
cpartica pushed a commit that referenced this pull request Jul 14, 2017
Fixed issues:
- MAGETWO-69964 PHPCS cannot parse correctly syntax of PHP 7.x return types
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants