summaryrefslogtreecommitdiffstats
path: root/uitest/src
Commit message (Collapse)AuthorAgeFilesLines
* GridLayoutDetailsRowTest to work with PhantomJSAnna Koskinen2016-07-141-14/+1
| | | | Change-Id: Id88508acf416c162e0107a7ca1ebcf7ba376a63a
* Fix and optimize TabsheetScrollingTestHenri Sara2016-07-131-3/+15
| | | | | | | | | The test was based on the assumption that only the visible tabs are in the DOM of the tab bar. This assumption was no longer true. Furthermore, the test iterated over all tabs which led to performance issues especially on IE8. Change-Id: If8e904418bdb81cf2762475b317adb2b21dcc032
* Fixing Grid Layout required indicator position (#18418)Henri Sara2016-07-132-0/+245
| | | | | | Required indicators in Grid Layout are now located right after the fields Change-Id: I764fe15a967673c3a70a2a8ab97e7d1a223061fa
* Disable tooltip tests for Firefox.Henri Sara2016-07-139-11/+58
| | | | | | | | | | Since the fix for #13370 which causes tooltips to react to mouseOut, TB tests for tooltips fail on Firefox because of an extraneous mouseOut event from FirefoxDriver. Tooltips do work in manual tests also on Firefox. Change-Id: Ic6d73bb4487749618bbc5c7e3a8416107adb4856
* Update test for Chrome 51Henri Sara2016-07-121-1/+1
| | | | Change-Id: Idea068b22acc0955a272db3da5f555a7ee0d902f
* Fix navigation to same view with different parameters (#20029)Teemu Suo-Anttila2016-07-061-0/+54
| | | | Change-Id: I0ecc18f0ee5aecac42cfc6c9422932e2e308ab83
* Updates to Grid's height handling (#19690).Anna Koskinen2016-06-292-0/+388
| | | | | | | - new height more for undefined height that works like in Table and resizes the grid when details row opens or closes Change-Id: I2dc817140308093865be30de72edcd6494e4a44b
* Fixing messed up column in Grid after hide, resize and show (#19826)adam2016-06-072-0/+180
| | | | | | | When resizing a column in Grid, widths of all columns without a fixed width (-1) are set to their actual width. This is 0 when the column is hidden. Change-Id: If50e71c748cd0674f44d9e51777518eb48b42c5c
* Suggestion pop-up width API for ComboBox (#19685)Jonni Nakari2016-05-318-0/+393
| | | | | | | | | | | | | | Added API setPopupWidth(String) to ComboBox. The suggestion pop-up now has three different width modes: 1. Legacy "null"-mode: width is determined by the longest item caption for each page. This looks & feels like the old implementation. This is the default mode 2. Relative to the ComboBox. e.g. 100% 3. fixed width using any CSS definition Change-Id: Id60a6996ee82726196b84d50c2d0d18a6cfb5ebf
* Send an ack message after push has removed connectors (#19822)Artur Signell2016-05-272-0/+128
| | | | | | | The server side needs to know the client has removed the connectors to be able to do cleanup Change-Id: Ic3d41cc5cbab035a53bf5c99496d74858c376e73
* Update Jetty version in uitestTeemu Suo-Anttila2016-05-202-11/+12
| | | | Change-Id: I74300ea0724be1e56ea94d3f1327f49b05a09a87
* Notify server side component about clicks in form layout (#6346).Denis Anisimov2016-05-192-0/+158
| | | | Change-Id: Ia14a50aba17689b580bb265c9693c3ae503fee34
* Remove shortcut listener from subclasses of AbstractComponent (#16498).Edoardo Vacchi2016-05-172-0/+198
| | | | | | | e.g., Panel shadows actionManager with its own instance field * solution: always invoke getActionManager() Change-Id: Ibeca2ad53cb1175ae1ebcfb4d68b3d2bf36ea8b2
* Eliminate rounding errors for GridLayout expand ratios (#19797)Artur Signell2016-05-162-0/+97
| | | Change-Id: Idf05dde5d6526fafee618fd3e2eb1afa63fab7bc
* Disable multiselect checkboxes when Grid is disabled. (#18560)Sauli Tähkäpää2016-05-132-0/+113
| | | | Change-Id: Ief0531fe90b9bc8bcf0a60132211a0633b9401d4
* Fix opacity value for disabled label and non-collapsible column (#15489)Denis Anisimov2016-05-134-0/+235
| | | Change-Id: I0d669f1c85feebcaa01c58fb81b5e20802440ef2
* Fixed tooltips for sub-windows (#19073)Pontus Boström2016-05-122-0/+123
| | | | | | | The subwindows tooltip is now also shown in header and footer of the subwindow. Added also tests for the feature. Change-Id: I933dad9e8530ce20b930fe22caf9e79a3ad3e3d2
* Use error styles for NativeSelect/ListSelect/TwinColSelect in Valo (#19550)Artur Signell2016-05-111-0/+115
| | | | Change-Id: Ifc87f48b8145b56c7b83b9ce4aa1db8a698d7d49
* Avoid rebuilding VListSelect DOM for each round trip (#14765)Leif Åstrand2016-05-115-0/+478
| | | | Change-Id: Iebcea0fd80eb9c1e0f14357fa09a264db5f1ee06
* Remove guava URL encode dependencyMarkus Koivisto2016-05-111-2/+1
| | | | Change-Id: I7b76c7736f470dd5016370b61d3872300c3331a9
* Always close expanded top level menu item on click (#14568).Denis Anisimov2016-05-112-0/+152
| | | | Change-Id: I04b0b64fd9054b7284efa59a8c56d8a64616ca7b
* Always return cursor position 0 when displaying input prompt (#19766)Teemu Pöntelin2016-05-112-0/+72
| | | | Change-Id: Ibca58259a0bbcda7141b996020bae8614f0c2114
* Fix null selection to work again (#19787)Artur Signell2016-05-092-0/+45
| | | | | | Reverts the fix for #15181 Change-Id: I9ec45b1c9aad9788559d0de2b086bf5cf4af6b12
* Compare against references also if no version specifiedHenri Sara2016-05-041-7/+11
| | | | Change-Id: I4396f456770aab470a98b19c5474f1a74e72f141
* Revert "Better default for nullRepresentation (#13221, #12877)"feature/standard-sassIlia Motornyi2016-05-043-114/+1
| | | | | | This reverts commit 85870ccd9f93cebd839d22d2bd63ec817bb90a3d. Change-Id: Ifb9bbac0ee36e71d2251c31b936a12f1f3ea7315
* Take body scrolling into account when deciding combobox popup position (#19162)Artur Signell2016-05-023-0/+98
| | | | | | | | | | | For standard standalone Vaadin apps, the body scroll is not scrollable. For these this change should have no effect. In embedded cases and when running as portlet, the body is scrollable. For these cases, the popup is now correctly shown below the combo box when there is space. Change-Id: Ia183f4f2988e6593634f6e9735fd58abbd4a1da1
* Better default for nullRepresentation (#13221, #12877)Matti Tahvonen2016-05-023-1/+114
| | | | Change-Id: Ia4662c79b20ee699b3a9741ffa24c4de6645b775
* Expect Chrome 50 in VerifyBrowserVersionTestHenri Sara2016-05-021-6/+5
| | | | Change-Id: I65c0231b5f6a1ad14a8439824a95c36a9f6e8138
* Fix CriticalNotificationsTest on ChromeHenri Sara2016-05-021-0/+6
| | | | | | | Without this fix, a mismatch in screenshots causes a non-screenshot test failure. Change-Id: I6fb157a764ef1ec594836cbeceacd898820e7e11
* Restrict grid sidebar size to visible viewport (#19349)Artur Signell2016-04-282-0/+164
| | | | Change-Id: I75b7c662251de53b46e045d17d3cac650586acd2
* Scroll selected tab into view (#3899)Artur Signell2016-04-282-1/+37
| | | | Change-Id: I4e86caa4ad02dfc5d0eaa33b85f67da3837fcea0
* Use the correct window height when comparing to browser window height (#19590)Artur Signell2016-04-282-0/+82
| | | | Change-Id: I7fdecab93fa6730e63e3ba7f0df3a67f3020c19c
* Double check table focus in IE (#19676)Artur Signell2016-04-281-0/+135
| | | | Change-Id: I46d95e0b198dd4594e5c84dda9b6c462d4a7bf51
* Take transition into account for Window layout (#15192, #19525, #19415)Artur Signell2016-04-284-0/+225
| | | | Change-Id: I33bbbac39bff97330b166e1c608b702fe6e527d7
* Do not throw an exception for PhantomJSHenri Sara2016-04-282-7/+19
| | | | Change-Id: Ief7ae278c8c120c40cd73bc93f982db912ef6648
* Fix formatting of VaadinBrowserFactoryHenri Sara2016-04-281-6/+8
| | | | Change-Id: I9b650faf2c35d64230b65791fcc28be2c421f0e6
* Add browser factory for SauceLabsHenri Sara2016-04-281-0/+112
| | | | Change-Id: I91fffa8e88ab83e262d09c55282dc51562709b76
* Add browser factory for BrowserStackHenri Sara2016-04-281-0/+128
| | | | Change-Id: Id761c99068410c9d00f2b2a124568e3c86d112d7
* Add a way to override browser factoryHenri Sara2016-04-281-0/+31
| | | | | | | Use the parameter browser.factory to select a class implementing TestBenchBrowserFactory. Change-Id: Ibc1f11ad83f8ac1ed85766892cfa0463af9bf440
* Move compiled themes out from resourcesTeemu Suo-Anttila2016-04-2758-0/+0
| | | | Change-Id: Id5cc38c717cd43f8e524db330c205958c8db1e31
* Move test UI to correct source folderTeemu Suo-Anttila2016-04-271-0/+0
| | | | Change-Id: Iadb594d23632b71ca75eab36939cee422dda61cb
* Moving WindowAndUIShortcuts to the correct placeelmot2016-04-262-0/+0
| | | | Change-Id: If2e7c44e1497f600cf050c8430dafa62de1bd0a5
* Merge remote-tracking branch 'origin/master' into feature/mavenizeTeemu Suo-Anttila2016-04-213-2/+122
|\ | | | | | | Change-Id: I1c55d6158caf32b796a9ad0d9e8df5392812e9a6
| * Fix Chrome version stringMarkus Koivisto2016-04-191-2/+3
| | | | | | | | Change-Id: I488785bfde5edf83564a5e0f426dca9cd99ca373
| * Only handle shortcuts targeted for UI or body element (#19498)Artur Signell2016-04-182-0/+119
| | | | | | | | Change-Id: I796d7e4ac94db1b2b9d8698e9753a5be007a1c8c
* | Move/remove old TB2 testsHenri Sara2016-04-192-0/+124
| | | | | | | | Change-Id: I6f1c2c3dc55b76c66f3d231f37d6b0709126d801
* | Fixes for DevelopmentServerLauncherHenri Sara2016-04-183-4/+4
| | | | | | | | | | | | | | | | | | Makes it possible to run DSL in the uitest project using the same configuration as before. Note that this change might not fix all issues with DSL. Change-Id: Ie69a97e79247d6c211eb0762c4d4def3499b88ae
* | Build uitest war with mavenTeemu Suo-Anttila2016-04-152826-2/+3534
|/ | | | Change-Id: I32625901ca27a282253df44c6e776cf9632bacda
* Prevent closing of uncloseable Window on esc (#19700)Teemu Pöntelin2016-04-112-0/+91
| | | | Change-Id: I4d67cd84c6f4179da6d6fea6b881e8ccd65e70d9
* Focus click element inside a drag'n'drop wrapper (#14826)Artur Signell2016-04-112-19/+92
| | | | | | | | | | | Focus inside a drag'n'drop wrapper does not work out of the box as mousedown is cancelled to avoid text selection when starting a dnd operation. This change explicitly calls focus on the element at the location which was clicked. Input elements will now be able to gain focus but e.g. clicking to move the caret inside a text area won't work as mousedown is cancelled. Change-Id: I89e046ddb0b1044bc6a2f11fda4edbe5fda25743