aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into grid-7.5Pekka Hyvönen2015-04-1736-145/+1779
|\ | | | | | | Change-Id: I6175398df4c3a07656a2682843615a0d7bd32a45
| * Add Grid basic features declarative UIPekka Hyvönen2015-04-172-0/+526
| | | | | | | | Change-Id: I8bcc14787b4d00361d5ebbb92065632eef47241c
| * Add GridItemEditor declarative test UITeemu Suo-Anttila2015-04-172-0/+104
| | | | | | | | Change-Id: I4a26d1508cc422bada57626f67f16d118be5f237
| * Create declarative UI test harness (#17484)patrik2015-04-161-0/+175
| | | | | | | | Change-Id: I8d83830f897b50a73f2fa125d297457f7a90888c
| * Convert some TB2 tests to TB4Teemu Suo-Anttila2015-04-1625-145/+626
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - components/ui/CurrentUiRetainedTest - components/ui/InitiallyEmptyFragmentTest - components/ui/PollListeningTest - components/ui/RpcInvocationHandlerToStringTest - components/ui/UIAccessExceptionHandlingTest - components/ui/UIInitBrowserDetailsTest - components/ui/UIInitExceptionTest - components/ui/UIPollingTest - components/ui/UITabIndexTest - components/ui/UIsInMultipleTabsTest - components/window/CloseSubWindowTest - components/window/ExtraWindowShownTest - components/window/RepaintWindowContentsTest - components/window/WindowShouldRemoveActionHandlerTest - components/window/WindowWithInvalidCloseListenerTest - containers/sqlcontainer/TableQueryWithNonUniqueFirstPrimaryKeyTest - converter/ConverterThatEnforcesAFormatTest - dd/DnDOnSubtreeTest - fieldgroup/BasicPersonFormTest - fieldgroup/CommitHandlerFailuresTest - fieldgroup/CommitWithValidationOrConversionErrorTest - fieldgroup/DateFormTest - fieldgroup/FieldGroupDiscardTest - fields/TabIndexesTest renamed: - components/ui/PollListenerTest -> PollListening Change-Id: Iac3c153709f6edca28d9f75a85246f1a70176963
| * Keeping MenuItem custom classes when updating styles (#17427)Alexey Fansky2015-04-162-0/+73
| | | | | | | | Change-Id: I54b7e700148797f0145c4ec5f1802ea999142ab3
| * Fix Grid editor area calculation without scrollbars (#17471)Teemu Suo-Anttila2015-04-162-0/+89
| | | | | | | | Change-Id: I55791e0bf46b00ea90daaeb1af8b4ca2748ff9d1
| * Re-showed tab is displayed if there is room for it (#17096)Alexey Fansky2015-04-152-0/+186
| | | | | | | | Change-Id: I52c9a47e2b9eed3a3f73f34e4c3e770b915509bf
* | Calculate Grid sidebar button height when closed #17412Pekka Hyvönen2015-04-165-41/+119
| | | | | | | | | | | | | | + contains Valo theming fixes for all browsers. + includes screenshot test for sidebar in Valo Change-Id: Ic6401057efff7e4d4ab65c46885dda2d995bce5d
* | Merge remote-tracking branch 'origin/master' into grid-7.5Teemu Suo-Anttila2015-04-1511-0/+1018
|\| | | | | | | Change-Id: I03fdd2014fd0393341db0f650c065f6d27905b73
| * Prevent opening Table context menu on short tapping on iOS (#15297)Ilya Ermakov2015-04-101-0/+106
| | | | | | | | | | | | | | | | With this patch handling touchstart in Table body is prevented if it is handled in Table row. This is the smallest patch that solves the problem, refactoring remains an open problem. Change-Id: Iea54210ee81a3fdf17e45c6c98026af9080abddf
| * Grid header should render "the same" after changes to header (#17131)Mikael Grankvist2015-04-102-0/+339
| | | | | | | | Change-Id: I2a16ffbd59bf4863eb6a7bea8d4b590a693af637
| * 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-102-0/+139
| | | | | | | | 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
* | Use MenuBar in Grid's sidebar for column hiding #17332Pekka Hyvönen2015-04-091-1/+11
| | | | | | | | Change-Id: I3b15430c6f8dab6dadcd84ddf280153e91192c5f
* | Escalator tries to hide out-of-sight spacers from the user (#17353)Henrik Paul2015-04-082-0/+70
| | | | | | | | Change-Id: I807896e3cdd07f4a43a265ba720435f01778f7e1
* | Escalator now reorders also spacers in DOM (#17334)Henrik Paul2015-04-082-0/+57
| | | | | | | | Change-Id: I23832565bb1633dca4bac986b1a2e37f99163eb2
* | Adds theme to details in Grid (#16644)Jouni Koivuviita2015-04-013-5/+26
| | | | | | | | Change-Id: I84628ee5840b71f2ff889037a525d43f9e86af46
* | Take hidden columns into account with spanned cells #17287Pekka Hyvönen2015-03-311-0/+274
| | | | | | | | Change-Id: I595c6b7da061ebfa495c7f9f649c935a48190b66
* | API for column hiding toggle caption in Grid (#17272)Pekka Hyvönen2015-03-313-13/+70
| | | | | | | | | | | | | | Fixes column toggle not getting a caption when a hidable column is added. Fixes column toggle not getting a caption on columns with widget in header. Change-Id: Ie10ada793a3635302603f684f232cadaef74a982
* | Merge remote-tracking branch 'origin/master' into grid-7.5Henrik Paul2015-03-3118-1/+1241
|\| | | | | | | Change-Id: Ife8c6d2a5f6c134a6e28e862f524b6e687199cc8
| * Don't remove frozen columns when columns reordered in Grid #16901Pekka Hyvönen2015-03-311-0/+17
| | | | | | | | Change-Id: Ib812ecd6afeb92d56bb179bcb120c65f20d26a8c
| * Reduce reflows when sizing columns (#17315)Leif Åstrand2015-03-301-0/+45
| | | | | | | | | | | | | | | | 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
| * 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
| * 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
| * Use special logic for allocating selection col widths (#17091)Leif Åstrand2015-03-202-1/+54
| | | | | | | | Change-Id: I2d0a80a26e8211d6f5e9110e1476f857803b4d3f
* | Server Grid.scrollToRow takes details into account (#17270)Henrik Paul2015-03-312-0/+357
| | | | | | | | Change-Id: I7b6d67aeb4d625a53e6fe370b729016a84e33214
* | Refactored fragile column reorder tests for GridPekka Hyvönen2015-03-314-87/+122
| | | | | | | | Change-Id: I72fd2b09269d5dfc689d8b1f213f46989adf8bfe
* | Client Grid.scrollToRow takes details into account (#17270)Henrik Paul2015-03-273-16/+99
| | | | | | | | Change-Id: I8a63f51f3b444c3c4342c46b7b58ad152f4bd0e1
* | Fixed some faulty asserts in Grid's detail row creation (#17293)Henrik Paul2015-03-271-0/+15
| | | | | | | | Change-Id: I8e9998524c02ca1e2f9d3391fa27bacc53655c7f
* | Fix Grid's frozen column count with hidden columns #17273Pekka Hyvönen2015-03-252-0/+144
| | | | | | | | Change-Id: I4f8a893eec3cf7c32da34cb364a4d56589cbf3e2
* | Fixes edge case in null details generation for Grid (#17274)Henrik Paul2015-03-251-2/+24
| | | | | | | | Change-Id: I1bf4c2f0600baea8b925bd31dcd42c1e901a7c8b
* | Adds Escalator.scrollToSpacer (#17270)Henrik Paul2015-03-252-0/+39
| | | | | | | | Change-Id: Ib420e8da6c167fdba9d3023a73cb242643c7af67
* | Fixes more broken IE8 tests for column reorderPekka Hyvönen2015-03-242-4/+7
| | | | | | | | Change-Id: I65e88beb48fdc10999162a22f4768149b157bbe5
* | Merge remote-tracking branch 'origin/master' into grid-7.5Leif Åstrand2015-03-238-79/+225
|\| | | | | | | Change-Id: I53218c269f0701cddd8279bf25c493950144f4cb
| * 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-172-0/+91
| | | | | | | | 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
* | Grid column hiding info from client to server #(17023)Pekka Hyvönen2015-03-222-3/+124
| | | | | | | | | | | | | | | | Fixes mismatched client-server API regarding ColumnVisibilityChangeEvent Adds and removes the column hiding toggle as needed when columns added / removed. Known bug when a hidable column added, column toggle won't get the caption of column. Change-Id: I708e19432dc822f713bf11f5b8e6eadb528a3961
* | Fixes Escalator spacer tests (#16644)Henrik Paul2015-03-221-16/+29
| | | | | | | | Change-Id: I0cb3584673525b1a21b01a2e819056df7f94579c