aboutsummaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
* Fix test broken by #16556Artur Signell2015-06-094-37/+57
| | | | Change-Id: I4e0883c58c425fc6287212a97f740016223914b5
* Format UTF-8 filenames correctly for download (#16556)Anna Miroshnik2015-06-092-28/+9
| | | | | | | The code is the same for both FileDownloader and DownloadStream except that FileDownloader forces the content-type to be an "attachment". Change-Id: I50abf3b0f019b773bc0a44b16536a9479f9f472f
* Reset heartbeat timestamp when reopening UI (#18101)Leif Åstrand2015-06-082-0/+89
| | | | Change-Id: I288bae95e364277819727a99854d94fbbc98b162
* Add class name for not editable editor cells (#18021)Teemu Suo-Anttila2015-05-281-1/+9
| | | | Change-Id: I6d5ef1a125ae1739b0e3de49eac2f68ba66afb05
* Update active tab index when overriding selection (#15274)Leif Åstrand2015-05-282-0/+97
| | | | Change-Id: Ic6704be620a3134a52fd3eb6efcd9af1e628dc18
* Only sort when enter is pressed on default header (#16732)Artur Signell2015-05-282-0/+41
| | | | Change-Id: I3bae7c341064f26c6be3c9b66b33239716043fec
* Fix a Grid test failure on FirefoxMika Murtojarvi2015-05-282-7/+11
| | | | Change-Id: If6bdd7150ab61903e40f59d2b40b1ed14a81e2ed
* Fix Grid test failures on various browsersTeemu Suo-Anttila2015-05-284-37/+39
| | | | Change-Id: I586c6b624f16969868be1affeac4707db18f5136
* Ensure the whole hierarchy is refreshed when opening editor row (#17459)7.4.7Artur Signell2015-05-253-0/+176
| | | | Change-Id: I3ecbe212a254d9883f42a4f1368bce6f2a33b402
* Fix MenuBar keyboard navigation and selecting (#17076)Teemu Suo-Anttila2015-05-253-197/+110
| | | | | This patch also changes old TB2 test to TB4. Change-Id: I7a2ba20267d2db99e29003b764530d65a4eab955
* Fix adding a column to Table and immediately changing its size (#17927)Teemu Suo-Anttila2015-05-252-0/+111
| | | | Change-Id: I64942ce53c8d0d1cfe3fe8b9d91cf2b2f5204ebb
* Fix GridStructureTest to workaround Chrome + Selenium issueTeemu Suo-Anttila2015-05-251-3/+4
| | | | | | Test now check for cell content rather than header. Change-Id: I26bd9b8caa478f1c7f197dcf6a351b2871a7255f
* Handle generated empty string style names properly (#17335)Artur Signell2015-05-253-1/+57
| | | | Change-Id: I7e1622e69be7ef5b6df641c0428a521623983e3e
* Fix MenuItemStyleRemoved test UI to work with IE8Teemu Suo-Anttila2015-05-251-3/+14
| | | | Change-Id: Id6db65290caacce1ef32293bc76142d5c6c93f63
* Make FormLayout work with HTML captions (#17143)Leif Åstrand2015-05-252-0/+102
| | | | Change-Id: I880dda9cd25dbd8d6313c1b73b5998679d63aecb
* Potential fix for test ssh problems with Debian 8Artur Signell2015-05-251-1/+1
| | | | Change-Id: I7116a5542257434988421630f217f753a41b7cef
* Don't show loading spinner if there are no tabs (#15241)Leif Åstrand2015-05-251-0/+13
| | | | Change-Id: I42592c828b49bc977693d1252326c6d9c6a45a07
* Avoid on-the-fly compilation when running testsArtur Signell2015-05-151-0/+3
| | | | | | This improves the tests for #15135 Change-Id: I1c884f89bff6842ceff41718ef231b54879982ab
* Removed outdated workaroundAnna Koskinen2015-05-151-6/+0
| | | | | There was a workaround for the old TestBench issue #14405. Change-Id: I6a4425861cb650f901362a00308339745c85955c
* Fixes some broken FF24 tests for Grid.Pekka Hyvönen2015-05-151-0/+5
| | | | Change-Id: I043721cd590bc345d202212bebd3bf38ea091912
* Convert TableDragColumn tests from TB2 to TB4Teemu Suo-Anttila2015-05-153-204/+122
| | | | Change-Id: I9dde8a72ca1f9d3fa2d0c4e740bb2eff278dac7a
* Fix the updating of sort indicators (#17440)Mika Murtojarvi2015-05-152-0/+146
| | | | Change-Id: Ia91e2022b17417f4a56a0797a04d39381652cbf0
* Convert LabelTooltip tests from TB2 to TB4Teemu Suo-Anttila2015-05-154-141/+72
| | | | Change-Id: Ic672deb7903d4ea187a9c7bca292769c304434b8
* Fix Grid reloading test to use ElementQuery exists() methodTeemu Suo-Anttila2015-05-151-1/+1
| | | | Change-Id: I287d19005eabb667b9fea0c918d1fa3e14eea1b7
* Convert MenuBarNavigationMouse test from TB2 to TB4Teemu Suo-Anttila2015-05-152-81/+42
| | | | Change-Id: I0c94d8a0f6fe818a0788aeb1cba5451a1537bbf6
* Provide variable for default contrast value in valo-font-color (#14793).7.4.6Denis Anisimov2015-05-122-0/+87
| | | | Change-Id: Ia6aa73d6b4a9ae6518a57a601bf4a6525572724a
* Fix enabled handling for DateField and PopupDateField (#17620)Artur Signell2015-05-112-0/+170
| | | | | | Updated test when picking to 7.4. Change-Id: I186c6e7f8a01cbf6be4b3d5ea95db5a6b30e48ad
* Convert InitialFragmentEvent test from TB2 to TB4Teemu Suo-Anttila2015-05-112-37/+39
| | | | Change-Id: Ia3cffdb54e49bc85880f60c12c93201abb8ff3a4
* Render CustomLayout properly even if a slot is missing (#17681)Artur Signell2015-05-113-0/+115
| | | | Change-Id: I31956e9db21f5043e648b56e13e0c74731cd9e1f
* Converted javascript tests to TB4 and added date tests (#16797, #16786)Artur Signell2015-05-119-75/+173
| | | | Change-Id: I0ac58945d70676135d982f5b829b065b96b1ffa4
* Fix ComboBoxMouseSelectEnterTest to work with old ComboBoxTeemu Suo-Anttila2015-05-061-14/+15
| | | | Change-Id: Ida5e8ecbde47246cf4f282855ee38a32b71a9915
* Fix Grid editor area calculation without scrollbars (#17471)Teemu Suo-Anttila2015-04-272-0/+89
| | | | Change-Id: I55791e0bf46b00ea90daaeb1af8b4ca2748ff9d1
* Keeping MenuItem custom classes when updating styles (#17427)Alexey Fansky2015-04-272-0/+73
| | | | Change-Id: I54b7e700148797f0145c4ec5f1802ea999142ab3
* Iterate over copies of listener lists (#17477)Henri Sara2015-04-272-0/+168
| | | | | | Allows adding/removing view change listeners from listeners. Change-Id: Idb2227e1423c0297887f01f6df03b74e633ad917
* Remove broken custom String[] serialization (#17146)Leif Åstrand2015-04-275-8/+17
| | | | Change-Id: If40b6c4e979e4258a22a7d2d1af0532d3e8f11bc
* Auto focus modal window (#17021)Ilya Ermakov2015-04-272-0/+176
| | | | | | | With this patch a modal window is always given focus on opening and in the situation when an above-lying window is closed. Change-Id: Ie13869830df13f411e4f14340745d501a1aabafa
* Update favicon when changing themes (#15481)Leif Åstrand2015-04-272-0/+131
| | | | Change-Id: I3622d211ac5e668f7dce999605118f8f16ffae90
* Re-showed tab is displayed if there is room for it (#17096)Alexey Fansky2015-04-272-0/+186
| | | | Change-Id: I52c9a47e2b9eed3a3f73f34e4c3e770b915509bf
* Revert "Reduce reflows when sizing columns (#17315)"7.4.4Markus Koivisto2015-04-164-256/+0
| | | | | | | This reverts commit 103b329d328ab0dde95da9426462491be510a8be. It causes problems with screenshot tests (GridColumnAutoWidthServerTest). Change-Id: I1de4a44573b22e0bea8ffa2626724e2a182cb876
* Changed combobox classMarkus Koivisto2015-04-151-1/+1
| | | | Change-Id: I6c741c2f41446b5f3f3058df93827a591e8627bc
* Prevent opening Table context menu on short tapping on iOS (#15297)Ilya Ermakov2015-04-151-0/+106
| | | | | | | | With this patch handling touchstart in Table body is prevented if it is handled in Table row. This is the smallest patch that solves the problem, refactoring remains an open problem. Change-Id: Iea54210ee81a3fdf17e45c6c98026af9080abddf
* Grid header should render "the same" after changes to header (#17131)Mikael Grankvist2015-04-152-0/+339
| | | | Change-Id: I2a16ffbd59bf4863eb6a7bea8d4b590a693af637
* Adding a temporary style to VNotification on Chrome >=41 (#17252)Alexey Fansky2015-04-151-0/+33
| | | | Change-Id: I41c05e8f8487d351035804e0681947956d861479
* Don't use !important for ColorPicker width in Valo (#17140).Denis Anisimov2015-04-154-0/+224
| | | | Change-Id: I47feff9c78a39e30233f388b938c7e4e53b52051
* Grid layout slots should be slot size not slot content size (#17039)Mikael Grankvist2015-04-152-0/+164
| | | | Change-Id: I73a26b0d2f07bb624df6037e4e77f7137fd21791
* Set value selected by mouse when pressing Enter in ComboBox (#16981)Ilya Ermakov2015-04-152-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 Conflicts: client/src/com/vaadin/client/ui/VFilterSelect.java
* Displaying tooltip on touch devices underneath the field (#17150)Alexey Fansky2015-04-151-0/+66
| | | | Change-Id: I7381a6212b824f9dafc5fe7359b0e791f15c57b2
* Disallow RunLocally annotation in framework tests. Fix NPE forTeemu Suo-Anttila2015-04-154-4/+23
| | | | | | screenshots. Change-Id: I72793d85dfaba41aefa5370331c1ae81348607e9
* Don't remove frozen columns when columns reordered in Grid #16901Pekka Hyvönen2015-04-151-0/+17
| | | | Change-Id: Ib812ecd6afeb92d56bb179bcb120c65f20d26a8c
* Make test work in uitest.warArtur Signell2015-04-151-2/+2
| | | | Change-Id: I8db1b39e2b6372b460550c56884d3bea47c1155e