summaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
* Update to Chrome 53Artur Signell2016-09-211-1/+1
| | | | Change-Id: I518b3f261adb633bb09a2597c9e7ee3cb6d63e6a
* Make initially disabled grid work when enabled (#20240)Artur Signell2016-09-204-40/+48
| | | | | | | | Adds API to allow grid to ask its data source if it is waiting for data. The previous tracking inside grid was not always correct as it relied on dataAvailable being called. Change-Id: I0bdb448d9b720155940b0834e118f0eca27a3bfc
* Format Java files using Eclipse Neon and Vaadin settingsArtur Signell2016-09-201962-11389/+11751
| | | | | | | Using the same formatting in the 7.7 branch and the master branch eases porting of fixes Change-Id: I51b4693f2f120447702cf322ce4505608ad92987
* Use correct column index when calculating min width during resize (#19833)Artur Signell2016-09-152-0/+32
| | | | Change-Id: If7a7a5c1e5eff4bdac0f6e5943a9fac2ce98784a
* Make test pass on all browsersArtur Signell2016-09-141-1/+5
| | | | Change-Id: I8226ce8983eb72e0afb4948fc644cb587bc01708
* Calculate column widths immediately if there is data (#20269)Artur Signell2016-09-142-0/+107
| | | | | | | Deferring the column width calculations, like done before, causes flickering as each column is first rendered with its minimum required width. Change-Id: I02e6951a99dcb0cb9ad78a95915076d064fa9642
* Ensure Firefox always updates the grid scrollbar (#19802)Artur Signell2016-09-142-0/+104
| | | | | | | | | When the scrollbar is scrolled a bit down and the number of items in the grid is reduced so that no scrollbar is needed anymore, it seems that Firefox refuses to send a scroll event even though the scroll position is updated before the scrollbar is hidden. Change-Id: I626536a9efd036bc826b1e6be3363332a56774f6
* Change snapshot version 7.7-SNAPSHOTArtur Signell2016-09-131-1/+1
| | | | Change-Id: I7929f6fbe9a83f63fcb7c1f3b174dd84d4add185
* Test for Firefox download disconnecting push channelArtur Signell2016-09-121-0/+94
| | | | Change-Id: Iacf2b04b96c237ad377dbd75ad07f86a00660319
* Always show loading indicator for JavaScript RPC (#20235)Artur Signell2016-09-084-5/+88
| | | | | | | | The change to not show loading indicator for JS RPC was done in 15a53d305e6648572c11cb988f4988c2c5825af1 and looks like a refactoring error. Change-Id: If2a2818e0c4adc06479ecaf17764bf53fc89c095
* Update DOM and update escalator row count in the correct order (#19442)Artur Signell2016-09-051-3/+35
| | | | | | | | | | If you show a column when Grid has no horizontal scrollbar, and is scrolled all the way down, and the number of visible rows is slightly more than N then Escalator will adjust the row count when the scrollbar is shown so that N-1 rows are visible. During this operation, the DOM must be updated for the new column. Change-Id: I0b6c845f96a57be1d64ef4e735aa2f77efbe589a
* Discard for DateField when the data source contains null (#8069)Patrik Lindström2016-09-022-0/+180
| | | | | | | | | | | | | Earlier discard did not work (#8069) if the data source contained null and the user entered an invalid value for date fields. The discard logic has been changed such that the error indicators and internal state of the date field is cleared also if the value entered by the user is invalid and the data source is null. attach() updates the value from the data source in the same way as discard. The old logic in attach is retained. Change-Id: I5d798a2fdc3d2f0e82a037ea3cb2f57b6432039e
* Do not run test on IE8 as IE8 is brokenArtur Signell2016-09-011-0/+11
| | | | Change-Id: I55f41c8f3488a57e6ab499da58df70eb02d3f136
* Fix animation end listeners so they are always removed (#17903)Artur Signell2016-08-301-0/+48
| | | | | | | | Fixes ComboBox suggestion popup so that it will not automatically close when clicking the popup button, if the user happened to double click on the button earlier. Change-Id: I60936f82133ca89c2aef0dccff68092a11deff1c
* Properly encode special UTF-8 characters (#19928)Artur Signell2016-08-242-0/+76
| | | | | | | The main encoding problem was fixed in GWT 2.7.0.vaadin4. Vaadin 8 is already fixed as it uses GWT 2.8 Change-Id: I78ea30c1ff81d44432cd82ecd23eda8eb86e6efb
* 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-112-0/+115
| | | | | | | | | 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: Idc8de795956b387ec69adf1871cb7f557914d998
* Fixing TabSheet scrolling within SplitPanel (#20052)adam2016-08-032-0/+128
| | | | | | | | | 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-012-8/+17
| | | | | | | 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-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
* Use gwt-user and gwt-dev dependencies in client and compilerTeemu Suo-Anttila2016-06-011-0/+14
| | | | | | | This removes GWT dependency from the server and shared parts of the framework Change-Id: Iafbb752c0184611a18d4a9d61c9e03229d42836e
* 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
* Move Jetty 9.3 before vaadin-* on the classpathLeif Åstrand2016-05-301-37/+39
| | | | | | | Without this patch, Eclipse might try to use Jetty 8.1 from vaadin-client-compiler instead of using the intended version. Change-Id: Ib9b980bb3ed5e3e892733cf7667f44c015779a13
* 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
* Correctly handle compiled resources for Development ServerTeemu Suo-Anttila2016-05-201-42/+16
| | | | Change-Id: I0f4976aaeeb1f284a99a09cb039e54ae16f8f556
* Update Jetty version in uitestTeemu Suo-Anttila2016-05-203-56/+24
| | | | 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
* Do not start local Jetty for server testsArtur Signell2016-05-131-13/+5
| | | | Change-Id: I1ef92966108aee8ee6475df9efacc53ed9865560
* 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
* Test using PayaraArtur Signell2016-05-071-0/+7
| | | | Change-Id: Ife341d184386db4fd51f1c7209ddb0cb46f6d73d
* 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