Radek Šerý
Radek Šerý
When using mouse wheel to close opened image, the animation doesn't "fit" - as the page scrolls, the image is animated into wrong position. This bug is not present in...
When absolute URL is used on AJAX link, there is `new URL()` used, which is not supported in IE11. More over, when the URL is parsed, the regular expression below...
PR for issue #163 - do not use new URL constructor, use custom function instead - changed condition whether to use ajax when absolute URL is used
Not sure which repository should I use for this issue, since it's dependent on using both. When used in combination with https://github.com/vojtech-dobes/history.nette.ajax.js, there is a bug in browser history titles...
- add button name only when it's not `undefined` - do not add `&` at the end of data string, when `originalData` is empty
Because `grunt-modernizr` uses non-standard format for source files definition, it doesn't work with `grunt-newer`. Accordion to [official documentation](https://gruntjs.com/configuring-tasks#files), source files can be mapped either by: 1. Compact Format 2. Files...
**Describe the bug** I would like to use TomSelect without plugins in Typescript, but I'm unable to make it work. When using `import TomSelect from 'tom-select`, it uses the complete...
Fixing missing quotes in CSS attribute selectors. When data attribute has a value eg. with `.`, the jQuery sizzle engine throws an error when there are no quotes around the...
**Describe the bug** When remote data is used, the animation for the spinner keeps restarting when writing the search term. I believe it is because the spinner is reinserted with...
**Describe the bug** When input with calendar is close to the right edge of the window, calendar might overflow viewport and cause horizontal scrollbar to appear. **To Reproduce** Steps to...