summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Ensure GridLayout rounds available space down instead of up (#15451)Artur Signell2015-07-048-49/+388
| | | | | | Store measured widths and heights as doubles to be able to round later Change-Id: I15cf7edf829d629a2b012dd2f33e4315ccf6d164
* Update release notes - 7.5.0 is not a pre-release7.5.0Henri Sara2015-06-231-2/+2
| | | | Change-Id: Id70eec04eb1f90a6b79c9487b6b479eaede2b0af
* Revert "Prevent field from updating when removing text change listener.7.5.0.rc2Mika Murtojärvi2015-06-174-73/+21
| | | | | | | | | | | (#16270)" This reverts commit 4af793d06a0f4a6577aad13403ca7982c6fce224. Test ConverterThatEnforcesAFormatTest.checkElaborating is broken by this change. Change-Id: I08dba8e47386dfb001caafae562304858ad02348
* Use correct path for FocusUtil in vaadin-widgets (#18253)Teemu Suo-Anttila2015-06-151-1/+1
| | | | Change-Id: Ice7aa729975d332e3cc8f88c95777d8ba30badbe
* Add FocusUtil to vaadin-widgets package (#18253)Teemu Suo-Anttila2015-06-151-4/+5
| | | | Change-Id: I3060993c06971b3d1fe077de3dabc2cfeddd8f03
* Measure size correctly when element has border and/or padding (#18181)7.5.0.rc1Artur Signell2015-06-116-20/+342
| | | | Change-Id: I821ad3985c78cd0c2a66b37078885ea0612d5ad1
* Fix Grid column dnd reorder scrollarea calculation in Chrome 43 (#18234)Teemu Suo-Anttila2015-06-112-63/+10
| | | | | | | | This patch also fixes issues with vertical scrollbar on page and autoscrolling along with calculating drag element and marker positions wrong. Change-Id: I3d39c7bc6ddea630e04a9967ff8e1055c0736b79
* Fixes search-CB resizing on each layout (Firefox&Chameleon) (#18236)Teppo Kurki2015-06-111-0/+1
| | | | Change-Id: I50a6c8094b16984114010c400f3485ac76da5cb7
* Adds margin support to GridLayout declarative format (#18238)Teppo Kurki2015-06-114-14/+26
| | | | Change-Id: I5561ccf38f6bac3a304f6e8ab6262cb8bd391021
* Fix declarative margin reading in AbstractOrderedLayout (#18229)Johannes Dahlström2015-06-116-186/+191
| | | | Change-Id: Ia212d83568e4f0c891ec1a248b6d8567c0cf0095
* Fixes grid editor datefield/combobox IE8/Valo (#17915)Teppo Kurki2015-06-101-0/+12
| | | | Change-Id: I4413303e0fc23fbeeabb22ebca20332419363f6b
* Add a workaround to not display a spacer just scrolled to view (#17826)Teemu Suo-Anttila2015-06-101-4/+11
| | | | Change-Id: I22805530cca26a23a6cc15c94b396aaba1f1245b
* Fix Escalator spacer visibility calucation (#17826)Teemu Suo-Anttila2015-06-101-4/+4
| | | | | | | Now calls directly to correct spacer container to update visibility instead of doing extra work with recalculating everything. Change-Id: I8625033012773a10983cd5d4f6ef3ce1be50ee26
* Add @since 7.5 to new APIJohannes Dahlström2015-06-102-2/+2
| | | | Change-Id: I7ddf9fa8200df4eb6fcd23fc79ef55d1075d41cd
* Fix readonly checkbox opacity in Valo. (#17548)Sauli Tähkäpää2015-06-093-1/+26
| | | Change-Id: I633e0deeca6c1268937d8c9b918ea414355c85f3
* Properly display Slider values greater than Integer.MAX_VALUE (#18192)Johannes Dahlström2015-06-094-8/+89
| | | | Change-Id: Ic83d067b69eff8b34acf7945e84fb645160d8ae2
* Table.setVisibleColumns() causes table to forget column headers, icons, ↵Ilya Ermakov2015-06-093-20/+173
| | | | | | | | | alignment (#6245) Effect of this patch: when making column invisible and visible again, column headers, icons, alignment are preserved. Change-Id: Ia0718699f1a5fb8f60fec25a835ee64c58ca5404
* Quick fix for non-visible datefield buttons in IE8 (#17915)Teppo Kurki2015-06-091-0/+12
| | | | | | | This concerns Grid Editor with themes other than Valo. Also fixes the same issue for ComboBox. Change-Id: Ia9856333272f2c98683e290699f03f78d4561c5c
* Fix for "Grid detail row outline overflows" (#17826)elmot2015-06-092-1/+94
| | | | | | | Clipping of an existing spacer decoration was not updated after adding/removing another spacer. Change-Id: I0e0da484fe135cf109dd081a0d30a818813f8283
* Better handle exceptions when opening Grid editor (#17935)Johannes Dahlström2015-06-094-12/+129
| | | | Change-Id: I68103db75c422b042988c6662da268ff9d11a306
* Add missing since, remove unused methodTeemu Suo-Anttila2015-06-091-7/+1
| | | | Change-Id: I7a90d75d0fdc54abc819dbacf7f8f572c85b3913
* Rename grid sidebar 'opened' style to 'open' (#18120)Teppo Kurki2015-06-095-9/+9
| | | | Change-Id: Ifbd791c45bf0a4b62e6e73195c73c4f0f3bddad0