webix icon indicating copy to clipboard operation
webix copied to clipboard

Stable releases of Webix UI - JavaScript library for building mobile and desktop web apps

Results 33 webix issues
Sort by recently updated
recently updated
newest added

Creating a cookie with webix.storage.cookie.put() with string as value wraps the cookie in extra double quotes. The quotes are added inside the webix.stringify function. Furthermore the escape function used is...

Webpack build fails when importing compact.css. Fonts: PTS-bold.eot PTS-bold.ttf PTS-webfont.eot PTS-webfont.ttf are referenced from compact.css but removed in 3.2.0 from "fonts" folder. I removed references to .eot and .ttf, leaving...

There doesn't appear to be a way to access the Object in Options if it's populated with a list of Object thru the API. It would seem to make sense...

enhancement

Googlemap seems to not work with touch devices properly. This happends when root div is generated by webix. I cannot drag move map using touch on android and iOS devices....

bug

Some typos are funny, like "nadigation" or "internatialization". But they may create the wrong impression.

enhancement
documentation

Right now, the [GitHub tags for Webix](https://api.github.com/repos/webix-hub/tracker/tags) are a mix of semver strings, e.g. `2.5.14`, and and strings prefixed with `v`, e.g. `v1.9.0`. GitHub recommends using the `v` prefix for...

Even if item is visible after filtering - http://webix.com/snippet/a844e214 From 2.4.0

enhancement

# Issue webix.d.ts does not provide many default values for methods even though the default values presented in Webix documentation # Example with webix.ui.datatable parse method `dataPromise().then(data => datatable.parse(data, 'json'))`...