summaryrefslogtreecommitdiffstats
path: root/uitest/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove accidentally cherry-picked testLeif Åstrand2015-03-051-219/+0
|
* Add project, build and test name capabilities.Sauli Tähkäpää2015-03-041-0/+12
| | | | | | | - Helps identifiying problem points in test queue - Enables grouping tests in BrowserStack and other services. Change-Id: I444d0aa07900c39b4dafc2d6b6889975b3de3bec
* Fix test url parameter concatenation.Sauli Tähkäpää2015-03-042-14/+26
| | | | Change-Id: I7063aedc870330c1159e44b05ac3e729ad837ba1
* Migrate TB2 tests from package applicationservlet to TB4Teemu Suo-Anttila2015-03-044-92/+145
| | | | | | | MultipleServeletConfigurationTest SystemMessagesTest Change-Id: I85f0bc2daed4d9ef2a4a341f4614c8a501256565
* Use TestBench-4.0.2Teemu Suo-Anttila2015-03-04112-1476/+686
| | | | | | | | - Based on TB4 Parallel testing. - Browser setup no longer uses static capabilities. - Some code cleanup here and there. Change-Id: I5c419316cd36f4f5041eaa8da8fda3d8b46596c4
* Migrated tb2 tests to tb4Miki2015-03-046-15/+238
| | | | | | | | | DeploymentConfigurationTest OldUIOnReloadTest ErrorInUnloadEventTest VaadinSessionAttributeTest Change-Id: I2ccddf4d2bd01f4532dda79698e6be71b3b1a9f5
* Add build parameter com.vaadin.testbench.hub.url.Sauli Tähkäpää2015-03-041-0/+11
| | | | Change-Id: I413c1dfffcba794aeaa33bbfef4b90b22f5f6fb7
* Refactor ContextMenuSizeTest.Sauli Tähkäpää2015-03-041-71/+53
| | | | Change-Id: Ia32378bbac45d4e103d5af5643b74ac6bca9424d
* Use TestBenchElements in GridElement API (#16600)Teemu Suo-Anttila2015-03-041-11/+11
| | | | Change-Id: Iad416ae1c8df1c1dddadadd107e8cc2817450ac9
* Restoring overflow-x and overflow-y in runWebkitOverflowAutoFix (#16650)Alexey Fansky2015-03-043-0/+209
| | | | Change-Id: I7be1c1571ee5ede0ce481faf823f5f271a280a8a
* Fix text input of PopupCalendar in Internet Explorer (#16677).Mika Murtojarvi2015-03-042-0/+101
| | | | | | | Similarly to VTextField, VTextualDate now uses KeyDownHandler with IE to process the pressing of the return key. Change-Id: I139134fc38678ad46f0c46f30e3de25547b9a3c6
* Displaying tooltip in slot for touch devices (#15353)Alexey Fansky2015-03-041-0/+57
| | | | Change-Id: Ia2fce4dbfc205b44622557017afff19c4a2ef7df
* Fixes subpixel allocation accuracy and speed (#16614, #16750)Henrik Paul2015-03-042-17/+27
| | | | | | | | This reverts workarounds used in subpixel quick fix commit 6133b2cffd0c0b0e0e360ae30330a8adbe7662f4. New logic uses Escalator's more optimised multiple column width setting method. Change-Id: I0863f9774e6efc26f01ebdb736b4847e4ef5354c
* Make Grid recalculate columns on resize (#16539)Teemu Suo-Anttila2015-03-032-0/+104
| | | | Change-Id: Ib2b9ecc995ec6fe2627c545efc2a312a59df6b9c
* Reapplying column width on Grid actually reapplies the width (#16900)Pekka Hyvönen2015-03-032-0/+44
| | | | Change-Id: I8a0bc92294004411782c6ee5b0e460b892570aa3
* Make server tests work againArtur Signell2015-03-031-2/+2
| | | | Change-Id: Ie0097cef628ef013579067443d4a52be049cf1da
* Fix adding and modifying multiple rows in Grid (#16905)Teemu Suo-Anttila2015-03-021-0/+14
| | | | Change-Id: Ib3ae8d305f44a78c9bd6f4539ca9cee2a487d269
* Clearing the sorted indicator if sorting was disabled (#16563)Alexey Fansky2015-03-024-1/+206
| | | | Change-Id: I03677e25d639264d5056c5b86b7be8277fe332a4
* Fix the initial location of a Window (#16486).Mika Murtojarvi2015-03-021-0/+79
| | | | Change-Id: Ie34384a9683376dda8b78434e0db885591964aba
* Table should load widgets after container content refresh (#16611)Mikael Grankvist2015-03-022-0/+198
| | | | Change-Id: I887830f31f886743d1bd7167236e2f7b61349dd7
* Method for requesting column width recalculation (#16748)Artur Signell2015-03-022-0/+177
| | | | Change-Id: I089f08a056a358d9857ce6608293878e2b8bbd9e
* Maintain Grid scroll position on detach and reattach (#16220)Johannes Dahlström2015-03-022-11/+30
| | | | Change-Id: I6ac5c3304bcd22e23f298c4dbdd65358aa1c64f7
* Fix Escalator size changes when scrolled to bottom (#16382)Teemu Suo-Anttila2015-02-251-0/+49
| | | | Change-Id: Iaf8b21e9c6a09e51667eebae1fdd4b1f5ebabedd
* Add overload to openTestURL for giving UI class as a parameter.Sauli Tähkäpää2015-02-234-22/+42
| | | | Change-Id: Ia964bb1bd185f5b78af1581c58f3f9247fad281c
* Cleanup UI even if detach fails (#16651)Artur Signell2015-02-232-0/+109
| | | | Change-Id: Iefc27b7047836243268970605ba2e946fac55e95
* Fix RpcDataProviderExtension value change listener setup (#16550)Teemu Suo-Anttila2015-02-201-0/+12
| | | | | | | This patch changes value change listener mapping from itemid based to index based mapping. This makes removing rows much less error prone Change-Id: I77e9078de4ae61ce5d752cc394aa47bccd505e70
* Enable navigation on a readonly Calendar. (#16523)Sauli Tähkäpää2015-02-194-0/+320
| | | | | | | | | - Month view: navigate to week and day views - Week view: navigate to day view and to next and prev weeks - Day view: navigate to next and prev days - Month view: hidden events can be expanded to view. Change-Id: I19c64ae64c55b8e07be7f73be64e18e700f849b5
* Resolve infinite loop when clearing and adding rows (#16747)Teemu Suo-Anttila2015-02-192-0/+121
| | | | Change-Id: Ibc364502cb756c499eb170a6a0c509f31d7fccb9
* Don't click widget headers to set selection in test (#16567)Leif Åstrand2015-02-101-2/+2
| | | | Change-Id: I627cb68e54204a7af9c2ad53b131c4928a19e9b0
* Remove grid.[set|get]EditorField(Object, Field) (#16538)Leif Åstrand2015-02-103-7/+10
| | | | Change-Id: Ia5c09b80e32f9842fb4680f035b53cea755cb451
* Make TableNavigationPageDownTest not rely on page down/up scrolling amounts.Sauli Tähkäpää2015-02-101-58/+60
| | | | Change-Id: I31f4eafcc78b8734c9a0651526790f5e1623ec93
* Adjust ContextMenuSizeTest to work with Chrome 40.Sauli Tähkäpää2015-02-101-1/+1
| | | | Change-Id: I8e2562e5833684e07dfc3ceb754fa043af69f5f1
* Update Chrome to 40.Sauli Tähkäpää2015-02-103-31/+22
| | | | Change-Id: I6f970babd7cf6d32d4cf816727d44e140a1018c0
* Rename com.vaadin.ui.renderer to com.vaadin.ui.renderers (#16521)Leif Åstrand2015-02-065-11/+11
| | | | Change-Id: I6fd0313aaba5619a55f03fb52d72c032ea18f409
* Add API for controlling deselection for single select model (#16567)Leif Åstrand2015-02-064-5/+190
| | | | Change-Id: Ieb245205b3a311a4563f39bc48baadc44e218b61
* Show editor save error (#16602)Leif Åstrand2015-02-064-10/+39
| | | | Change-Id: I2727a9fabef4291798e97495c2df86b077387cbb
* Highlights erroneous cells in Grid editor (#16575)Henrik Paul2015-02-064-1/+48
| | | | Change-Id: Ie1f9d738db7a03ddb01b968782ad5e4877af1d7e
* Grid editor theme redesign (#16593)Jouni Koivuviita2015-02-062-6/+5
| | | | | | | | Editor theme is now more flexible with regards to CSS. There are now separate elements for containing the edited cells and the “footer” which contains an optional message area and the save and cancel buttons. Change-Id: I9addcb6adca792a9251ffada99fbe9b77502c77a
* Grid columns can now be marked as non-editable (#16538)Johannes Dahlström2015-02-065-10/+46
| | | | | | | | | | | | Non-editable columns are not assigned editor fields. When the editor is active, any non-editable content is not displayed (this should changein the future). This is separate from setting the property or editor field read-only - in those cases the field is still used to display the data which may not be desired and will fail if there is no converter. Also add Column.setEditorField(Field<?>) and the corresponding getter. Change-Id: Ice17c357895cb63a8e1bfd6abaffc1d803399e98
* Close notification correctly in GridEditorTestTeemu Suo-Anttila2015-02-052-1/+10
| | | | Change-Id: Ibe5f1cab99025fa4760ebd1e6b9d11d739e1a435
* Report ip of test machine containing wrong browser versionArtur Signell2015-02-051-2/+5
| | | | Change-Id: Ib94fbf8a092e321612081672ae54b1170a05b358
* Make test work on all browsers (#13775)Artur Signell2015-02-052-2/+19
| | | | Change-Id: I282b3d5b14a5ec09060491bd9833c76f061bbf56
* Makes it possible to change save/cancel captions in Grid editor (#16551)Henrik Paul2015-02-054-7/+115
| | | | Change-Id: I4e303613f66a13b3ad6a9b2284537e5548391a4a
* Speeds up column adding in Grid (#16474)Henrik Paul2015-02-051-0/+8
| | | | | | | Grid.onStateChange is now about 40% faster when adding columns, and setting several column widths has now way less overhead. Change-Id: I7bd900324207bfb2543a1a90390665b90206aefd
* Editor save/cancel buttons stay visually in place (#16562)Henrik Paul2015-02-051-2/+0
| | | | Change-Id: Ia63ffc36bee83e1bd20dc6e1a83616f94574a89b
* Defer RPC calls in RpcDataProvider to avoid cache issues (#16505)Teemu Suo-Anttila2015-02-052-3/+68
| | | | | | | | This patch defers cache refresh and row adding/removing. These calls are omitted completely when making initial response to the client or updating the size with bare ItemSetChangeEvents. Change-Id: I6b350680b3e2381caf6a66c9a4ad283207d024dc
* Check if event move is allowed also in month view. (#15174)Sauli Tähkäpää2015-02-052-0/+108
| | | | Change-Id: Ie4f01a74d3f2a8e388aed0c2d8b1a99384cb042f
* Add methods for getting invalid fields from a FieldGroup (#13775)Artur Signell2015-02-043-6/+105
| | | | | | | | | | | | * Method for retrieving all failing fields exceptions from a CommitException * Methods for handling commit errors in Grid (#16515) * Show editor row validation errors only on the fields (#16509) Change-Id: Iabef662579e4ccae3803a513205e46542c41cce2 Conflicts: server/src/com/vaadin/ui/Grid.java
* Use a custom field factory for editor row (#16513)Artur Signell2015-02-041-0/+39
| | | | Change-Id: I0102d93c7f661993a5a07d2bcdf511f433419300
* Make test reliableArtur Signell2015-02-031-29/+61
| | | | Change-Id: I10ebe9131d059277f4e02dd3b4db9ea3cd58faac