aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/combobox
Commit message (Collapse)AuthorAgeFilesLines
* Build uitest war with mavenTeemu Suo-Anttila2016-04-1596-6183/+0
| | | | Change-Id: I32625901ca27a282253df44c6e776cf9632bacda
* Remove TB2 tests and integration tests for legacy servers/portalsArtur Signell2016-04-011-48/+0
| | | | Change-Id: I1c6d830c8a71674c264738f709ad12da3b91cd5c
* Convert ComboBoxItemIcon test to TB4Henri Sara2016-01-081-0/+32
| | | | Change-Id: I939fe7e5c5b57c007a543f5f7c491c8c9f11e773
* Fixes exception when enter is pressed and there is nothing to select (#19149)Artur Signell2016-01-071-2/+42
| | | | Change-Id: I8ff11e98bb4ec999d369ff5bcde0cb95290ed037
* Fix mouse wheel scrolling of ComboBox in IE11 (#16918)Anna Koskinen2015-12-151-0/+59
| | | | | | | | IE11 is broken so that the simple implementation always moves up on any mouse wheel event. Therefore, this change borrows the approach taken by Escalator for low-level handling of mouse wheel events in a way compatible with all supported browsers. Change-Id: I98c89d3ccfeea38d6a454ef708f0eb7d1d3f480c
* Implement ItemStyleGenerators for ComboBox (#9276)Leif Åstrand2015-09-092-0/+83
| | | | Change-Id: I899c21e3f71bc728cb613685134b99961b557c5b
* Take margin/border/padding into account when measuring ComboBox in IE (#17002)Artur Signell2015-08-033-0/+140
| | | | Change-Id: I8fcf33b78ff239529b794d41088fd9d8aba5c518
* Convert ComboBoxLargeIconsTest from TB2 to TB4Teemu Suo-Anttila2015-07-171-0/+58
| | | | | | | This patch also adds some subpart awareness as well as deferred worker interface to VFilterSelect to support running TB4 tests reliably. Change-Id: I41f2af38f7eba2194aa49c8d7a0d13073166cddf
* Select last item only if filtered items exist. (#18441)Sauli Tähkäpää2015-07-162-0/+45
| | | | Change-Id: I1b601f7bcddd3a62edcd97651a3270b79dacc7fd
* Migrate ComboBoxNoTextInput test from TB2 to TB4Henri Sara2015-07-012-0/+107
| | | | Change-Id: I6e474b2306c6957d428117802ffda330b4809a6d
* Convert a ComboBox drop-down arrow location TB2 test to TB4.Mika Murtojarvi2015-06-171-0/+39
| | | | | | The test checks (see #11267) that the arrow is in the correct location after changing the ComboBox border. Change-Id: I9927a6bd5d233275366f9f7318a9068ba976514a
* Selection is now shown although scrollToSelectedItem is false (#16673)Matti Tahvonen2015-06-082-0/+118
| | | | | | | | | | If scrollToSelectedItem is set to false (which is needed to work properly with large datasets) the selected item caption is sent to client with a special attribute to avoid the field looking like unselected. Change-Id: Ib80355c3b52faaaeaa9ab7195644701cc3bf0d15
* Convert a ComboBox test to TB4.7.5.0.beta3Mika Murtojarvi2015-06-031-0/+37
| | | | | | | Also fixes a bug in the test introduced in https://dev.vaadin.com/review/#/c/7117/8. Change-Id: I39ce310fd71296a8d8c223dfc09185c983b19299
* Set value selected by mouse when pressing Enter in ComboBox (#16981)Ilya Ermakov2015-04-102-0/+171
| | | | | | | With this patch pressing Enter in ComboBox sets value selected by mouse. Selection by keyboard is not given higher priority. Change-Id: I2e5f610923a40f67be2c1504a004af0d431a67a3
* Redesign ComboBox filtering, highlighting and selection behaviour.Sauli Tähkäpää2015-02-268-140/+706
| | | | | | | | | | | | | | | | | | | | | | | (#15502, #9369) Changes: - When opening the popup, the first suggestion is always highlighted by default unless adding new items is allowed. - When filter matches currently selected item, that item will be highlighted instead of the first item. - Hitting enter or tab will always select the highlighted item. - Closing the suggestions list by clicking outside the list no longer selects an item to prevent accidental selections. Test changes: - Extended ComboBoxElement to help test filtering. - Updated and tweaked ComboBoxResetValueTest, ComboBoxIdenticalItemsTest and ComboboxScrollableWindowTest. - Added ComboBoxSelectingTest and ComboBoxSelectingWithNewItemsAllowedTest. - Updated some tests that were using keyboard navigation. Change-Id: Ia7745b624bdb0b1a1bb498157ebcb37bee219d76
* Use TestBench-4.0.2Teemu Suo-Anttila2015-02-192-2/+3
| | | | | | | | - Based on TB4 Parallel testing. - Browser setup no longer uses static capabilities. - Some code cleanup here and there. Change-Id: I5c419316cd36f4f5041eaa8da8fda3d8b46596c4
* ComboBox: programmatic value reset breaks dropdown (#13217)Anna Miroshnik2015-01-152-0/+253
| | | | Change-Id: I6f749ab0788324d24e1e7451183ec9f0ff8ed5ba
* Reformat project using Eclipse Luna SR1Artur Signell2014-12-293-6/+11
| | | | Change-Id: I58748499c87d470e70304d882d3227cda5803481
* Move TB2 files to separate folderArtur Signell2014-12-1824-2536/+0
| | | | | | This avoids running other HTML files as TB2 tests Change-Id: I32445aeaeaf77f3a34771db6fa0d2eb40fc60ff7
* Use ComboBox locale for filtering case tranform (#15193)Leif Åstrand2014-12-142-0/+137
| | | | Change-Id: Id462c3e76c8d761c04851227c949a3124ddf14b3
* Open combobox popup on click to icon (#14624).Denis Anisimov2014-10-062-0/+106
| | | | Change-Id: I203b92561ab14d427466945845c6fbb62d6eb07b
* Read input stream logic is corrected (#14533).Denis Anisimov2014-09-301-5/+2
| | | | Change-Id: I1a8a895d631889e04f7acbde29306e86da344a23
* Fixed ComboBox filtering when page length is zero (#14509)Teemu Pöntelin2014-09-192-0/+123
| | | | Change-Id: I663b39a37bcdf4383fa76d04acd127503ced11df
* Make ComboBoxValueInputTest stable by simplifying the steps.(#3268)Sauli Tähkäpää2014-09-192-340/+89
| | | | Change-Id: Idd314e531659fbab701df117307b5c41fcac9ec3
* ComboBox not always shows selected value (#10600)Anna Miroshnik2014-09-162-0/+102
| | | | | | | | Full name of defect: ComboBox doesn't show selected value beyond the first dropdown page. Tests to be sure that this bug is not reproduced now. Test were updated not to use Thread.sleep(). Change-Id: I12b0c9a1fbae5e934ebe0471b1b60a3ec7098da7
* Handle all native events in preview handler for Combobox popup (#14321).Denis Anisimov2014-08-262-0/+159
| | | | Change-Id: Ibad2f45fb81d9573125fbc786bd3493ac6cdfc00
* ComboBoxValueInput test upgrade (#14292)Anna Koskinen2014-08-203-296/+397
| | | | Change-Id: Id2158d0990f12940f2206095b8edc0946977f27d
* ComboBoxSlow test upgrade (#14292)Anna Koskinen2014-08-192-10/+44
| | | | Change-Id: Ic2e1bfd300a6b18aeddd4c4895c7bb11fec5bb8b
* Pressing [down]+[enter] on a combobox now closes the popup. (#14379)Guillermo Alvarez2014-08-132-0/+94
| | | | | | | | Pressing down to open the popup menu and then pressing enter to select the same item as is already selected will now cause the same behavior as pressing the escape key when there are suggestions. Change-Id: I6052608cc5916d306a981aa0f98b0ae822da5eb4
* ComboBoxFiltering test rewrite to TB3Anthony Guerreiro2014-08-052-62/+108
| | | | Change-Id: I9aead23bfe093517d0b964dbf9f0ccf38dec7da2
* Add missing headers for TB2 testsArtur Signell2014-08-051-0/+16
| | | | Change-Id: Ifb5ed47f7d16630c55b5e6b5d8bc6e174c39009c
* Rename test method to describe what it doesArtur Signell2014-08-051-2/+2
| | | | Change-Id: I09d1c02b75022f9b38b04d7b166e597dae2a213c
* Disable automatic removal of trailing whitespace and reformatted using LunaArtur Signell2014-07-312-7/+10
| | | | | | | | | | Automatic removal of trailing whitespaces in Eclipse does not work even in a nearly consistent way across platforms, versions or even on the same maching within the same workspaces. Saving the same file multiple times even alternates between adding and removing a whitespace on empty block comment lines when saving. Change-Id: I0efd307fd48869ea688eb79aa77c9ba38de5a4a6
* ComboBoxIdenticalItems test rewrite to TB3Heikki Ohinmaa2014-07-283-125/+84
| | | | Change-Id: I6127826f4ffbb1358821fb7ca5eabf4d774d792c
* Add scrollbars to ComboBox suggestion popup if low on screen estate (#11929)Antti Tanhuanpää2014-07-284-0/+160
| | | | Change-Id: Idfeb20a385fc68c6527f1947bdbf238d9d4af918
* Remove shadow div for Overlay elements except IE8 (#9303).Henri Sara2014-07-031-0/+9
| | | | Change-Id: I7bdaf849e79191183013ca05e7420e10411f0b2e
* Revert "Add scrollbars to ComboBox suggestion popup if low on screen estate ↵Sauli Tähkäpää2014-06-262-172/+0
| | | | | | | | (#11929)" This reverts commit ede8fbaad050c98682df9da935caf59a3a3787c6. Change-Id: I6d2b6ad3901ac50782a9c8af6847c0b917d6027d
* Change PhantomJS to run on Linux instead of Windows.Sauli Tähkäpää2014-06-182-29/+54
| | | | Change-Id: Ibb7080c37a67516c852e00d08c2d5d822fda654e
* ComboBox no longer displays input prompt if disabled or read-only (#10573)Teemu Pöntelin2014-06-172-0/+132
| | | | Change-Id: I3e0ad83bc5ec4a98a0c8e7658dfb606c6c5dc191
* Add scrollbars to ComboBox suggestion popup if low on screen estate (#11929)Antti Tanhuanpää2014-06-112-0/+172
| | | | Change-Id: I8563f1e2cfc66ca89399590401fd77ec67e50e82
* Fix issue when typing fast in combobox edit box plus then press TAB (#12325)Dmitrii Rogozin2014-05-223-18/+103
| | | | Change-Id: I35375d2b39fbd666d848f6ffa62aa0ce1c0d4fad
* Fix keyboard navigating in combo box (#11333).Dmitrii Rogozin2014-05-212-0/+155
| | | | | | Extract code which focuses on item after changing the page. Deferring this method allows to update the list of items before focusing. Change-Id: I7d249c2abbd5c24ca2d798736e483f2b7dfa59f1
* Move ComboBox tests to correct packageTeemu Suo-Anttila2014-05-194-0/+235
| | | | Change-Id: I2ad5164a637b2b4c96b46f30df036ccbc5cbcd66
* Make Vaadin TB3/4 tests work and run on PhantomJS (#13291)Teemu Suo-Anttila2014-05-151-10/+9
| | | Change-Id: I0d1747d41b3b9e0a32d995a5cea9081292c8c2c6
* Convert the ComboBoxClosePopupRetainText test to TB4 to avoid false failures.Jonatan Kronqvist2014-05-082-80/+60
| | | | Change-Id: Ib36917246fce3f051b61a979289c9bce23b1bf82
* Merge changes from origin/7.2 into masterJonatan Kronqvist2014-05-056-4/+120
|\ | | | | | | | | | | | | | | | | | | Conflicts: build.properties client/src/com/vaadin/client/ApplicationConnection.java client/src/com/vaadin/client/extensions/ResponsiveConnector.java server/src/com/vaadin/server/Responsive.java Change-Id: I49f90521611d1b86704a60c3d003cdeea9c3b864
| * Update remaining copyright years to 2014Artur Signell2014-04-232-2/+2
| | | | | | | | Change-Id: I1fc2bd735b538ebac6d4f41fc8536f26795cc85f
| * Update copyright year to 2014Artur Signell2014-04-164-4/+4
| | | | | | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
| * Fixed resetting of ComboBox if focused and new items allowed (#13413).Tapio Aali2014-04-142-0/+116
| | | | | | | | Change-Id: Ibea81666101ff119e1b3e48726224f369e59b00f
* | Fix ComboBox cleared suggestion popup on ItemSetChange (#13635)Teemu Suo-Anttila2014-04-282-0/+112
|/ | | | Change-Id: I77285e17819daf1b8328a8aea6d62a6b6b53510c