aboutsummaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Expand)AuthorAgeFilesLines
* DateField not to fire focus/blur event when going to sub-components (#10246)Ahmed Ashour2017-11-233-2/+82
* Fix RadioButtonGroupTest imports (#10354)Teemu Suo-Anttila2017-11-221-8/+8
* Update version number to 8.3-SNAPSHOT (#10348)Teemu Suo-Anttila2017-11-221-1/+1
* Fix missing v-disabled for RadioButtonGroup and CheckBoxGroup options (#10332)Pekka Hyvönen2017-11-224-0/+217
* Test for MenuBar's WAI-ARIA attributes (#3922) (#10349)Ansku2017-11-222-0/+105
* Disabled ComboBox should not open popup on pasting (Fixes #7898) (#10240)Ahmed Ashour2017-11-223-0/+71
* Create DescriptionGenerator in package com.vaadin.ui (#10346)Aleksi Hietanen2017-11-213-3/+3
* Fix issues from API review for 8.2 (#10342)Aleksi Hietanen2017-11-212-3/+3
* Issue3922disableditem (#10259)Ansku2017-11-212-0/+31
* Remove unused imports (#10330)Ahmed Ashour2017-11-216-9/+0
* Update testbench version (#10336)Guille2017-11-201-24/+0
* Rename GridDragger to GridRowDragger (#10333)Pekka Hyvönen2017-11-174-12/+12
* Add documentation on GridDragger (#10328)Pekka Hyvönen2017-11-161-0/+62
* Add helper for Grid row DnD (#10255)Pekka Hyvönen2017-11-154-95/+222
* Add new drop mode ON_GRID for GridDropTarget (#10296)Pekka Hyvönen2017-11-151-1/+8
* Fix setting custom tab index for TabSheet or Accordion (#9574) (#10278)Ansku2017-11-102-7/+25
* Add ContentMode for row and cell descriptions in Grid (#10282)Teemu Suo-Anttila2017-11-102-29/+170
* Make focus circulate in modal dialog to improve accessibility (#10260)Péter Török2017-11-073-3/+15
* Use Logger instead of VConsole (#10249)Ahmed Ashour2017-11-061-2/+7
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-01493-9946/+4276
* Use local variable for getWidget(). (#10253)Ahmed Ashour2017-10-311-6/+7
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-3117-46/+54
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-319-21/+9
* Fix combo box suggestion popup height (#10256)Adam Wagner2017-10-304-0/+80
* add Grid.Column#get/setAssistiveCaption (#10219)Knoobie2017-10-302-0/+89
* Use lambda with Handlers (#10229)Ahmed Ashour2017-10-2730-388/+183
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-26162-1863/+831
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-269-19/+19
* Grid column to be sortable when implemented/supported (Fixes #8792). (#10190)Ahmed Ashour2017-10-238-32/+303
* Fix typos (#10213)Ahmed Ashour2017-10-202-2/+2
* Check class name type on Grid cell mouse over (#10194)Adam Wagner2017-10-202-0/+64
* Improve role usage in grid (#10206)Knoobie2017-10-201-1/+9
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-2039-162/+223
* Scheduler.ScheduledCommand and RepeatingCommand to be lambda (#10203)Ahmed Ashour2017-10-201-287/+130
* Add spaces after 'if' and 'for' in JavaScript (#10199)Ahmed Ashour2017-10-205-7/+7
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-2039-313/+248
* AbstractDateField: set value after being invalid (#10187)Ahmed Ashour2017-10-203-9/+114
* Fix AbstractDateField to correctly show week day names (#10188)Ahmed Ashour2017-10-163-2/+106
* Simplify waitUntil() in tests (#10181)Ahmed Ashour2017-10-1323-200/+58
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-1212-24/+25
* Add ErrorLevel to Validators and results (#10099)Teemu Suo-Anttila2017-10-112-0/+70
* Add aria-rowcount to grid (#10167)Knoobie2017-10-115-1/+255
* Prevent Grid refreshAll from getting stuck due mismatched state (#10161)Ansku2017-10-101-0/+93
* Fix typos (#10158)Ahmed Ashour2017-10-103-6/+9
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-1042-107/+86
* Edit grid row by index - server side (#10040)Piotr Wilkin2017-10-102-2/+32
* Use StringBuilder instead of StringBuffer (#10154)Ahmed Ashour2017-10-097-9/+9
* Fix typos (#10124)Ahmed Ashour2017-10-0419-63/+67
* Add role="grid" and aria-multiselectable to grid (#10009)Knoobie2017-10-042-0/+100
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-03431-2376/+2743