aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix Grid header adding and removing with select all checkbox (#17592)Teemu Suo-Anttila2015-07-063-100/+104
| | | | Change-Id: Ib842e171b50366e8830cd50ca0b04a346e298a1d
* Fix Grid jerky resize in vertical split panel (#18370)Teemu Suo-Anttila2015-07-063-1/+84
| | | | | | | This patch makes SplitPanels overflow hidden when there is a full height/width widget in the container. Change-Id: I9cb80019806cd5237b7e07fdda05d44e50d3b929
* Added missing "grid" TestCategory for grid testsTeppo Kurki2015-07-0613-5/+32
| | | | Change-Id: I488e016cbffb6234f3599e549d6346f3587275a0
* Enable test fixed by #18213Artur Signell2015-07-031-12/+0
| | | | Change-Id: I54d621b806fa8cb3cc18d84ecde95bceada9e08d
* Add missing ComputedStyle.java to vaadin-widgets (#18414)Teemu Suo-Anttila2015-07-021-0/+1
| | | | Change-Id: I064629c84b8a0a3e76bd600f9b9c9d598580bc5d
* Fix Grid details on sort to display them on correct rows (#18224)Teemu Suo-Anttila2015-07-023-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: Ic42186ed85981d5dad4ff0948aa22f7a0404480d
* Migrate ComboBoxNoTextInput test from TB2 to TB4Henri Sara2015-07-013-75/+107
| | | | Change-Id: I6e474b2306c6957d428117802ffda330b4809a6d
* Make checkboxes immediate in tests.Henri Sara2015-07-012-4/+12
| | | | | | | AudioTest was broken by the fix for #18102 as CheckBox is no longer immediate by default. Change-Id: Ic545359b6638814a2c7cf53abdb5ffc72cb5251e
* Do not let Escalator set width to spacer row's TD element (#18223)Teppo Kurki2015-06-303-14/+175
| | | | Change-Id: I8dec7bbbfc93436eb2fbc1c15cb53e6bfca99e78
* Fix Grid scrolling on Firefox (#16865. #17352)patrik2015-06-291-1/+22
| | | | Change-Id: I58ac7c03be2a4d950ecfba609fddf862f2fd966f
* Don't recalculate columns if only height has changed (#18274)Leif Åstrand2015-06-291-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: I327391dc04dde72a6e770df3b564ae8d4e3c15bb
* Add generic resize performance testbed and a test UI for GridLeif Åstrand2015-06-294-0/+384
| | | | Change-Id: I89be491b9bac0447cc194199c54ed9e0e558bf1b
* Converted split panel min/max test to TB4Teppo Kurki2015-06-293-267/+255
| | | | Change-Id: Iead8cc8066cdc20c9d02e34ac45b4ccd37537a60
* Change focused Grid cell when scrolling with the keyboard (#18356).Mika Murtojarvi2015-06-292-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: Id1ddd4f0f3f3b1315df3f8d9813080fbd5009bcd
* Fix incorrect system notifications with details styling (#18340)Artur Signell2015-06-2610-108/+152
| | | | Change-Id: Ia0d36147eb4ed9f170123771ac2674df584e6a4b
* Port ItemClickEvents test from TB2 to TB4patrik2015-06-264-488/+408
| | | | Change-Id: Ib67ee073a683167753e1cd83922e9027df9ffe6e
* Support taking test screenshots of individual elementsArtur Signell2015-06-262-1/+193
| | | | Change-Id: Iac06c3df156c68f3ec995e00d3cf7703c2673a81
* Provide compressed vaadinPush.js (#18329)Artur Signell2015-06-261-0/+6
| | | | Change-Id: I81328655f64e78a02bb6d05017374d2d43049111
* Properly toggle editor state when calling editId() on the server (#18287)Artur Signell2015-06-263-1/+113
| | | | | | | | | | 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: I7fbe1cb484cf83974ffa6ca50a6c642fbf7e8378
* Reformat with Luna SR2Artur Signell2015-06-2650-201/+269
| | | | Change-Id: I8a666061496022ef16ed44812b5728e1360b9c4d
* Real fix for subpixels in Grid (#18213)Artur Signell2015-06-263-154/+194
| | | | Change-Id: I4246b8e5db528436fe355bdf57d2b3f88173474c
* Update theme resource references for legacy components (#17027)Artur Signell2015-06-265-10/+325
| | | | Change-Id: Id4f119b22d44f6abf63e730442e22a34e7c1953f
* Pass critical notification details to the client (#18342)Artur Signell2015-06-254-41/+51
| | | | Change-Id: I3c4eace624453eb854a32fef5fe44d253b164f62
* Fix Gatein test to be compatible with ChromeArtur Signell2015-06-251-3/+3
| | | | Change-Id: I34055b60f8b4ea0ae37a3497348577e4029f4d39
* Mention incompatible change #17860 in release notesHenri Sara2015-06-251-0/+1
| | | | | | | Mention that unused out of sync related methods have been removed from the class SystemMessages. Change-Id: I7691019ec36bdf1453fdb7c1d50e7217d637901a
* Use computed style in more IE9 edge cases (#13359)Artur Signell2015-06-243-2/+147
| | | | Change-Id: I847c9077199f46964ba8d1931e951529db6c5475
* Handle nested GridLayouts in declarative format correctly (#18312)Artur Signell2015-06-242-4/+41
| | | | Change-Id: Id7f204c170981f4395e789333b89cd8207fe4002
* Include compressed themes (#18332)Artur Signell2015-06-241-0/+3
| | | | Change-Id: Icf10cbcf402f3427d63521b616428c041455ea32
* Provide compressed vaadinBootstrap.js (#18329)Artur Signell2015-06-231-1/+9
| | | | Change-Id: Ibc8efdf8d9d5ace8f6db7b19e54978b35458a79f
* Fixed regression by #15381 on IE8Teppo Kurki2015-06-222-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: If48716cdccef05ebdba43b5600e41c0690398429
* Port JavaScriptResizeListenerTest from TB2 to TB4patrik2015-06-222-81/+92
| | | | Change-Id: I6282658c47eb0196f6158064c18a21fa4a6627dc
* Extract duplciated logic for checking for error notificationsLeif Åstrand2015-06-225-16/+22
| | | | Change-Id: I1cc630e9c21b3e73d135129ba3d86f7b22019e0f
* Write true as attribute="" (#17519)Leif Åstrand2015-06-2228-104/+105
| | | Change-Id: I49287cc38605abb75059cb553e3baed2a8359067
* Fix spellingSteven Spungin2015-06-192-3/+3
| | | | Change-Id: I7fb13c520c8ff402971214022d44be0db2b9c3ea
* Support and run tests on Wildfly 9 (#18295)Artur Signell2015-06-182-2/+8
| | | | Change-Id: I590b786efa82ea632c77e016dd221c903427e5cf
* Take Window special case into account for invalid layouts (#17598)Artur Signell2015-06-171-0/+12
| | | | Change-Id: If736e0d35376f90dee33d93588351ef726a4635f
* Send beforeClientResponse exceptions to an error handler (#14214)Leif Åstrand2015-06-175-9/+110
| | | Change-Id: Ib0cd9a402bbef0c7adb65bd8298a71b5521edd7c
* Allow beforeClientResponse to change hierarchy or dirtyness (#18268)Leif Åstrand2015-06-174-13/+143
| | | | Change-Id: I6a1ae23c1dd67f8889479a1069f260fa736bbd83
* Convert a ComboBox drop-down arrow location TB2 test to TB4.Mika Murtojarvi2015-06-172-47/+39
| | | | | | The test checks (see #11267) that the arrow is in the correct location after changing the ComboBox border. Change-Id: I9927a6bd5d233275366f9f7318a9068ba976514a
* Add missing Grid test categoriesArtur Signell2015-06-179-0/+18
| | | | Change-Id: If15b2a8a048f280dc697111a1564dfc76abe39c0
* Revert "Prevent field from updating when removing text change listener. ↵Mika Murtojärvi2015-06-174-73/+21
| | | | | | | | | | (#16270)" This reverts commit 4af793d06a0f4a6577aad13403ca7982c6fce224. Test ConverterThatEnforcesAFormatTest.checkElaborating is broken by this change. Change-Id: I8243f6a7bff6d7011d402bce4b614f7d2e4206fd
* Make vanilla SingleBrowserTest work with the runLocally propertyLeif Åstrand2015-06-162-2/+5
| | | | Change-Id: I15c9cf94be71a74229ee32f711f187b1ebc8a993
* Make Jetty use jul even though the slf4j api is on the classpathLeif Åstrand2015-06-161-0/+3
| | | Change-Id: I7a01bb964bd1d73614a5a9fd08405b871f5382ca
* Replace a TB2 test of Table column reordering.Mika Murtojarvi2015-06-152-42/+38
| | | | Change-Id: I31649d5bf5a5463bea5f8f1689100ad8b69b5205
* Use correct path for FocusUtil in vaadin-widgets (#18253)Teemu Suo-Anttila2015-06-151-1/+1
| | | | Change-Id: Ice7aa729975d332e3cc8f88c95777d8ba30badbe
* Add backwards keyword for Valo utility animations (#14873, #14806)Jouni Koivuviita2015-06-151-7/+7
| | | Change-Id: Ib8eac880deb50b9bf32dc80f572c716413d14e69
* Calculate row width correctly when subpixel workaround/fix is active (#17934)Artur Signell2015-06-123-5/+178
| | | | Change-Id: I5fd535bf6622eaf47c5eb5fc509245e558d0a284
* Ensure GridLayout rounds available space down instead of up (#15451)Artur Signell2015-06-128-49/+388
| | | | | | Store measured widths and heights as doubles to be able to round later Change-Id: Id0e91702dd62ba362f53317e8520f85b46f19769
* Add FocusUtil to vaadin-widgets package (#18253)Teemu Suo-Anttila2015-06-121-4/+5
| | | | Change-Id: I3060993c06971b3d1fe077de3dabc2cfeddd8f03
* Render nested invalid layouts correctly (#17598)Artur Signell2015-06-114-5/+182
| | | | Change-Id: I959d62091f79c171a8c9f2c9b4ed2c7a67c65c39