sergey-dev
sergey-dev
I think i found the issue within stickit plugin, which leads to unexpected behavior with the DOM. Preconditions: I've gotten dropdown with some options hidden, that's `disabled = true`. After...
#254 preserve the attributes state (CSS, disabled, HTML5 data attrs) of <options> on model updates
I have really **ordinary initialization** and logic on Sly, but gotten annoying issue, which I can't solve without hacking into the Sly itself. ``` javascript var slyOptions = { horizontal:...
I noticed really annoying thing, when using SLY plugin, which breaks the regular layout with z-indexes: un-fixing of fixed elements with CSS Transforms is happening. In my scenario it breaks...