Dmitry Zolotov

Results 24 issues of Dmitry Zolotov

Recently I needed to change return type from _Boolean_ to an any type in JSDoc of _qooxdoo_ source code but stucked with it for some time because didn't know how...

community

**Describe the bug** Using assert methods from `qx.core.Object` cause an error in a build version. Under the hood: **MAssert** is only included by `qx.core.Object` when `qx.debug` is true. **To Reproduce**...

The standard `input="date"` html element does have _min_ and _max_ attributes which restrict user from setting "invalid" dates. DateChooser and DateField (which contains DateChooser as a child) don't support this...

**Describe the bug** The command `qx test` with arguments class and method doesn't work and produces an error with a message"Unknown arguments". But there is in documentations said: > To...

**Is your feature request related to a problem? Please describe.** The method `getInvalidMessages` of `qx.ui.form.validation.Manager` returns extra message after validate method call. For example, if the manager has 3 input...

**Is your feature request related to a problem? Please describe.** I checked DateChooser tests and noticed that something is wrong with them. There are `testRequiredDateChooser `and `testValidDateChooser `tests. They just...

This is my first try to move qooxdoo from CLDR to Intl API and not final I think. This allows us to get rid of big dependency which weights too...

discussion
do not merge
dependencies
do not merge - v8

During implementing cldr functionality via Intl API. I am stucked with some tests of method `getDayNames`. What we have: ```javascript var narrowDays = ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"];...

I try to include fonts to my project according to official documentation and some examples in qooxdoo source files but no success at all. I've checked many times and didn't...

question
community

**Describe the bug** When the mobile popup dialog is anchored to some widget there is recursive calls due to `domupdated` event. **To Reproduce** Steps to reproduce the behavior: 1. Just...

bug
mobile