xel icon indicating copy to clipboard operation
xel copied to clipboard

Xel - Widget toolkit for building native-like Electron and Web apps

Results 25 xel issues
Sort by recently updated
recently updated
newest added

Should rely on CSS "display: table" and ["position: sticky"](https://developers.google.com/web/updates/2016/12/position-sticky). Inspirations - http://cx.codaxy.com/v/master/docs/widgets/grids - http://metroui.org.ua/datatables.html

enhancement

Currently the custom `userclose` event has different timing than the standard `close` event. I would expect them to be fired simultanously when the "open" attribute is added or removed. Also...

Documentation: https://developers.google.com/web/updates/2017/11/overscroll-behavior

![xel-taginput-visual-bug](https://user-images.githubusercontent.com/25665259/39098547-2e040c9e-4675-11e8-86bb-13fbeba68df3.png) I am not sure if this type of behavior wanted.So just leaving it here :grin:

It would be nice to support [table element](https://getbootstrap.com/docs/5.2/content/tables).

The following HTML fragment does not show the tooltip when mouse hover over the menu item. ````html Undo ````

In particular for `` although I'm wondering if there is a general property that can be used. Thanks.

In the following, a popover opens when the respective button is toggled on, but the popover stays open when another button is clicked (and opens its popover) even though the...

Basically, I have this ```html ``` When history+viewport overflows, it adds a scroll bar on the right as desired. I use `var viewport = document.getElementById('viewport');` and from that I set...

``, `` and `` widgets should be migrated to the new CSS Anchor Positioning API. Currently this API is available only in Chrome Canary, so this task should be delayed...