Andrey Mikhaylov (lolmaus)
Andrey Mikhaylov (lolmaus)
Naturally, the knob stays in the middle. Could also change its color.
> We can revisit this I think if the value is `undefined` we set to indeterminate state. I'm afraid this will be a severely breaking change. We can avoid this...
@knownasilya, he's talking about inline styles, the ones set from JS.
@adambedford, can you repro?
This addon has nothing to do with textareas. Try running your browser with all extensions disabled (there should be a CLI flag for that).
@danconnell Thank you! Closing this in favor of upstream issue: https://github.com/html-next/ember-hammertime/issues/31
Using `ember-gestures` was the simplest thing implementation-wise. Native drag events are pretty quirky.
We're using this as a workaround until https://github.com/html-next/ember-hammertime/issues/31 is resolved and included into `ember-gestures`: ```css input[type="text"], textarea { cursor: text !important; } ```
Please also share your `config.rb`. You can add it to the same gist.
Beautified gist with code and configuration: https://gist.github.com/lolmaus/13314995b326be27c957 So you've got [directory indexes](https://middlemanapp.com/advanced/pretty_urls/) disabled? Try setting `blog.page_link` to `"page/{num}"` and `page/{num}.html`, does this change anything?