Caffeinix

Results 7 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...

I can reproduce this in Godot 4.2.2 stable on Windows 11. **This appears to be a problem with multiple displays.** If I disable my secondary display, the editor tooltips come...

You can also fix this by specifying your own `itemComparator`. Otherwise, if your list item type doesn't implement `Comparable`, it claims to use the natural ordering of your source list,...