summaryrefslogtreecommitdiffstats
path: root/uitest/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Grid initial render performance (#10579)Teemu Suo-Anttila2018-02-051-0/+9
* Fix ComboBox new item handler test (#10587)Anna Koskinen2018-02-051-0/+2
* Add flush() implementation to DateField (#10518)Adam Wagner2018-02-021-0/+39
* Add ARIA label support to DateField (#10538)Adam Wagner2018-01-311-0/+59
* Selection handling fix when adding new item to ComboBox. (#10445)Anna Koskinen2018-01-301-0/+231
* Fix column width in resize event when mode is SIMPLE (#10442)Adam Wagner2018-01-291-0/+68
* Fix Grid not updating selected item immediately (#10569)Teemu Suo-Anttila2018-01-251-0/+5
* Make modal window focus circulate correctly (#10497)Olli Tietäväinen2018-01-241-15/+34
* Ensure Upload is properly reset after an upload is interrupted (#10522)Anna Koskinen2018-01-111-0/+112
* Fix tests for Chrome 63 and focus issues in IE11 (#10495)Teemu Suo-Anttila2018-01-107-19/+18
* Fix space key on selection checkbox to select grid row (#10388)Marco Collovati2018-01-091-0/+18
* Add aria-modal attribute and role='dialog' for modal Window (#10447)Olli Tietäväinen2018-01-091-0/+16
* Add Notification.close() to hide a notification from the server (#10483)Artur2018-01-091-0/+52
* Implement widget event handling for Columns in Grid (#10412)Teemu Suo-Anttila2017-12-291-0/+14
* Add ContentMode for the description of MenuItems (#9984)Jonas Zipprick2017-12-291-0/+17
* Allow setting custom styles to DateField calendar date cells (#10305)Anna Koskinen2017-12-282-0/+73
* Add css class to selected items in CheckboxGroup and RadiobuttonGroup (#10394)Marco Collovati2017-12-282-0/+39
* Fix selection column size calculation without data (#10384)Teemu Suo-Anttila2017-11-291-0/+42
* Fix styling of Window control buttons to show focus (#10285)Anna Koskinen2017-11-281-0/+48
* Prevent killing UI if heartbeats are pending (#10371)Teemu Suo-Anttila2017-11-271-0/+47
* DateField not to fire focus/blur event when going to sub-components (#10246)Ahmed Ashour2017-11-231-0/+34
* Fix RadioButtonGroupTest imports (#10354)Teemu Suo-Anttila2017-11-221-8/+8
* Fix missing v-disabled for RadioButtonGroup and CheckBoxGroup options (#10332)Pekka Hyvönen2017-11-222-0/+186
* Test for MenuBar's WAI-ARIA attributes (#3922) (#10349)Ansku2017-11-221-0/+100
* Disabled ComboBox should not open popup on pasting (Fixes #7898) (#10240)Ahmed Ashour2017-11-222-0/+45
* Issue3922disableditem (#10259)Ansku2017-11-211-0/+28
* Remove unused imports (#10330)Ahmed Ashour2017-11-212-4/+0
* Update testbench version (#10336)Guille2017-11-201-24/+0
* Fix setting custom tab index for TabSheet or Accordion (#9574) (#10278)Ansku2017-11-101-7/+16
* Add ContentMode for row and cell descriptions in Grid (#10282)Teemu Suo-Anttila2017-11-101-6/+121
* Make focus circulate in modal dialog to improve accessibility (#10260)Péter Török2017-11-071-1/+7
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-0121-270/+96
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-3110-31/+38
* Fix combo box suggestion popup height (#10256)Adam Wagner2017-10-301-0/+38
* add Grid.Column#get/setAssistiveCaption (#10219)Knoobie2017-10-301-0/+49
* Use lambda with Handlers (#10229)Ahmed Ashour2017-10-273-8/+8
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-263-6/+7
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-262-2/+2
* Grid column to be sortable when implemented/supported (Fixes #8792). (#10190)Ahmed Ashour2017-10-235-27/+199
* Check class name type on Grid cell mouse over (#10194)Adam Wagner2017-10-201-0/+24
* Improve role usage in grid (#10206)Knoobie2017-10-201-1/+9
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-2024-124/+154
* Add spaces after 'if' and 'for' in JavaScript (#10199)Ahmed Ashour2017-10-202-2/+2
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-201-15/+12
* AbstractDateField: set value after being invalid (#10187)Ahmed Ashour2017-10-201-0/+76
* Fix AbstractDateField to correctly show week day names (#10188)Ahmed Ashour2017-10-161-0/+64
* Simplify waitUntil() in tests (#10181)Ahmed Ashour2017-10-1323-200/+58
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-128-20/+21
* Add ErrorLevel to Validators and results (#10099)Teemu Suo-Anttila2017-10-111-0/+41
* Add aria-rowcount to grid (#10167)Knoobie2017-10-112-0/+147