summaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-103-6/+3
* Edit grid row by index - server side (#10040)Piotr Wilkin2017-10-101-2/+27
* Fix typos (#10124)Ahmed Ashour2017-10-049-27/+27
* Add role="grid" and aria-multiselectable to grid (#10009)Knoobie2017-10-041-0/+50
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-03431-2376/+2743
* Simplify conditional logic. (#10122)Ahmed Ashour2017-10-021-1/+0
* Remove auto-generated comment (#10111)Ahmed Ashour2017-09-293-13/+3
* Handle 'z' (timezone) in AbstractDateField.setDateFormat() (#8844)Ahmed Ashour2017-09-281-0/+204
* Update browser version test for Chrome 61 (#10098)Henri Sara2017-09-271-1/+1
* Fix typos (#10095)Ahmed Ashour2017-09-273-3/+3
* Support addCloseListener for Notification (#10027)Ahmed Ashour2017-09-271-0/+49
* Add option to use PushState instead of URI fragments in Navigator (#10042)Teemu Suo-Anttila2017-09-271-0/+5
* Implement error level on client side (#9817)Adam Wagner2017-09-272-2/+162