aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for TreeContextClickEvents (#19062)Teemu Suo-Anttila2015-10-053-15/+168
| | | | | | | | | | | | Tree connector now overrides the send context click event providing the row key to the server-side via RPC call. This is then passed on to a TreeContextClickEvent and fired to listeners. This patch modifies the test base for context click testing by making it tolerate 1 piksel differences. This was to fix any subpixel related issues in coordinate comparison. Change-Id: Iacced274a6b518b5f89378cbc32b8381362e1e4f
* Properly cleanup stream variables if DragAndDropWrapper is detached (#14882)Artur Signell2015-10-051-0/+125
| | | | | | | | If DragAndDropWrapper is removed from the UI for whatever reason before cleanup happens, the UI can no longer be found through it. If we do not do cleanup, we leave a reference hanging forever in ConnectorTracker. Change-Id: I9fc3da5d616276a7810ddc4a18cbebf8621635fe
* Add GridContextClickEvent with item ids, properties and section (#16855)Teemu Suo-Anttila2015-10-052-0/+143
| | | | Change-Id: I03091a3a7a22a921c127ed0b37fe792871ba5edd
* Making converted tb2 test more stable (#17947)Johannes Tuikkala2015-10-022-24/+31
| | | | Change-Id: I60907930e702911af4de7bb339ddbdb8cbac758e
* Add Tree.htmlContentsAllowed (#7717)Leif Åstrand2015-10-022-0/+124
| | | | Change-Id: I5c773da806b8358ee203c9c12fd2e2b6fec1970f
* Fix TreeTableContextClick support (#19056)Teemu Suo-Anttila2015-10-022-0/+85
| | | | Change-Id: Ib6bac73ba96c4919df2e1bf5c9c83160707530bb
* Implement ContextClickEvent for Table (#19042)Teemu Suo-Anttila2015-10-026-0/+423
| | | | | | | This patch also introduces a testing infrastructure for context click event and listener testing. Change-Id: I3aa88758278c91086df3d0971edb34914a93fd29
* Add support for ContextClickEvent in AbstractComponent (#19015)Teemu Suo-Anttila2015-10-012-0/+114
| | | | Change-Id: I93d5d20925b8ac9b4b108ccc6deec2090e68aa0d
* Close calendar popup when DateField is detached (#18985)Teemu Pöntelin2015-09-302-0/+115
| | | | Change-Id: Ib04b7356577dd5027cd9daac351f49a1a1e23f1d
* Skip checking unknown properties for @NoLayout on client side (#18334)Artur Signell2015-09-293-0/+112
| | | | Change-Id: Ic03b419b8c10d5d7010c3d10479883149445fe40
* Remove old Chrome workaround from GridClientRenderers testTeemu Suo-Anttila2015-09-291-5/+0
| | | | Change-Id: Ic328291e61301b3ab314e2f7450132610a653b98
* Set opacity for disabled Grid in Valo. (#18661)Sauli Tähkäpää2015-09-292-0/+58
| | | | Change-Id: I6fe834c6a7ce7695f065d7385f3b6dc1940864a1
* Fix resetting of top or left alignment in GridLayout (#18660)Artur Signell2015-09-292-0/+155
| | | | Change-Id: I12b4d792f4d7cc7e3340d5566fda55f0cb23cbd0
* Use "vaadin-" as default prefix for Design (#18957)Henri Sara2015-09-287-54/+54
| | | | Change-Id: Ic9e0650e5c8e305258cbce033c4ef3f33307bf0f
* Hide global "define" from push scripts (#18999)Leif Åstrand2015-09-243-0/+62
| | | | Change-Id: Iab7747ba8c4770a70e098ea88657ffea14387743
* Correctly round tr width in Escalator (#18820)Artur Signell2015-09-242-0/+254
| | | | | | * screenshot based tests for all themes for various features in Grid Change-Id: Id44f319b517fdfa419b70d30a9f8d4bd5e82fa63
* Removes .v-ui wrapping from valo-menu-responsive for (#18961)Marc Englund2015-09-244-0/+177
| | | | | | | Removing .v-ui wrapping makes valo-menu-responsive usable anywhere on the page (not just top-level). Change-Id: I5551cb29677ae53be453fc29d0295ebb2dcbf241
* Make a Grid editor test work on IE8-9.Mika Murtojarvi2015-09-211-4/+6
| | | | Change-Id: If2b6cec71504b7a9e966f49752cbb230ab322ab1
* Converting TB2 tests for ticket #17947Johannes Tuikkala2015-09-1816-121/+1126
| | | | Change-Id: I3357e736a024da0a5f8096f51840964b19f822a4
* Fix Escalator onResize to layout Finally instead of Deferred (#18751)Teemu Suo-Anttila2015-09-162-0/+85
| | | | | | | This patch also corrects a possible issue with calculating columns when it is not attached. Change-Id: I616eb0f6d060991d9f461b7e2b1e3f7f30fbd122
* Fix Grid validation with row change race condition (#18908)Teemu Suo-Anttila2015-09-161-1/+15
| | | | Change-Id: I628f6b2921f800218a2e65d866b2332a9c574bda
* Fix scrolling bug when moving Grid editor upsnapshot/7.6Johannes Dahlström2015-09-151-1/+22
| | | | Change-Id: I005e17ec8ce7927e5fc36975b1e784444d5904b7
* Update @since tags to 7.5.6.Mika Murtojarvi2015-09-151-1/+1
| | | | Change-Id: I376cd27d5ae08c877cd3279740b601fb8dddb2e7
* Disable sidebar button when grid is disabled. (#18696)Sauli Tähkäpää2015-09-142-0/+106
| | | | Change-Id: If334cebd85fcfe9b368b1b360181abaadd5cb4ef
* Use high resolution time for profiling if it's available #14716, #18782.Denis Anisimov2015-09-102-0/+135
| | | | Change-Id: Id45ccd47cac3bcdb14c5d4e93e4fb8225b1b2864
* Add body style name when reconnecting (#18838)Artur Signell2015-09-101-0/+17
| | | | Change-Id: I7ff28587780fbd1c68b065b3edc670a879e8551e
* Chrome 45Artur Signell2015-09-101-1/+1
| | | | Change-Id: Ifb5c3fb54d7cff188b775b74c36d887efa41c853
* Implement ItemStyleGenerators for ComboBox (#9276)Leif Åstrand2015-09-092-0/+83
| | | | Change-Id: I899c21e3f71bc728cb613685134b99961b557c5b
* Always do layout if there are connectors pending layout or measure (#16992)Artur Signell2015-09-093-0/+221
| | | | Change-Id: I6ca8f3a1ca9c0a2d537c694812f4831efdeb8e08
* Don't use proxy port blocked by FirefoxArtur Signell2015-09-081-1/+7
| | | | Change-Id: I32d09c17ecbc65442305bb9e6853ff19b6dcfda4
* Make test stable in IE11Artur Signell2015-09-083-0/+26
| | | | Change-Id: Iac16310af8bde98caa78bec4763b78919ef8371d
* Make it possible to avoid select caption conversion (#16845)Leif Åstrand2015-09-082-0/+83
| | | | Change-Id: If88b7cf6298a24cfad3c936a1af566ed919ec0e7
* Hide reconnect spinner completely in all themes when giving up (#11733)Artur Signell2015-09-082-12/+40
| | | | Change-Id: I5db94e40b56aa73c15e9deccc86b0852ec45cde8
* Save editor content on keyboard editor move (#18809)Teemu Suo-Anttila2015-09-071-0/+22
| | | | Change-Id: I1bb3e352c87fac491269c1ca93f6acdff8bb97eb
* Make test work correctly with resynchronizeArtur Signell2015-09-076-58/+26
| | | | Change-Id: I4aaf8875cbd69db525c4aaa8ac92a26b3b11b158
* Better category for reconnect dialog testsArtur Signell2015-09-072-1/+3
| | | | Change-Id: I71b887e39e905bf69065f53c9c291b98091ae7c2
* Test to validate that resynchronize/repaintAll actually resynchronizesArtur Signell2015-09-072-0/+104
| | | | Change-Id: Ib68f73e01fc0f545e0042a358d95a2b7185476ac
* Revert "Convert old theme test to new MultiBrowserThemeTest"Artur Signell2015-09-047-26/+160
| | | | | | | | Accidentally included, will be done separately later This reverts commit 054cff009fa1cf46bef9492a657fc23cb396918b. Change-Id: I63f88233edaaa4f7aeae8432f9ca25ab9b9c3e92
* Merge remote-tracking branch 'origin/master' into reconnect-dialogArtur Signell2015-09-04110-694/+4305
|\ | | | | | | Change-Id: Ie622160a83116c83b255a26bec297f73f3223ac7
| * Support suspend timeout for long polling (#18550)Artur Signell2015-09-033-5/+19
| | | | | | | | Change-Id: I1dc35f060b255baff4d28a815414836d4852218b
| * Redesign RpcDataSourceConnector pinning RPC requests (#18692)Teemu Suo-Anttila2015-09-022-3/+3
| | | | | | | | | | | | This patch removes DataProviderKeyMapper which was mostly dead code already. Uses a regular KeyMapper instead. Change-Id: Ic97d1dc827d45fde65bcddc0414bfe711032620c
| * Do not open detail row if generator is the NULL one (#18663)Teppo Kurki2015-09-024-55/+48
| | | | | | | | Change-Id: Ib853205dae7745ca4af11fb558899e6648e25da8
| * Detect broken Profiler.isEnabled() inliningLeif Åstrand2015-09-023-0/+136
| | | | | | | | | | | | | | | | | | | | | | The mechanism that makes calls to e.g. Profiler.start() completely disappear if vaadin.profiler is set to false is quite fragile. Furhtermore, the implementation pattern has some parts that look like potential optimizations even though the end result would be the opposite. This patch adds a test that will fail if that kind of change has accidentally been introduced. Change-Id: Ic948feb4d3b73120dc3f245bcc130af16bfd32a9
| * Close existing details when the generator is changed (#18664)Teppo Kurki2015-09-011-19/+6
| | | | | | | | Change-Id: Iae5e70f42c27731ce40c00604ccc6097323faa79
| * Refactor Grid SelectionModels as extensions (#18624)Teemu Suo-Anttila2015-09-013-0/+156
| | | | | | | | | | | | | | This patch removes all selection related variables and API from several core parts of Grid. Change-Id: Idb7aa48fda69ded1ef58a69c1f7dbc78b7f52a54
| * Add null check to test portletHenri Sara2015-09-011-1/+1
| | | | | | | | Change-Id: I226af05a718931cabb7e27d6bcc38f5832d89ee7
| * Add better keyboard Close Shortcut API for Window (#17383)patrik2015-08-281-0/+199
| | | | | | Change-Id: I29c7d288fe35f6801cf3576ba06751adce821340
| * Do not include Chrome version in test outputArtur Signell2015-08-261-4/+10
| | | | | | | | Change-Id: I885ca2fb0d7ef23385107cdf700bb0b5d25e8d8a
| * Make checkbox inline-block like all other widgets (#18518)Artur Signell2015-08-242-0/+133
| | | | | | | | Change-Id: Ibec4c7162e9f51baff2534dfc763aa5a83cf915d
| * Resynchronize everything after theme change (#18478)Artur Signell2015-08-242-2/+20
| | | | | | | | Change-Id: Id56d0ff7b2c675780c84efe999cb4b9d655df4cd