Lukas von Blarer
Lukas von Blarer
Using separate up/down offset values breaks removal of the `notTop` class and the addition of the `top` class. To reproduce this issue set different top and bottom offsets. Scrolling down...
I think that supporting arbitrary values for the `sizes` attribute should be possible like this: ``` ``` Or maybe even more important more complex examples like this: ``` ``` Basically...
When visiting https://contentanuxt.now.sh I get this error: `Sorry, we can't reach server API for now.`
I keep getting an error that my customTests file doesn't exist: ``` [15:18:03] Starting 'modernizr'... [15:18:03] Finished 'modernizr' after 9.83 ms >> Explicitly including these tests: >> touchevents Looking for...
This is the error I get when using `PX` to ignore a property: ```[14:28:04] JisonLexerError in plugin "gulp-postcss" Message: Lexical error on line 1: Unrecognized text. Erroneous area: 1: 1PX...
We should add aria attributes to make the accordions accessible. AFAIK these are ones we should add on to the control element: - aria-expanded - aria-disabled - role - aria-controls...
I think it would be an enhancement, if clicking on content when menu is open would close the menu. This is the known behavior from Facebook. Currently the only way...
I am getting this error in IE8 with jQuery 1.4.4 ``` SCRIPT87: Invalid argument. jquery-1.4.4-uncompressed.js?v=1.4.4, line 5514 character 4 ``` What could be causing the problem?
What do you think of my changes? They require the :nth-child pseudo selector and are therefore unsupported by IE until version 9. But with a polyfill like selectivzr this works...
**Test case:** https://codepen.io/luksak/pen/QPXoxr While working on my current project I encountered a bug on Mobile Safari. When switching through slides, in some cases previously selected slides are still visible. To...