aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Added support for getValue and setValue into TestBench RichTextAreaElement ↵Anastasia Smirnova2018-04-102-6/+24
| | | | (#10659)
* Ensure that popup is closed in Tabsheet (#10738)Anastasia Smirnova2018-04-091-0/+29
|
* Add support for ConnectorResources as ComboBox icons (#10795)Teemu Suo-Anttila2018-04-091-4/+13
|
* Remove empty comments (#10789)Ilia Motornyi2018-04-0569-227/+3
|
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-28780-11716/+0
|
* Support starting downloads and opening URLs from a menu item (#10478)Artur2018-03-281-0/+44
|
* Update copyright year (#10761)Ilia Motornyi2018-03-27707-707/+707
|
* Add row index to ItemClickEvent in Grid (#10754)Tatu Lund2018-03-271-0/+30
|
* Fix grid spacebar handling (#10750)Ilia Motornyi2018-03-261-2/+2
| | | | * Fix spacebar handling
* Fix VComboBox internal state cleanup (#10693)Anna Koskinen2018-03-232-2/+57
| | | Fixes vaadin/testbench#1009
* Correctly handle data providers with overriden getId (#10728)Anastasia Smirnova2018-03-222-0/+54
| | | | | Fixes #10647 Fixes #10498
* Grid editor open (#10674)Anna Koskinen2018-03-211-0/+116
|
* Fix selecting rows from header and footer (#10720)Teemu Suo-Anttila2018-03-201-1/+34
|
* Fix initially disabled items in RadioButtonGroup (#10719)Teemu Suo-Anttila2018-03-192-0/+77
|
* Initialize VRichTextArea.client in RichTextAreaConnector Marco Collovati2018-03-191-0/+40
| | | Fixes #10536
* Adding stylename to MenuBarItem also as one word (#10704)Anastasia Smirnova2018-03-131-0/+38
| | | Fixes #7912
* Native select add 'disabled' attribute (#10710)Anastasia Smirnova2018-03-132-1/+26
| | | | | | | | | | * Adding disabled attribute to the NativeSelect * Merge branch 'master' into nativeSelectDisabled * Merge branch 'master' into nativeSelectDisabled * Correct formatting issues
* Setting of tooltips for grid header/footer cells (#10489)Artur2018-03-131-0/+93
| | | Fixes #7527
* Clear VComboBox selection fields when updated on server (#10692)Anna Koskinen2018-03-081-0/+51
| | | Fixes #10660
* Enable setting cursor after the last character (#10670)Anastasia Smirnova2018-03-061-0/+62
| | | | | | | | | | * Enable setting cursor after the last character Resolves #9157 * Reformat the code * Reformat the code using conventions
* Fix client and server filter state mismatch in Combobox (#10630)Anna Koskinen2018-02-271-0/+52
| | | Fixes #10624
* Allow configuring content modes for Grid cell tooltips (#10632)Ilia Motornyi2018-02-151-0/+83
| | | | * Allow configuring content modes for Grid cell tooltips
* Fixes Grid editor visibility inside TabSheet (#10557)Piotr Wilkin2018-02-141-4/+12
| | | | | | Fixes #10146 Fixes #10543
* Implement focus handing in RadioButtonGroup and CheckboxGroup (#10440)Olli Tietäväinen2018-02-123-0/+137
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #10429 * implement focus handing in RadioButtonGroup, fixes #10429 * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * merge * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * fix initial focus handling also on CheckBoxGroup and add tests * add license headers * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * changed client to use lambdas and refactored focus testing to parent class * made FocusTest abstract * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * don't allow focusing on disabled items & refactor focusing first item
* Add recursive expand and collapse method to TreeGrid and Tree (#10283)Adam Wagner2018-02-082-0/+124
|
* Implement NewItemProvider to replace NewItemHandler (#10606)Anna Koskinen2018-02-071-0/+6
|
* Fix GridLayout spacing if first row/column empty and set to be hidden (#10593)Anna Koskinen2018-02-061-5/+4
|
* Fix Grid details height calculation issue (#10343)Adam Wagner2018-02-061-0/+17
|
* Fix Grid initial render performance (#10579)Teemu Suo-Anttila2018-02-051-0/+9
| | | Fixes #10232
* 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
| | | Fixes #10488
* Add ARIA label support to DateField (#10538)Adam Wagner2018-01-311-0/+59
| | | Fixes #10454
* Selection handling fix when adding new item to ComboBox. (#10445)Anna Koskinen2018-01-301-0/+231
| | | Fixes #10284
* 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
| | | Fixes #9635
* 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
| | | Fixes #10221
* Add aria-modal attribute and role='dialog' for modal Window (#10447)Olli Tietäväinen2018-01-091-0/+16
| | | Fixes #10424
* Add Notification.close() to hide a notification from the server (#10483)Artur2018-01-091-0/+52
| | | | | Also fixes the problem that notifications were never removed on the server side Fixes #2114, fixes #10481
* Implement widget event handling for Columns in Grid (#10412)Teemu Suo-Anttila2017-12-291-0/+14
| | | | Fixes #7833
* Add ContentMode for the description of MenuItems (#9984)Jonas Zipprick2017-12-291-0/+17
| | | | | Adds the ability to set the content mode for the description of a menu item that is part of a menu bar. This functionality was already available for every AbstractComponent but missing for the menu items of menu bars. If no content mode is specified it defaults to the PREFORMATED content mode.
* Allow setting custom styles to DateField calendar date cells (#10305)Anna Koskinen2017-12-282-0/+73
| | | Fixes #10304
* Add css class to selected items in CheckboxGroup and RadiobuttonGroup (#10394)Marco Collovati2017-12-282-0/+39
| | | | | | Adds v-select-option-selected class to the selected group items in CheckboxGroup and RadiobuttonGroup Fixes #3387
* 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
| | | Fixes #8918
* Prevent killing UI if heartbeats are pending (#10371)Teemu Suo-Anttila2017-11-271-0/+47
| | | Fixes #9663
* DateField not to fire focus/blur event when going to sub-components (#10246)Ahmed Ashour2017-11-231-0/+34
| | | Fixes `DateField blur event fires when focus gets to the "calendar button"` #1008
* Fix RadioButtonGroupTest imports (#10354)Teemu Suo-Anttila2017-11-221-8/+8
|