summaryrefslogtreecommitdiffstats
path: root/uitest/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Force FormLayout children to shrink with the layout (#11154)7.5.9Leif Åstrand2015-11-052-0/+185
| | | | | | | | | | | The <table> used by the FormLayout doesn't reduce its size if any child component has locked its own size (which is the case with e.g. Table and some other components doing explicit pixel calculations). To work around this, we need to detect the situation, force the <table> to reduce its width by temporarily assigning explicit widths to the cells and then remove the forced size after all children have adjusted. Change-Id: Iacef62979acf24c869a5cbeb82efb0c1e537ec95
* Add API for disabling native events for IE in testsTeemu Suo-Anttila2015-11-052-0/+17
| | | | Change-Id: Ifcca52fee1036f5b31ba87c8257b884d04709297
* Correctly round tr width in Escalator (#18820)Artur Signell2015-11-052-0/+254
| | | | | | * screenshot based tests for all themes for various features in Grid Change-Id: Ic6bbb402194132aaf87833215891f5f4ff931099
* ParameterizedTB3Runner for adding permutations using a static getterArtur Signell2015-11-056-92/+216
| | | | | | * Generates all screenshot names based on the test names Change-Id: If8733238a88a71085ade5d12cc2372fb85b4d994
* Update Chrome version stringHenri Sara2015-11-041-1/+1
| | | | Change-Id: I9736e528d4812a613ffa934c476d3b69ccefd631
* Fixes column header drop indicator (#18925)mtzukanov2015-11-041-0/+62
| | | | | | | | | | | | | Calculation of the frozen column width was wrong in multiselect mode. It did not take into account the last frozen column, but added the select column twice. The same problem was in AutoScroller (as the same methods were copy-pasted there), for which reason the autoscrolling was not scrolling till the end. This patch fixes the calculation error and removes copy-pasted code, reusing the same code in both places. Change-Id: I164e2fc96688088b620ad8785c533c593723f83e
* Render null header caption as empty (#18553)Artur Signell2015-11-042-0/+88
| | | | Change-Id: Iaeba81c7e40d4be5f16e74fa8bcf8c86c53a7d3d
* Fix test failure in IE10/IE11/ChromeArtur Signell2015-10-191-1/+1
| | | | Change-Id: Ifffdab18b6839a631acfd4bf8c2de5be97737f11
* Properly cleanup stream variables if DragAndDropWrapper is detached (#14882)Artur Signell2015-10-191-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: Ia445dafda7fdfaab9617bdfa9b48bfdbe5289241
* Close calendar popup when DateField is detached (#18985)Teemu Pöntelin2015-10-193-0/+124
| | | | Change-Id: Ib04b7356577dd5027cd9daac351f49a1a1e23f1d
* Set opacity for disabled Grid in Valo. (#18661)Sauli Tähkäpää2015-10-192-0/+58
| | | | Change-Id: Ic1e1cecf01aab54d00d1215591514bd07b941754
* Skip checking unknown properties for @NoLayout on client side (#18334)Artur Signell2015-09-303-0/+112
| | | | Change-Id: Ic03b419b8c10d5d7010c3d10479883149445fe40
* Fix resetting of top or left alignment in GridLayout (#18660)Artur Signell2015-09-302-0/+155
| | | | Change-Id: I12b4d792f4d7cc7e3340d5566fda55f0cb23cbd0
* Hide global "define" from push scripts (#18999)Leif Åstrand2015-09-303-0/+62
| | | | Change-Id: Iab7747ba8c4770a70e098ea88657ffea14387743
* Revert "Correctly round tr width in Escalator (#18820)"Henri Sara2015-09-302-254/+0
| | | | | | This reverts commit 179a3c8c1c37976b6c14fe252a07b9a7e2f32dd0. Change-Id: Ia33a6704db4bad8a1a8ef0dc55719e2f8164c827
* Correctly round tr width in Escalator (#18820)Artur Signell2015-09-292-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-294-0/+177
| | | | | | | Removing .v-ui wrapping makes valo-menu-responsive usable anywhere on the page (not just top-level). Change-Id: I5551cb29677ae53be453fc29d0295ebb2dcbf241
* Fix Escalator onResize to layout Finally instead of Deferred (#18751)Teemu Suo-Anttila2015-09-182-0/+85
| | | | | | | This patch also corrects a possible issue with calculating columns when it is not attached. Change-Id: I616eb0f6d060991d9f461b7e2b1e3f7f30fbd122
* Update @since tags to 7.5.6.7.5.6Mika Murtojarvi2015-09-151-1/+1
| | | | Change-Id: Ie6cf2f819a167604b894b3b4c390e244867c2be9
* Backport fix for #16992 to Vaadin 7.5.Artur Signell2015-09-153-0/+221
| | | | Change-Id: I4899aac895f061cffffaccc5b0e33f92bada28b0
* Disable sidebar button when grid is disabled. (#18696)Sauli Tähkäpää2015-09-142-0/+106
| | | | Change-Id: If334cebd85fcfe9b368b1b360181abaadd5cb4ef
* Chrome 45Artur Signell2015-09-141-1/+1
| | | | Change-Id: Ifb5c3fb54d7cff188b775b74c36d887efa41c853
* Implement ItemStyleGenerators for ComboBox (#9276)Leif Åstrand2015-09-142-0/+83
| | | | Change-Id: I899c21e3f71bc728cb613685134b99961b557c5b
* Don't use proxy port blocked by FirefoxArtur Signell2015-09-141-1/+7
| | | | Change-Id: I32d09c17ecbc65442305bb9e6853ff19b6dcfda4
* Make it possible to avoid select caption conversion (#16845)Leif Åstrand2015-09-112-0/+83
| | | | Change-Id: If88b7cf6298a24cfad3c936a1af566ed919ec0e7
* Make test work correctly with resynchronizeArtur Signell2015-09-116-58/+26
| | | | Change-Id: I4aaf8875cbd69db525c4aaa8ac92a26b3b11b158
* Skip nonsense screenshots when no theme is loadedArtur Signell2015-09-091-1/+1
| | | | Change-Id: Ida91a9f75c6d36009c3b3e95b4117a2f1ba28502
* Find the Grid again after changing theme as the whole UI is re-createdArtur Signell2015-09-091-1/+2
| | | | Change-Id: I3b77239d86b00541cd26be27dac067e043ea873b
* Update to TestBench 4.0.3Artur Signell2015-09-091-3/+3
| | | | Change-Id: I0aaf02f57681804c380102d0078a3896f670d859
* Do not open detail row if generator is the NULL one (#18663)Teppo Kurki2015-09-084-55/+48
| | | | Change-Id: Ib853205dae7745ca4af11fb558899e6648e25da8
* Fix resynchronize/repaintAll to actually resynchronize again (#18808)Artur Signell2015-09-072-0/+104
| | | | Change-Id: Ia96d89a519b1f453457461e596c51642257c61bb
* Close existing details when the generator is changed (#18664)Teppo Kurki2015-09-021-19/+6
| | | | Change-Id: Id031ad8ab5d513159e014458e40d35038f98df3d
* Add null check to test portletHenri Sara2015-09-021-1/+1
| | | | Change-Id: I0e89ff093b4a880b03a75aaf605ba55efbd27874
* Do not include Chrome version in test outputArtur Signell2015-08-311-4/+10
| | | | Change-Id: I52c1adaa140f8ac213283efd037f3a9736b48f6b
* Make checkbox inline-block like all other widgets (#18518)Artur Signell2015-08-252-0/+133
| | | | Change-Id: Ibec4c7162e9f51baff2534dfc763aa5a83cf915d
* Resynchronize everything after theme change (#18478)Artur Signell2015-08-252-2/+20
| | | | Change-Id: Id56d0ff7b2c675780c84efe999cb4b9d655df4cd
* Fix Grid column width calculation regression (#18617)Teemu Suo-Anttila2015-08-251-3/+3
| | | | Change-Id: I359240ff393428dd5d6764d5e01a40022ab94fc6
* Use correct classname for ValoTheme.SCROLL_INDICATOR (#14802)Artur Signell2015-08-2525-264/+288
| | | | | | Use constants in Valo tests to ensure they are correct Change-Id: Ie8234a45a6f81551cdc4de2e81141aba704f4b6b
* Cut off Grid cell content when max column width is set (#18617)Teppo Kurki2015-08-252-0/+49
| | | Change-Id: I912377ffe366e6ac46280b374fa04caa59c3bcf2
* Prevent race-condition induced sporadic error in Escalator (#17258)patrik2015-08-241-0/+148
| | | | Change-Id: I624c44056d43a6a3205be46a748070f269a3c3e3
* Handle renderer exceptions gracefully (#18554)Artur Signell2015-08-182-0/+84
| | | | Change-Id: I46557f6c6f8543ab61b863145863824785d14784
* Decode filename before finding resource (#15407)Artur Signell2015-08-131-0/+52
| | | | Change-Id: I6ea35a780f3dfdcef299919c1249e9104341f99e
* Add style names to selection checkboxes (#17755)Teppo Kurki2015-08-121-0/+18
| | | | Change-Id: Ic7169c6a93dc497ca247db8740bbe9c8e4ac6809
* Fix Grid client-side NPE finding uneditable column editor (#18589)Teemu Suo-Anttila2015-08-121-0/+1
| | | | Change-Id: I53e7cb95cf2828f966db5b41c07c38fb756372f3
* Prevent scrolling when expanding a TreeTable item (#18247)Mika Murtojarvi2015-08-122-0/+97
| | | | Change-Id: I0877b848b051413e1c2a8af29f066003bdc744ab
* Update Select all -CheckBox from server and partial selections (#17590)Teppo Kurki2015-08-052-0/+60
| | | | Change-Id: Iab111504502dc104cb9ce8777dbaf87bba1e31a0
* Take margin/border/padding into account when measuring TabSheet (#18471)Artur Signell2015-08-052-0/+86
| | | | Change-Id: Id9aba32d5f2564961f167261a4fac2a3621e3583
* Attach Window in hierarchy change as required (#18502)Artur Signell2015-08-053-0/+95
| | | | Change-Id: I75bfe6769814a857d36fb3cc594e11b5dcb5062e
* Test for multiple manual push in same access block (#15330, #16919)Artur Signell2015-08-042-0/+148
| | | | Change-Id: I47144b65dbe15fff8577ab7c8666c48d7c749e1d
* Fix NPE when clicking and move handler is not set (#8718)Artur Signell2015-08-042-2/+27
| | | | Change-Id: I6c4547eb716e64e60239d9d901b9b889cfcc3761