summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix Grid jerky resize in vertical split panel (#18370)Teemu Suo-Anttila2015-07-083-1/+84
| | | | | | | This patch makes SplitPanels overflow hidden when there is a full height/width widget in the container. Change-Id: I0e4e49f373bf9a4735ccfb828e2813932f31d0c1
* Added missing "grid" TestCategory for grid testsTeppo Kurki2015-07-0813-5/+32
| | | | Change-Id: I5e38713ba45cf75259afcc8960188349b15945ec
* Migrate ComboBoxNoTextInput test from TB2 to TB4Henri Sara2015-07-083-75/+107
| | | | Change-Id: I3c2e5022639da785ab76eb8cf12b979195b76ff3
* Add python script for validating demosTeemu Suo-Anttila2015-07-083-134/+220
| | | | | | | This patch refactors most of building logic from BuildArchetypes.py to BuildHelpers.py Change-Id: If0ca3a9591f9337c3a72f7ede76b31b956b627c7
* Add a python script for validating all maven archetypesTeemu Suo-Anttila2015-07-081-0/+184
| | | | Change-Id: If4bf658297c821f0365eb92eb7ee4f002dd77da3
* Add python script for validating version files on vaadin.comTeemu Suo-Anttila2015-07-081-0/+66
| | | | Change-Id: Ia19e1362026f006bcb19852b72ba548858b33893
* Add test for Table visible column order/count change (#9781)Anna Miroshnik2015-07-082-0/+191
| | | | | | | | | | Table should work correctly when changing both column properties (width etc) and the number/order of visible columns. This is nearly a duplicate of #17927 and its fix (commit 08dfe45d) fixes #9781 as well so only committing the test here. Change-Id: I9fc74dd0f4c8631ff97fae3e85ab97a940640273
* Fix Grid header adding and removing with select all checkbox (#17592)Teemu Suo-Anttila2015-07-073-100/+104
| | | | Change-Id: I4306635ca334429ef006216c5b35165cf89a938f
* Keep a reference to the file we are uploading to keep IE10 happy (#18372)Artur Signell2015-07-072-0/+156
| | | | Change-Id: I480c37b051f0efb2b0d7b1c6922eb7479117b62c
* Take Window special case into account for invalid layouts (#17598)Artur Signell2015-07-071-0/+12
| | | | Change-Id: Ie2482df803b7f7004ad0da33ef1df39557f9560b
* Render nested invalid layouts correctly (#17598)Artur Signell2015-07-074-5/+182
| | | | Change-Id: Iaaf86a6d0d3dbd33beb0d76f64383548be196f4d
* Enable test fixed by #18213Artur Signell2015-07-041-12/+0
| | | | Change-Id: Ibbe15d7ea10edec78dd0c687a8e5a20d6ac2ed8b
* Add missing ComputedStyle.java to vaadin-widgets (#18414)Teemu Suo-Anttila2015-07-041-0/+1
| | | | Change-Id: I41f2bb5bbd8a79093dffbc7d8fc3af05e8805dc2
* Fix Grid details on sort to display them on correct rows (#18224)Teemu Suo-Anttila2015-07-043-0/+39
| | | | | | | Due to the nature of Container this is only achieved by removing any existing details and reopening those after the sort is done. Change-Id: Ie8f89b4b01ad53df6eb4cac9e9c360565c7e50c9
* Make checkboxes immediate in tests.Henri Sara2015-07-042-4/+12
| | | | | | | AudioTest was broken by the fix for #18102 as CheckBox is no longer immediate by default. Change-Id: I2022bae6445320d205fd8b419a28bffb64e70bd5
* Do not let Escalator set width to spacer row's TD element (#18223)Teppo Kurki2015-07-043-14/+175
| | | | Change-Id: I560bb4663d72cc4f939f2d463ef678fd335e7e8e
* Fix Grid scrolling on Firefox (#16865. #17352)patrik2015-07-041-1/+22
| | | | Change-Id: I71ceb0be978c797f5016afaa4557af043acdd5bd
* Don't recalculate columns if only height has changed (#18274)Leif Åstrand2015-07-041-1/+5
| | | | | | | | | This patch increases the reported fps in GridResizeTerror from 12 to 35 in my Chrome if only changing the height. No automatic test since performance testing on our shared testing infrastructure would be quite error-prone. Change-Id: I17aeb2eac9fe4ef72993eb0f9307c1d5a75653a2
* Add generic resize performance testbed and a test UI for GridLeif Åstrand2015-07-044-0/+384
| | | | Change-Id: I61a2bb0836cf4f2bbbb9c5de3f9f5dc11cbe7c81
* Converted split panel min/max test to TB4Teppo Kurki2015-07-043-267/+255
| | | | Change-Id: I87bb905bf48dfeaec21abaafefbb617f05b0a3f5
* Change focused Grid cell when scrolling with the keyboard (#18356).Mika Murtojarvi2015-07-042-72/+64
| | | | | | | | | - The focused cell is now updated when scrolling with pageup/down, home or end key. - The scroll amount is slightly reduced to ensure that no cells are skipped over with pgup/down scroll. Change-Id: I8a7dccf46350761f86714715183b24ec29d79f4e
* Fix incorrect system notifications with details styling (#18340)Artur Signell2015-07-0410-108/+152
| | | | Change-Id: If0b5e185a049daadfa96dcdd2aa366e38d18fb7f
* Port ItemClickEvents test from TB2 to TB4patrik2015-07-044-488/+408
| | | | Change-Id: I90c302cc42cdc8bcf79c2a6035caf92fa6d8dae2
* Support taking test screenshots of individual elementsArtur Signell2015-07-042-1/+193
| | | | Change-Id: I8fc5df882aa1ce0c897777111a2ac49856bd91cc
* Provide compressed vaadinPush.js (#18329)Artur Signell2015-07-041-0/+6
| | | | Change-Id: I7dbc866a4f56d4425403f8ffbdaff4d22b2467c4
* Properly toggle editor state when calling editId() on the serverArtur Signell2015-07-043-1/+113
| | | | | | | | | | | | | | (#18287) Ensure isEditorActive() returns false if editItem(...) has been called but the editor has not yet been opened, as it should according to javadoc isRendered() requires that the editor fields are marked as dirty when they are made visible on the client (isEditorActive() changes state) Change-Id: I7123332c6769f7a7f6b00852bddc8dbbaa311754
* Reformat with Luna SR2Artur Signell2015-07-0450-201/+269
| | | | Change-Id: Id1f16b16cdf5712bf26e0f2dfc9c9ad651fe1144
* Real fix for subpixels in Grid (#18213)Artur Signell2015-07-043-154/+194
| | | | Change-Id: I26cea74541629988c2ea8be8db54bd62442ecf59
* Update theme resource references for legacy components (#17027)Artur Signell2015-07-045-10/+325
| | | | Change-Id: I88d9f0dc288c56db3f93887f6e7cdfc20ba01cfa
* Pass critical notification details to the client (#18342)Artur Signell2015-07-044-41/+51
| | | | Change-Id: I50fbbd0f3e6589d144b733c5f08f5a625acfc1e6
* Fix Gatein test to be compatible with ChromeArtur Signell2015-07-041-3/+3
| | | | Change-Id: Ib915a114fa63138c81bef6a69a9292e53d9d4bf1
* Mention incompatible change #17860 in release notesHenri Sara2015-07-041-0/+1
| | | | | | | Mention that unused out of sync related methods have been removed from the class SystemMessages. Change-Id: I3f7aa2d6b08effbd57dd8b95eca64bd9cdc04b6c
* Use computed style in more IE9 edge cases (#13359)Artur Signell2015-07-043-2/+147
| | | | Change-Id: Ifa84ad55462fcff90159ea08a61a11f613951adc
* Handle nested GridLayouts in declarative format correctly (#18312)Artur Signell2015-07-042-4/+41
| | | | Change-Id: Ie26a6d310dbeb4dbaa8a5c91782f94677639ddca
* Include compressed themes (#18332)Artur Signell2015-07-041-0/+3
| | | | Change-Id: I9a52034205e86923f70f4a317d3b1505dbfff97c
* Provide compressed vaadinBootstrap.js (#18329)Artur Signell2015-07-041-1/+9
| | | | Change-Id: Id7c3d9e0d8095fbc537a2617fd2dd410b99fce50
* Fixed regression by #15381 on IE8Teppo Kurki2015-07-042-10/+17
| | | | | | | | The opacity for disabled menu items looks very ugly on IE8. Fixed by using the previous gray color for text and opacity filter only for the item icon. Change-Id: Ieea18f9e14d3b947c9836956c00721c30685b912
* Port JavaScriptResizeListenerTest from TB2 to TB4patrik2015-07-042-81/+92
| | | | Change-Id: Ifb757eeea16da1f065fd533b63b6e536d9135d6f
* Extract duplciated logic for checking for error notificationsLeif Åstrand2015-07-045-16/+22
| | | | Change-Id: I49bef3c486e0177e4ee7af541758baf2396f71f7
* Fix spellingSteven Spungin2015-07-042-3/+3
| | | | Change-Id: If7c96cb4bb3fc104ec7eb858f7d55b5ae3f42571
* Support and run tests on Wildfly 9 (#18295)Artur Signell2015-07-042-2/+8
| | | | Change-Id: I8dee8c96663a5f986b7bce5a995199049afc8934
* Send beforeClientResponse exceptions to an error handler (#14214)Leif Åstrand2015-07-045-9/+110
| | | | Change-Id: I5dcfbc45424c2b85ff159b02a8a75c24140630cc
* Allow beforeClientResponse to change hierarchy or dirtyness (#18268)Leif Åstrand2015-07-044-13/+143
| | | | Change-Id: I861c1514bab121955d6bfd525779c8204cdf4fa3
* Convert a ComboBox drop-down arrow location TB2 test to TB4.Mika Murtojarvi2015-07-042-47/+39
| | | | | | | The test checks (see #11267) that the arrow is in the correct location after changing the ComboBox border. Change-Id: I66611a90c95654f0a024181039e5b3b3832e1f70
* Add missing Grid test categoriesArtur Signell2015-07-049-0/+18
| | | | Change-Id: I62da79ceca60821439f20e1449cf4a966f0511d9
* Make vanilla SingleBrowserTest work with the runLocally propertyLeif Åstrand2015-07-042-2/+5
| | | | Change-Id: I4173dbdb7bb83376177fc680562eca1725d48e36
* Make Jetty use jul even though the slf4j api is on the classpathLeif Åstrand2015-07-041-0/+3
| | | | Change-Id: I40804d3e832e4bc7f58c800b74cb56e25a86d353
* Replace a TB2 test of Table column reordering.Mika Murtojarvi2015-07-042-42/+38
| | | | Change-Id: Iba96e5113a11f08297bca60260e00cc9cf8fed83
* Add backwards keyword for Valo utility animations (#14873, #14806)Jouni Koivuviita2015-07-041-7/+7
| | | | Change-Id: I82c4a9819c92450d39e7357d8b8393fd883543bf
* Calculate row width correctly when subpixel workaround/fix is activeArtur Signell2015-07-043-5/+178
| | | | | | (#17934) Change-Id: I327b5bebb7f9325edf2be62de1a24321c8fd6a24