summaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Expand)AuthorAgeFilesLines
* Fix client and server filter state mismatch in Combobox (#10630)Anna Koskinen2018-02-282-0/+84
* Allow configuring content modes for Grid cell tooltips (#10632)Ilia Motornyi2018-02-282-12/+114
* Fixes Grid editor visibility inside TabSheet (#10557)Piotr Wilkin2018-02-282-4/+14
* Set no-store headers for error responses (#10628)Leif Åstrand2018-02-281-1/+1
* Implement focus handing in RadioButtonGroup and CheckboxGroup (#10440)Olli Tietäväinen2018-02-285-0/+221
* Fix GridLayout spacing if first row/column empty and set to be hidden (#10593)Anna Koskinen2018-02-281-5/+4
* Fix Grid details height calculation issue (#10343)Adam Wagner2018-02-281-0/+17
* Fix Grid initial render performance (#10579)8.3.1Teemu Suo-Anttila2018-02-061-0/+9
* Fix ComboBox new item handler test (#10587)Anna Koskinen2018-02-061-0/+2
* Selection handling fix when adding new item to ComboBox. (#10445)Anna Koskinen2018-01-312-0/+369
* Fix column width in resize event when mode is SIMPLE (#10442)Adam Wagner2018-01-312-0/+83
* Fix Grid not updating selected item immediately (#10569)Teemu Suo-Anttila2018-01-312-5/+22
* Make modal window focus circulate correctly (#10497)Olli Tietäväinen2018-01-312-15/+56
* Rename widgetEventsAllowed to handleWidgetEvents (#10529)Leif Åstrand2018-01-151-1/+1
* Ensure Upload is properly reset after an upload is interrupted (#10522)Anna Koskinen2018-01-152-0/+320
* Fix tests for Chrome 63 and focus issues in IE11 (#10495)Teemu Suo-Anttila2018-01-157-19/+18
* Fix space key on selection checkbox to select grid row (#10388)Marco Collovati2018-01-151-0/+18
* Add aria-modal attribute and role='dialog' for modal Window (#10447)Olli Tietäväinen2018-01-151-0/+16
* Backport fix for removing Notifications on close (#10504)Teemu Suo-Anttila2018-01-152-4/+60
* Implement widget event handling for Columns in Grid (#10412)Teemu Suo-Anttila2017-12-292-2/+16
* Add ContentMode for the description of MenuItems (#9984)Jonas Zipprick2017-12-292-3/+26
* Treat fields as readonly when bound with null setter (#10477)Marco Collovati2017-12-291-1/+1
* Allow setting custom styles to DateField calendar date cells (#10305)Anna Koskinen2017-12-284-0/+101
* 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-292-0/+86
* Fix styling of Window control buttons to show focus (#10285)Anna Koskinen2017-11-282-0/+73
* Prevent killing UI if heartbeats are pending (#10371)Teemu Suo-Anttila2017-11-272-0/+94
* 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