Mark

Results 45 issues of Mark

Looks like we can possibly simplify the library and use transition events now that `transitioncancel` and `transitionrun` events are available? We can try [this suggestion](https://github.com/w3c/csswg-drafts/issues/3043#issuecomment-415260345) from @birtles.

Thanks for creating this package. I'm using it to upload files to my server when I'm deploying my site. I've found that it takes longer and longer to deploy the...

question

Hey, I have a package called [element-kit](https://github.com/mkay581/element-kit) that provides an HTMLElement API interface that is meant to conform, but also extend, the current [HTMLElement spec](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement). It looks like this is...

Upgrades package to use the latest LTS of Node to eliminate risk of bugs caused by deprecated features in latest versions of `glob` package. Also upgrades `glob` package to latest...

Currently, when composing a new email, when I paste a URL, it automatically converts it to a clickable hyperlink. Is there any way to disable this functionality? Thanks for any...

Hey, engineer for openrss.org, here! :wave: I see #2732 has been filed, but this appears to be a slightly different issue. We're seeing that a lot of IP addresses from...

bug

Lets halt the setup function and show a warning to user

enhancement

Firefox throws an "NS_ERROR_UNEXPECTED" error when trying to call .setValue() on a dropdown that is disabled, pointing to https://github.com/mkay581/formjs/blob/1.9.2/src/dropdown.js#L609 Should we assume that if you call .setValue() on a Dropdown,...

question

1. Click on dropdown 2. Select an option 3. Observe on Safari browser that if `overflow:hidden` style is applied on the "dropdown wrapper", it does not hide the "dropdown options...

enhancement