andreyvolokitin

Results 56 comments of andreyvolokitin

So there is nothing can be done about it?

BTW, by removing the spread operator we can make `Micromodal` more "micro" by not relying on additional `spread` polyfill.

Yep, clipper can't have padding either because of [OS X FF](https://github.com/Diokuz/baron/issues/110).

In FF (at least in OS X), the height of horizontal scroller keeps increasing on window resize . [This](https://github.com/Diokuz/baron/issues/96#issuecomment-147070878) worked with a help of `impact: 'clipper'`. I think because of...

PIE parses some styles, respond.js parses some styles too... I think this is where they come into a conflict. I also had this issue, but now everything is fine. Do...

Seems like https://github.com/leafo/sticky-kit/issues/107

This error goes down to `preventDefault` invocation in jQuery UI Mouse utility: https://github.com/jquery/jquery-ui/blob/master/ui/mouse.js#L125

Probably will be problematic because of whitespace issue: posthtml parser can't recognize such expressions if there is whitespace in them. So ```{{{btnAttrs}}}``` is one attribute, but ```{{{ btnAttrs }}}``` is...

Attributes merging turned out to be pretty easy: https://github.com/andreyvolokitin/posthtml-expressions/commit/7be91c59b2d3d84a24fd7f5b4588895cbe6e341c#diff-6d186b954a58d5bb740f73d84fe39073R170

I used it as a [fork](https://github.com/posthtml/posthtml-expressions/issues/56#issuecomment-362921328), worked fine, shouldn't be hard to make an updated PR