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

fix default submit button for IE #659

Merged
merged 1 commit into from
Jun 29, 2015
Merged

Conversation

darkv
Copy link
Member

@darkv darkv commented Jun 18, 2015

In Internet Explorer the default submit button from ERXWOForm does not work, hitting return from within a form input does not submit the form. That browser seems to ignore elements that have either the attribute display:none or visibility:hidden. A fix is to remove those attributes for the default submit button. As the element has an absolute position it does not interfere with the text flow and thus won't break layout.

This has been successfully tested with IE9, IE10, Safari 7, Firefox 10, Firefox 38, Chrome 43.

darkv added a commit that referenced this pull request Jun 29, 2015
fix default submit button for IE
@darkv darkv merged commit ad6ac01 into wocommunity:master Jun 29, 2015
@darkv darkv deleted the ERXWOForm_patch branch June 29, 2015 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant