aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/components/combobox
Commit message (Expand)AuthorAgeFilesLines
* Update ComboBox popup position comparison to use correct top value. (#12041)Anna Koskinen2020-06-261-1/+1
* Fix ComboBox in read-only mode allowing value change by user (#12022)Tarek Oraby2020-05-251-0/+45
* Further tweaks to ComboBox popup positioning. (#11910)Anna Koskinen2020-03-061-0/+38
* Improvements to popup positioning for ComboBox within HorizontalLayout. (#11846)Anna Koskinen2019-12-181-0/+77
* Fix a timing issue in ComboBox filtering via paste using mouse. (#11780)Anna Koskinen2019-10-311-0/+66
* When ComboBox popup opens to the left accommodate margin/border/padding. (#11...Anna Koskinen2019-10-231-0/+36
* Ensure that VComboBox.selectedOptionKey gets initial selection. (#11665)Anna Koskinen2019-07-241-0/+55
* 11642 refresh pagelength 0 combobox items after dataprovider update (#11653)Olli Tietäväinen2019-07-121-0/+116
* code format (#11555)Sun Zhe2019-05-021-1/+2
* Replace the screenshot usage in framework test (#11547)Sun Zhe2019-04-291-0/+7
* Reset Combobox internal state (#11412)Sun Zhe2019-04-241-0/+99
* Read-only combobox should not handle PASTE event (#11529)Anastasia Smirnova2019-04-041-0/+25
* Ensure pop-up is not opened, when tabbing out fast from Combobox (#11436)Anastasia Smirnova2019-02-251-0/+43
* Request data update before client response (#11341)Sun Zhe2018-12-111-0/+51
* Revert "Update ComboBox internal state on new item added (#11094)" (#11331)Sun Zhe2018-11-272-0/+10
* Update ComboBox internal state on new item added (#11094)8.6.0.beta1Teemu Suo-Anttila2018-09-261-2/+2
* Improve ComboBox keyboard behavior when an item is selected (#11031)Mehdi Javan2018-07-101-0/+14
* Enable maven formatting for uitest (#10908)Ilia Motornyi2018-05-175-13/+11
* Fix AbstractSingleSelect selection and state updates (#10796)Teemu Suo-Anttila2018-04-191-0/+102
* Fix using ConnectorResource icons before attaching ComboBox (#10810)Teemu Suo-Anttila2018-04-171-2/+1
* Add support for ConnectorResources as ComboBox icons (#10795)Teemu Suo-Anttila2018-04-091-0/+36
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-2821-315/+0
* Update copyright year (#10761)Ilia Motornyi2018-03-2719-19/+19
* Fix VComboBox internal state cleanup (#10693)Anna Koskinen2018-03-231-0/+42
* Clear VComboBox selection fields when updated on server (#10692)Anna Koskinen2018-03-081-0/+75
* Fix client and server filter state mismatch in Combobox (#10630)Anna Koskinen2018-02-271-0/+32
* Implement NewItemProvider to replace NewItemHandler (#10606)Anna Koskinen2018-02-072-23/+63
* Selection handling fix when adding new item to ComboBox. (#10445)Anna Koskinen2018-01-301-0/+138
* Disabled ComboBox should not open popup on pasting (Fixes #7898) (#10240)Ahmed Ashour2017-11-221-0/+26
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-012-22/+15
* Fix combo box suggestion popup height (#10256)Adam Wagner2017-10-301-0/+25
* Use lambda with Handlers (#10229)Ahmed Ashour2017-10-271-8/+4
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-2614-152/+58
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-201-3/+7
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-103-12/+10
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-021-4/+4
* Fix typos (#10095)Ahmed Ashour2017-09-271-1/+1
* Construct array inline (#10068)Ahmed Ashour2017-09-232-2/+2
* Add empty line at end of fileAhmed Ashour2017-09-231-1/+1
* Move ComboBox popup with ComboBox on scroll (#9869)Henri Sara2017-08-251-4/+12
* Fix position of font icons in ComboBox (#9638)Henri Sara2017-07-181-0/+26
* Show empty selection caption in ComboBox (#9468)Teemu Suo-Anttila2017-06-052-0/+4
* Fix ComboBox popup location on scrolled pages in IE/Firefox Henri Sara2017-03-101-0/+25
* Reduce ComboBox initial requests (#8571)Pekka Hyvönen2017-02-161-0/+72
* Replace FontAwesome with Vaadin Icons (#8208)Pekka Hyvönen2017-02-011-2/+2
* Clean up SQL container tests. (#8091)Denis2016-12-281-126/+0
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-202-2/+4
* Rename com.vaadin.server.data to com.vaadin.data.provider (#8004)Pekka Hyvönen2016-12-151-1/+1
* Allow to set caption for the empty selection in a ComboBox.Denis Anisimov2016-12-011-0/+48
* Make it possible to reset single select valuesLeif Åstrand2016-11-291-0/+52