summaryrefslogtreecommitdiffstats
path: root/uitest/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Implement new PasswordField (#52)Aleksi Hietanen2016-08-183-6/+15
| | | | Change-Id: I12236a856403942382633aad5992467576baa7fc
* Rename legacy packages to v7Artur Signell2016-08-1821-29/+29
| | | | Change-Id: I53f3bd49c234a8d126887f6effa83a3c5c92b4e0
* Remove carriage returnsArtur Signell2016-08-1855-3898/+3898
| | | | Change-Id: I1be17dcf3245eca3e571886db4fa0cbb9657edbb
* Remove IE8-IE10 related test codeArtur Signell2016-08-1846-650/+49
| | | | Change-Id: Iadacd329c8da969c5ad046abd87db28ac6eade0c
* Rename Grid into LegacyGridelmot2016-08-1870-3929/+3968
| | | | Change-Id: Ie99e3a5af908ada42a6d0eba421241ad65c0d6b4
* Do not run websocket tests on Karaf 4Artur Signell2016-08-181-13/+2
| | | | | | | Karaf 4.0.5 uses Jetty 9 but has no websocket support available by default Change-Id: I02b79f9d60cc2c151b51c0a22c891d89f43bfdaa
* Update copyright year to 2016Artur Signell2016-08-18628-628/+628
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-18587-1947/+1947
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-18410-2080/+2258
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Create module uitest-commonHenri Sara2016-08-1721-3478/+1
| | | | | | | This module will contain most of the classes shared between uitest and integration test modules. Change-Id: Ibc327339cf1d360252483287c0eeb8dd03c176d5
* Remove Form and FormFieldFactoryArtur Signell2016-08-172-95/+0
| | | | | | | | Form was deprecated in Vaadin 7 when FieldGroup was introduced. In Vaadin 8, FieldGroup is deprecated in favor of Binder. Having three different "forms" would be very confusing. Change-Id: I17775c922940edc5df7dd5bdc80bfe9652588270
* Update TextField to extend AbstractFieldNew (#51)Aleksi Hietanen2016-08-1716-87/+102
| | | | | | | | - Changes input prompt to be based on the placeholder attribute. - Unifies TextChangeEvents with ValueChangeEvents. - add*Listener methods now return Registration objects, remove*Listener methods removed. Change-Id: Ie92506ae9db205bb0010ae9126c608c62ad023ff
* Relax test to only care about JRE version, not patch setArtur Signell2016-08-151-5/+5
| | | | Change-Id: I1f959cdd81da9c6e8565260e574593bcd198804f
* Derive DateField from new AbstractField (#57).Denis Anisimov2016-08-1518-63/+245
| | | | Change-Id: I5efe17253ecd28dad5a2250076246a9eb30eec62
* Move old DateField components to legacy package (pre-#57).Denis Anisimov2016-08-1222-258/+299
| | | | Change-Id: I9e766be232d90aab92b5daa77351f4b0a3933f1d
* Convert CheckBox from legacy to AbstractFieldHenri Sara2016-08-113-65/+16
| | | | | | Add LegacyCheckBox for old field factories, Grid editor etc. Change-Id: Ic40790049421268c6de3d26730d1955d56aa86c4
* Make immediate mode the defaultHenri Sara2016-08-111-109/+0
| | | | Change-Id: I0a1fc0bf6f3de1b7d6975cd87cb7bb65c38dba4e
* Update expected Chrome version to 52Henri Sara2016-08-111-1/+1
| | | | Change-Id: Ic580c17bddf05455827ecb7fbfb44e5c9e2c7bf2
* Fix Grid height calculation when HeightMode.ROW (#20104, #20074)adam2016-08-111-0/+42
| | | | | | | | | When Grid is inside of a Tab (Tabsheet or Accordion) and height mode is set to HeightMode.ROW, layout happens before row height is known. To fix that, an event is fired and a handler starts a layout after everything is calculated. Change-Id: I516b09b5a7febc7ab3931fe582752eb5c888e4a8
* Move and rename converters into com.vaadin.legacy.data.util.converter.Legacy*Artur Signell2016-08-101-3/+3
| | | | Change-Id: I75fd33e66c8c5c265bc60cce58ff639a5d5642ab
* Remove the "liferay" themeHenri Sara2016-08-052-28/+0
| | | | | | | | The theme was designed for Liferay 6.0 and was following its look. Liferay 6.0 is no longer officially supported by Vaadin 8. Change-Id: I79e8ecd6674b1dce2424121d4c298b69d3f932d4
* Remove WebSphere 8 and Glassfish 3 testsHenri Sara2016-08-051-163/+0
| | | | | | | WebSphere 8 prior to 8.5.5.9 does not support Java 8. Glassfish 3 does not support Java 8 out of the box. Change-Id: I623951ec2fa180a3c520ae24b27837f8b6d81ea2
* Update version number, use Java 8Teemu Suo-Anttila2016-08-031-1/+1
| | | | Change-Id: Icb36a9c019ba086cdcdece2497c2120ea6bafb7a
* Fixing TabSheet scrolling within SplitPanel (#20052)adam2016-08-031-0/+47
| | | | | | | | | This patch fixes an issue with disappearing tabs in a TabSheet placed in a SplitPanel. Scrolling a tab into view needs to be done after layout has happened. Otherwise the available width for TabSheet is unknown and causes unexpected behaviour. Change-Id: Ibcea04ddadfafc5028efe44a6817517b16e21bde
* Fix disappearing ComboBox value (#19221)Matti Tahvonen2016-08-011-7/+16
| | | | | | | Without the fix, when selecting a value from page n+1 and re-opening the ComboBox popup, the content of the text box may disappear. Change-Id: I5fb57c0e5a068645f4b11fb1c392e682dd04b06a
* Use pure JS instead of JQuery JS for Atmosphere (#19396)Artur Signell2016-07-161-4/+4
| | | | Change-Id: I20c6e98fe84f0e42c3aa7544a85d4283e2a21537
* 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-131-0/+106
| | | | | | 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-291-0/+199
| | | | | | | - 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-071-0/+116
| | | | | | | 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-314-0/+207
| | | | | | | | | | | | | | 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-271-0/+36
| | | | | | | The server side needs to know the client has removed the connectors to be able to do cleanup Change-Id: Ic3d41cc5cbab035a53bf5c99496d74858c376e73
* Notify server side component about clicks in form layout (#6346).Denis Anisimov2016-05-191-0/+87
| | | | Change-Id: Ia14a50aba17689b580bb265c9693c3ae503fee34
* Remove shortcut listener from subclasses of AbstractComponent (#16498).Edoardo Vacchi2016-05-171-0/+114
| | | | | | | 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-161-0/+40
| | | Change-Id: Idf05dde5d6526fafee618fd3e2eb1afa63fab7bc
* Disable multiselect checkboxes when Grid is disabled. (#18560)Sauli Tähkäpää2016-05-131-0/+81
| | | | Change-Id: Ief0531fe90b9bc8bcf0a60132211a0633b9401d4
* Fix opacity value for disabled label and non-collapsible column (#15489)Denis Anisimov2016-05-132-0/+101
| | | Change-Id: I0d669f1c85feebcaa01c58fb81b5e20802440ef2
* Fixed tooltips for sub-windows (#19073)Pontus Boström2016-05-121-0/+77
| | | | | | | The subwindows tooltip is now also shown in header and footer of the subwindow. Added also tests for the feature. Change-Id: I933dad9e8530ce20b930fe22caf9e79a3ad3e3d2
* Avoid rebuilding VListSelect DOM for each round trip (#14765)Leif Åstrand2016-05-113-0/+268
| | | | 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-111-0/+89
| | | | Change-Id: I04b0b64fd9054b7284efa59a8c56d8a64616ca7b
* Always return cursor position 0 when displaying input prompt (#19766)Teemu Pöntelin2016-05-111-0/+30
| | | | Change-Id: Ibca58259a0bbcda7141b996020bae8614f0c2114
* Fix null selection to work again (#19787)Artur Signell2016-05-091-0/+20
| | | | | | 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-041-21/+0
| | | | | | This reverts commit 85870ccd9f93cebd839d22d2bd63ec817bb90a3d. Change-Id: Ifb9bbac0ee36e71d2251c31b936a12f1f3ea7315
* Take body scrolling into account when deciding combobox popup position (#19162)Artur Signell2016-05-022-0/+47
| | | | | | | | | | | 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