Caffeinix

Results 5 comments of Caffeinix

Any idea whether the dropdown not appearing at all is the same issue or an unrelated one? I am seeing that behavior (`paper-menu-button` in an `iron-list` does not show the...

@valdrinkoshi: here you go: https://jsbin.com/qofemayowu/edit?html,output

Similar problem to @jibbers42 here: we're using `ListTile`, which internally uses `InkWell`, which derives from `InkResponse`, which uses `GestureRecognizer`. There's no way to retrofit it with the behavior described here...

Indeed, Polymer has a mixin that does the same thing: https://polymer-library.polymer-project.org/3.0/api/mixins/dir-mixin. Either of those solutions would cause this to be a viable replacement, but ShadyCSS does not install anything like...

Better problem definition: this happens if the `Range` produced by a user selection has its start at offset 0 within one element, and its end at offset 0 within the...