Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

HTML / CSS fixes#8

Open
coolaj86 wants to merge 2 commits intomarcorinck:masterfrom
coolaj86:patch-3
Open

HTML / CSS fixes#8
coolaj86 wants to merge 2 commits intomarcorinck:masterfrom
coolaj86:patch-3

Conversation

@coolaj86
Copy link

@coolaj86 coolaj86 commented Dec 6, 2013

The button should behave as buttons, not submits.
The default type for button is submit, which affects all parent forms by calling submit() on them.

The element should stay within its parent.

AJ ONeal added 2 commits December 6, 2013 17:35
The default type for button is `submit`, which affects all parent forms by calling `submit()` on them.
If this is to be loaded in a modal or as part of a form it should only take up the whole window if that div takes up the whole window.

For Example:
```html
<div class="modal">
  <div class="mr-signature-pad"></div>
</div>
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants