summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin
Commit message (Collapse)AuthorAgeFilesLines
* Fix DetailsRow communication use connector IDs (#18493)Teemu Suo-Anttila2015-07-212-5/+25
| | | | | | | | | Details are now initialized when they are made visible. The old way of requesting when seen caused a lot of problems when moving stuff around. Now uses less communication, but reserves a bit extra resources due to all details components being in the hierarchy. Change-Id: If94e8df76254816aeb2fd681624fc82e7718cbb8
* Convert ComboBoxLargeIconsTest from TB2 to TB4Teemu Suo-Anttila2015-07-211-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: I59afe353853026a88b16bcabb5f7a3923d5db7cd
* Stabilize Grid tests on IE11Teemu Suo-Anttila2015-07-212-5/+8
| | | | Change-Id: I86fec91d695cb2e934230750451fdc37a1f48b86
* Workaround for IE10 invalid min-height calculations (#15169)Artur Signell2015-07-212-0/+102
| | | | Change-Id: I322b11248db0449e9cddc471a719c83105802896
* Select last item only if filtered items exist. (#18441)Sauli Tähkäpää2015-07-212-0/+45
| | | | Change-Id: I8fcf93e807f90c297b0bc4a8820a88ff5a58aeca
* Grid sidebar menu design changed. See design document and comments at trac ↵elmot2015-07-211-6/+6
| | | | | | ticket. (#18325) Change-Id: I65be0245c9bfcd7986cc188b96a6bade9e8c4a54
* Support frozen columns in Grid editor (#16727)Johannes Dahlström2015-07-216-5/+132
| | | | Change-Id: I0ce69b37c87a345e5757636292cf52fbdd4eb0c2
* Use FixedNotificationElement in BasicPersonFormTestTeemu Suo-Anttila2015-07-211-2/+2
| | | | | | This makes tests more stable with IE browsers Change-Id: If907dbd0406509b6ece2ad119a2b7b16ccf79f38
* Increase Tooltip z-index to be larger than the default overlay z-index. (#14854)Sauli Tähkäpää2015-07-212-0/+80
| | | | Change-Id: I2122c7a1475a6ec3f53be92f04e770e4a8104167
* Convert EmbeddedWithNullSource test to TB4Teemu Suo-Anttila2015-07-211-0/+46
| | | | Change-Id: Ic6b4eb43555cb44f8bdeeb55df3ffc919cd04664
* Fixes scrollToLine while resizing Grid via split position (#18424)Teppo Kurki2015-07-212-0/+122
| | | | Change-Id: I589622de8f0078c4fcbdcc50bc074dcc6e11e6bc
* Stabilize TB4 tests with IE 11Teemu Suo-Anttila2015-07-214-8/+28
| | | | Change-Id: I02ad2fa8e4d8405fff010f0d94a174deee6816fc
* Read debug window settings when all entry points have run (#17882)Leif Åstrand2015-07-214-1/+165
| | | | Change-Id: I033635b0c314e67330f894e79d69fc8d2e129562
* Convert OutOfSyncTest from TB2 to TB4Teemu Suo-Anttila2015-07-212-48/+96
| | | | | | This behaviour was changed in patch for #12909 Change-Id: I616f8bd8b486b402a204056d0f76b4be6a7a15e4
* Update connector hierarch when canceling editor (#16976).Leif Åstrand2015-07-212-0/+163
| | | | Change-Id: I6e398952f84620955f9f1d61ef5ee90f81e28007
* Convert TB2 test TreeContextMenuAndIcons to TB4Henri Sara2015-07-213-5/+138
| | | | Change-Id: I09751846794f4d1a16a3edd5ab09579da2f7ffa2
* Convert EmbeddedAltText test to TB4Henri Sara2015-07-211-0/+60
| | | | Change-Id: I92e0cfbc10d76b76e47f20b366351a8e0023993c
* Convert UndefinedHeightSubWindowAndContent test to TB4Henri Sara2015-07-211-0/+34
| | | | | | | | The shadow artifacts seen with TB2 seem to be a TB2 timing issue and are not reproducible manually or with TB4, so simply checking window size. Change-Id: Ib50412a1a103032bf3c8fa47ca16bab634eafde2
* Convert EmbeddedClickListenerRelativeCoordinates test to TB4Henri Sara2015-07-212-4/+95
| | | | Change-Id: I3b26211895c2b87bdec2508eb147fe1d9978c131
* Log exception from responsive with cross site css in FF (#16249)Leif Åstrand2015-07-212-0/+71
| | | | Change-Id: I073659e782d1451f1d5ca4782d6bb5b8cb988d1d
* Make async remove check work without push (#12909)Leif Åstrand2015-07-213-0/+143
| | | | Change-Id: I8d641d55de873283de5ba32f12c304622ce24152
* Revert "Render nested invalid layouts correctly (#17598)"Teemu Suo-Anttila2015-07-213-146/+0
| | | | | | This reverts commit ac4e85f4e35a57d1ba6e6f3448744cbb0c2df60f. Change-Id: I892896e953637d793d0c0a788f28f3b61494d441
* Fix BasicPersonForm test UI notifications to be more stableTeemu Suo-Anttila2015-07-101-1/+3
| | | | Change-Id: I3b2a338b909c5bf9f3aff0736a8e3067a4d23dd1
* Fix displaying Details when Grid is attached to DOM (#18390)Teemu Suo-Anttila2015-07-102-6/+49
| | | | Change-Id: Ib892eb4d40bbb655113d21b622cc117d54b2cebc
* Attach GridLayout children in logical order to preserve focus order (#18353)Yuriy Artamonov2015-07-102-0/+196
| | | | Change-Id: Ib5477cfe2e2ad6eaeabdb6c829f6ad16e31d1eaf
* Fix Grid detaching with open details rows (#18415)Teemu Suo-Anttila2015-07-092-0/+179
| | | | Change-Id: I68f5edcfc48063419109b1f3b3f61853db5cfd1a
* Improve Eclipse auto-complete experience for openTestURLLeif Åstrand2015-07-081-0/+9
| | | | | | | | Selecting the varags method for auto completion will annoyingly create suggest passing parameters to the method, which is rarely what you want to do. Change-Id: Icbdc2a9aa3b3fd10765aaf0b6fd8f4837c28a510
* Ensure correct render of selection when changing selection model (#17087)Artur Signell2015-07-082-0/+29
| | | | Change-Id: I0f7e0d6027d193acaa13e9f71b3d55b6ea2087f1
* Added missing "grid" TestCategory for grid testsTeppo Kurki2015-07-0813-5/+32
| | | | Change-Id: I5e38713ba45cf75259afcc8960188349b15945ec
* Migrate ComboBoxNoTextInput test from TB2 to TB4Henri Sara2015-07-082-0/+107
| | | | Change-Id: I3c2e5022639da785ab76eb8cf12b979195b76ff3
* Add test for Table visible column order/count change (#9781)Anna Miroshnik2015-07-082-0/+191
| | | | | | | | | | Table should work correctly when changing both column properties (width etc) and the number/order of visible columns. This is nearly a duplicate of #17927 and its fix (commit 08dfe45d) fixes #9781 as well so only committing the test here. Change-Id: I9fc74dd0f4c8631ff97fae3e85ab97a940640273
* Fix Grid header adding and removing with select all checkbox (#17592)Teemu Suo-Anttila2015-07-071-0/+14
| | | | Change-Id: I4306635ca334429ef006216c5b35165cf89a938f
* Keep a reference to the file we are uploading to keep IE10 happy (#18372)Artur Signell2015-07-071-0/+153
| | | | Change-Id: I480c37b051f0efb2b0d7b1c6922eb7479117b62c
* Render nested invalid layouts correctly (#17598)Artur Signell2015-07-073-0/+146
| | | | Change-Id: Iaaf86a6d0d3dbd33beb0d76f64383548be196f4d
* Enable test fixed by #18213Artur Signell2015-07-041-12/+0
| | | | Change-Id: Ibbe15d7ea10edec78dd0c687a8e5a20d6ac2ed8b
* Fix Grid details on sort to display them on correct rows (#18224)Teemu Suo-Anttila2015-07-041-0/+25
| | | | | | | Due to the nature of Container this is only achieved by removing any existing details and reopening those after the sort is done. Change-Id: Ie8f89b4b01ad53df6eb4cac9e9c360565c7e50c9
* Make checkboxes immediate in tests.Henri Sara2015-07-042-4/+12
| | | | | | | AudioTest was broken by the fix for #18102 as CheckBox is no longer immediate by default. Change-Id: I2022bae6445320d205fd8b419a28bffb64e70bd5
* Do not let Escalator set width to spacer row's TD element (#18223)Teppo Kurki2015-07-042-0/+158
| | | | Change-Id: I560bb4663d72cc4f939f2d463ef678fd335e7e8e
* Add generic resize performance testbed and a test UI for GridLeif Åstrand2015-07-044-0/+384
| | | | Change-Id: I61a2bb0836cf4f2bbbb9c5de3f9f5dc11cbe7c81
* Converted split panel min/max test to TB4Teppo Kurki2015-07-042-5/+255
| | | | Change-Id: I87bb905bf48dfeaec21abaafefbb617f05b0a3f5
* Change focused Grid cell when scrolling with the keyboard (#18356).Mika Murtojarvi2015-07-041-18/+29
| | | | | | | | | - The focused cell is now updated when scrolling with pageup/down, home or end key. - The scroll amount is slightly reduced to ensure that no cells are skipped over with pgup/down scroll. Change-Id: I8a7dccf46350761f86714715183b24ec29d79f4e
* Fix incorrect system notifications with details styling (#18340)Artur Signell2015-07-046-29/+54
| | | | Change-Id: If0b5e185a049daadfa96dcdd2aa366e38d18fb7f
* Port ItemClickEvents test from TB2 to TB4patrik2015-07-043-9/+408
| | | | Change-Id: I90c302cc42cdc8bcf79c2a6035caf92fa6d8dae2
* Support taking test screenshots of individual elementsArtur Signell2015-07-042-1/+193
| | | | Change-Id: I8fc5df882aa1ce0c897777111a2ac49856bd91cc
* Properly toggle editor state when calling editId() on the serverArtur Signell2015-07-042-0/+108
| | | | | | | | | | | | | | (#18287) Ensure isEditorActive() returns false if editItem(...) has been called but the editor has not yet been opened, as it should according to javadoc isRendered() requires that the editor fields are marked as dirty when they are made visible on the client (isEditorActive() changes state) Change-Id: I7123332c6769f7a7f6b00852bddc8dbbaa311754
* Reformat with Luna SR2Artur Signell2015-07-0418-113/+145
| | | | Change-Id: Id1f16b16cdf5712bf26e0f2dfc9c9ad651fe1144
* Update theme resource references for legacy components (#17027)Artur Signell2015-07-042-0/+264
| | | | Change-Id: I88d9f0dc288c56db3f93887f6e7cdfc20ba01cfa
* Pass critical notification details to the client (#18342)Artur Signell2015-07-041-5/+23
| | | | Change-Id: I50fbbd0f3e6589d144b733c5f08f5a625acfc1e6
* Use computed style in more IE9 edge cases (#13359)Artur Signell2015-07-042-0/+140
| | | | Change-Id: Ifa84ad55462fcff90159ea08a61a11f613951adc
* Fixed regression by #15381 on IE8Teppo Kurki2015-07-041-10/+8
| | | | | | | | The opacity for disabled menu items looks very ugly on IE8. Fixed by using the previous gray color for text and opacity filter only for the item icon. Change-Id: Ieea18f9e14d3b947c9836956c00721c30685b912