aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | Adding a temporary style to VNotification on Chrome >=41 (#17252)Alexey Fansky2015-04-101-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I41c05e8f8487d351035804e0681947956d861479
* | | | | | | | | Don't use !important for ColorPicker width in Valo (#17140).Denis Anisimov2015-04-104-0/+224
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I47feff9c78a39e30233f388b938c7e4e53b52051
* | | | | | | | | Grid layout slots should be slot size not slot content size (#17039)Mikael Grankvist2015-04-102-0/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I73a26b0d2f07bb624df6037e4e77f7137fd21791
* | | | | | | | | Set value selected by mouse when pressing Enter in ComboBox (#16981)Ilya Ermakov2015-04-102-0/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this patch pressing Enter in ComboBox sets value selected by mouse. Selection by keyboard is not given higher priority. Change-Id: I2e5f610923a40f67be2c1504a004af0d431a67a3
* | | | | | | | | Displaying tooltip on touch devices underneath the field (#17150)Alexey Fansky2015-04-101-0/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7381a6212b824f9dafc5fe7359b0e791f15c57b2
* | | | | | | | | Disallow RunLocally annotation in framework tests. Fix NPE forTeemu Suo-Anttila2015-04-083-4/+18
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | screenshots. Change-Id: I72793d85dfaba41aefa5370331c1ae81348607e9
* | | | | | | | Support JSR-356 websockets (#16738, #14432)Artur Signell2015-04-022-1/+96
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initialize Atmosphere in a context listener as JSR-356 requires * Do not run JSR-356 or websocket tests on servers without support * Adds /run-jsr356/ for testing JSR-356 websockets with uitest.war * Change push path to /PUSH (from /PUSH/) to be compatible with JSR 356 endpoint mappings in Atmosphere (#14381) Change-Id: Iec43f26df8c7b2bd347a713623a5298cc9e7b2cd
* | | | | | | Don't remove frozen columns when columns reordered in Grid #16901Pekka Hyvönen2015-03-311-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib812ecd6afeb92d56bb179bcb120c65f20d26a8c
* | | | | | | Make test work in uitest.warArtur Signell2015-03-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8db1b39e2b6372b460550c56884d3bea47c1155e
* | | | | | | Reduce reflows when sizing columns (#17315)Leif Åstrand2015-03-304-0/+256
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch increases the reported fps from 10 to 17 in Chrome and from 5 to 10 in Firefox. No automatic test since performance testing on our shared testing infrastructure would be quite error-prone. Change-Id: I0bb6af250743058a8f32bb2df89da97660e94b52
* | | | | | | Do proper cleanup in VDragAndDropManager.endDrag(boolean) (#17163)Maciej Przepióra2015-03-294-0/+329
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5f9462923fce9f033bc89b791d68607a1e0fc5c7
* | | | | | | Reset index of selected item when it's removed (#17248).Denis Anisimov2015-03-272-0/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id38f48d84e9f55334af2e44b2dc49b1a3c7ef390
* | | | | | | Make Grid update column renderers (#16552)Patrik Lindström2015-03-262-0/+187
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3adf9d0cc32f800a535a82ffe5d6ba503a36e746
* | | | | | | SplitPanel should have an event for the splitter being moved (#3855)wodencafe2015-03-262-0/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I473e5a0f8420c95971af52ef230849f468ebbbad
* | | | | | | Disables selection when Grid's editor is open (#17132).Alexey Fansky2015-03-252-0/+90
| | | | | | | | | | | | | | | | | | | | | Change-Id: Ibbbffbfe2e8bcb763031ac277c2c36ce4eb4e3fc
* | | | | | | Revert "Make push path configurable (#14432)."Artur Signell2015-03-253-122/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Breaks long polling fallback when implemented this way This reverts commit 735f0748344d7ee594c4e52a715d867dfdb23cb1. Conflicts: push/build.xml push/ivy.xml server/src/com/vaadin/server/Constants.java uitest/src/com/vaadin/tests/push/PushPathTest.java Change-Id: I07f6fedafc648b0ee403865ccb322017d2a8d571
* | | | | | | Fixed scroll jump by using native focusing in IE (#15294)Johannes Tuikkala2015-03-243-0/+344
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I412ba219f31567ebba019b7d6ce4db4af9be9363
* | | | | | | Fix Table column header sorting on Chrome (#14796)Anna Miroshnik2015-03-241-0/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fix is similar to the fix that has been made for other similar cases (i.e. #13381). Couldn't find a reliable way to reproduce the problem. Hopefully this will fix the issue. Was reproduced (before fix) on Google Chrome 40.0.2214.115 m on TableSortingStopsWorkingOnChrome test one time (but then suddenly it started to work again). Was reproduced (before fix) on Project TableSorting once, as described in the ticket. That project has been attached to the ticket. Change-Id: Id901c9ce4a0a7c369572bf4374223851658aa703
* | | | | | | Fix declarative support for CustomLayout (#17210)Johannes Dahlström2015-03-242-0/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CustomLayout now has a public default constructor. If a template is not set using one of the setters, a warning message is displayed like in the case where the template file is specified but not found. Change-Id: I5d56f24fafc5c82e6ab76dec393a0c25bd78aae5
* | | | | | | Expect Chrome 41Artur Signell2015-03-241-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I64c8788c0ae6160c565dfc0cfb4a87a7ed86bc81
* | | | | | | Use special logic for allocating selection col widths (#17091)Leif Åstrand2015-03-202-1/+54
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Change-Id: I2d0a80a26e8211d6f5e9110e1476f857803b4d3f
* | | | | | Re-enable support for the firefox.path propertyLeif Åstrand2015-03-181-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I14d4ca1a2ef51ff77404cd6577cbe7cb35a2f75d
* | | | | | Re-enable running tests locally with propertyTeemu Suo-Anttila2015-03-181-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6eed0dc802ca101c929a5bc3cb6f3141060524a3
* | | | | | Migrate FlashIsVisible embedded test from TB2 to TB4Teemu Suo-Anttila2015-03-181-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibb5c4e5ade99cddcc6bd96d19e00685eabca3812
* | | | | | Add a client test for row focus moving with reset size (#16607)Teemu Suo-Anttila2015-03-173-0/+205
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I937ea36cbb21366e559fcb76aae79e42c039ccfc
* | | | | | Add test for RpcDataProvider calls to Container (#16642)Teemu Suo-Anttila2015-03-172-22/+57
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I25eb85ac1241c46dbef6d473b3a2f7cdebb4b4ba
* | | | | | Revert "Displaying tooltip in slot for touch devices (#15353)" (#17151)Leif Åstrand2015-03-171-57/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should not have been merged since there were still stuff pending ("This patchset doesn't include styling for the error message") that was not addressed before submitting. This reverts commit 05fc5806e7946223e057ad7458a18dadceb0566f. Change-Id: Idd723f22f42e2e8ee71059b9591d44fafadea27e
* | | | | | Sanitize connectors for PopupDateField and DateField. (#17090)Sauli Tähkäpää2015-03-172-0/+45
|/ / / / / | | | | | | | | | | | | | | | Change-Id: I667796430eeaa0ddd8142b0c229fe133cd30cd49
* | | | | Optimise RpcDataProvider calls to container (#16642)Teemu Suo-Anttila2015-03-161-0/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: I8abaa4c1bd8eface98e42e0882cf09c92fbbf386
* | | | | Fix invalid assumptions about empty Grid (#16734, #16684)Leif Åstrand2015-03-162-0/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Don't reset to default column sizes when adding row to emtpy escalator * Don't wait for data after size is explicilty reset to 0 * Don't assume there were previous rows when adjusting focus on add Change-Id: I59e8c0ef0c5633cf3678db63a660e3f1d1ca7d2a
* | | | | Convert browserframe, flash and requesthandler tests to TB4Teemu Suo-Anttila2015-03-133-0/+105
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic2089570fcfc9ec81f3d95722adc75ff75e8293f
* | | | | Migrate TB2 tests from package applicationcontext to TB4Teemu Suo-Anttila2015-03-124-60/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ChangeSessionIdTest CloseSessionTest RpcForClosedUITest Change-Id: I539d7194e67a839ac8d7bd4dbb81c1e4ddc3c1b7
* | | | | Migrate TB2 test from application package to TB4Teemu Suo-Anttila2015-03-1212-154/+298
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RefreshFragmentChangeTest RefreshStatePreserveTest RefreshStatePreserveTitleTest TerminalErrorNotificationTest ThreadLocalInstancesTest WebBrowserSizeTest WebBrowserTest Change-Id: I5c95905b4999ebefc7b170057952b09780174627
* | | | Fix regression for Table selection and checkbox issue (#17064)Teemu Suo-Anttila2015-03-091-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | Converts the old TB2 test for the issue to TB4 as well. Change-Id: I76a37d836a55102221aa63e75f7ab605769bc0b9
* | | | Converted ValidationOfRequiredEmptyFields to TB4Artur Signell2015-03-063-21/+134
| |_|/ |/| | | | | Change-Id: Ifab3d891115b30ef2d3f7542cd57ac7215653fe5
* | | 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
* | Restoring overflow-x and overflow-y in runWebkitOverflowAutoFix (#16650)Alexey Fansky2015-03-033-0/+209
| | | | | | | | Change-Id: I7be1c1571ee5ede0ce481faf823f5f271a280a8a
* | Fix text input of PopupCalendar in Internet Explorer (#16677).Mika Murtojarvi2015-03-032-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-031-0/+57
| | | | | | | | Change-Id: Ia2fce4dbfc205b44622557017afff19c4a2ef7df
* | Revert "Hide button caption overflow in reindeer and valo. (#11864)"Jouni Koivuviita2015-03-032-52/+0
| | | | | | | | | | | | | | | | | | | | This reverts commit c9586c93b93987d9b5942c38ef0b536c091092a5. This fix will break button focus outline in Valo. The overflow hidden needs to be placed on the inner element (v-button-wrap). For Reindeer the fix is okay, but for consistency it might make sense to move it there to the inner element also. Change-Id: I6cac9fc6a1c8ae6be9969b8dc8533b9cad118d6a
* | Make server tests work againArtur Signell2015-03-021-2/+2
| | | | | | | | Change-Id: Ie0097cef628ef013579067443d4a52be049cf1da
* | Method for requesting column width recalculation (#16748)Artur Signell2015-03-022-0/+177
| | | | | | | | Change-Id: I089f08a056a358d9857ce6608293878e2b8bbd9e
* | Hide button caption overflow in reindeer and valo. (#11864)Sauli Tähkäpää2015-02-272-0/+52
| | | | | | | | Change-Id: Iaeb9cd571dd4b7a37cdc89f9d291365aef96c9e1
* | Redesign ComboBox filtering, highlighting and selection behaviour.Sauli Tähkäpää2015-02-2611-167/+776
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#15502, #9369) Changes: - When opening the popup, the first suggestion is always highlighted by default unless adding new items is allowed. - When filter matches currently selected item, that item will be highlighted instead of the first item. - Hitting enter or tab will always select the highlighted item. - Closing the suggestions list by clicking outside the list no longer selects an item to prevent accidental selections. Test changes: - Extended ComboBoxElement to help test filtering. - Updated and tweaked ComboBoxResetValueTest, ComboBoxIdenticalItemsTest and ComboboxScrollableWindowTest. - Added ComboBoxSelectingTest and ComboBoxSelectingWithNewItemsAllowedTest. - Updated some tests that were using keyboard navigation. Change-Id: Ia7745b624bdb0b1a1bb498157ebcb37bee219d76
* | Maintain Grid scroll position on detach and reattach (#16220)Johannes Dahlström2015-02-252-11/+30
| | | | | | | | Change-Id: I6ac5c3304bcd22e23f298c4dbdd65358aa1c64f7
* | Add project, build and test name capabilities.Sauli Tähkäpää2015-02-251-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-02-243-17/+27
| | | | | | | | Change-Id: I7063aedc870330c1159e44b05ac3e729ad837ba1
* | Fix Escalator size changes when scrolled to bottom (#16382)Teemu Suo-Anttila2015-02-241-0/+49
| | | | | | | | Change-Id: Iaf8b21e9c6a09e51667eebae1fdd4b1f5ebabedd