]>
source.dussan.org Git - vaadin-framework.git/log
Artur Signell [Wed, 17 Jun 2015 17:24:02 +0000 (20:24 +0300)]
Take Window special case into account for invalid layouts (#17598)
Change-Id: Ie2482df803b7f7004ad0da33ef1df39557f9560b
Artur Signell [Wed, 20 May 2015 17:59:55 +0000 (20:59 +0300)]
Render nested invalid layouts correctly (#17598)
Change-Id: Iaaf86a6d0d3dbd33beb0d76f64383548be196f4d
Artur Signell [Tue, 30 Jun 2015 17:07:47 +0000 (20:07 +0300)]
Enable test fixed by #18213
Change-Id: Ibbe15d7ea10edec78dd0c687a8e5a20d6ac2ed8b
Teemu Suo-Anttila [Thu, 2 Jul 2015 13:26:45 +0000 (16:26 +0300)]
Add missing ComputedStyle.java to vaadin-widgets (#18414)
Change-Id: I41f2bb5bbd8a79093dffbc7d8fc3af05e8805dc2
Teemu Suo-Anttila [Wed, 1 Jul 2015 11:27:30 +0000 (14:27 +0300)]
Fix Grid details on sort to display them on correct rows (#18224)
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
Henri Sara [Wed, 1 Jul 2015 11:04:54 +0000 (14:04 +0300)]
Make checkboxes immediate in tests.
AudioTest was broken by the fix for #18102 as CheckBox
is no longer immediate by default.
Change-Id: I2022bae6445320d205fd8b419a28bffb64e70bd5
Teppo Kurki [Tue, 30 Jun 2015 06:28:29 +0000 (09:28 +0300)]
Do not let Escalator set width to spacer row's TD element (#18223)
Change-Id: I560bb4663d72cc4f939f2d463ef678fd335e7e8e
patrik [Thu, 25 Jun 2015 08:06:33 +0000 (11:06 +0300)]
Fix Grid scrolling on Firefox (#16865. #17352)
Change-Id: I71ceb0be978c797f5016afaa4557af043acdd5bd
Leif Åstrand [Mon, 15 Jun 2015 12:28:21 +0000 (15:28 +0300)]
Don't recalculate columns if only height has changed (#18274)
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
Leif Åstrand [Fri, 27 Mar 2015 11:57:51 +0000 (13:57 +0200)]
Add generic resize performance testbed and a test UI for Grid
Change-Id: I61a2bb0836cf4f2bbbb9c5de3f9f5dc11cbe7c81
Teppo Kurki [Wed, 24 Jun 2015 13:28:05 +0000 (16:28 +0300)]
Converted split panel min/max test to TB4
Change-Id: I87bb905bf48dfeaec21abaafefbb617f05b0a3f5
Mika Murtojarvi [Thu, 25 Jun 2015 10:07:23 +0000 (13:07 +0300)]
Change focused Grid cell when scrolling with the keyboard (#18356).
- 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
Artur Signell [Wed, 24 Jun 2015 21:06:17 +0000 (00:06 +0300)]
Fix incorrect system notifications with details styling (#18340)
Change-Id: If0b5e185a049daadfa96dcdd2aa366e38d18fb7f
patrik [Mon, 22 Jun 2015 09:16:04 +0000 (12:16 +0300)]
Port ItemClickEvents test from TB2 to TB4
Change-Id: I90c302cc42cdc8bcf79c2a6035caf92fa6d8dae2
Artur Signell [Fri, 26 Jun 2015 08:17:58 +0000 (11:17 +0300)]
Support taking test screenshots of individual elements
Change-Id: I8fc5df882aa1ce0c897777111a2ac49856bd91cc
Artur Signell [Wed, 24 Jun 2015 20:43:31 +0000 (23:43 +0300)]
Provide compressed vaadinPush.js (#18329)
Change-Id: I7dbc866a4f56d4425403f8ffbdaff4d22b2467c4
Artur Signell [Thu, 18 Jun 2015 18:59:51 +0000 (21:59 +0300)]
Properly toggle editor state when calling editId() on the server
(#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
Artur Signell [Wed, 24 Jun 2015 08:29:50 +0000 (11:29 +0300)]
Reformat with Luna SR2
Change-Id: Id1f16b16cdf5712bf26e0f2dfc9c9ad651fe1144
Artur Signell [Tue, 9 Jun 2015 18:44:20 +0000 (21:44 +0300)]
Real fix for subpixels in Grid (#18213)
Change-Id: I26cea74541629988c2ea8be8db54bd62442ecf59
Artur Signell [Wed, 24 Jun 2015 18:03:26 +0000 (21:03 +0300)]
Update theme resource references for legacy components (#17027)
Change-Id: I88d9f0dc288c56db3f93887f6e7cdfc20ba01cfa
Artur Signell [Wed, 24 Jun 2015 20:28:22 +0000 (23:28 +0300)]
Pass critical notification details to the client (#18342)
Change-Id: I50fbbd0f3e6589d144b733c5f08f5a625acfc1e6
Artur Signell [Mon, 22 Jun 2015 18:06:33 +0000 (21:06 +0300)]
Fix Gatein test to be compatible with Chrome
Change-Id: Ib915a114fa63138c81bef6a69a9292e53d9d4bf1
Henri Sara [Thu, 25 Jun 2015 07:22:00 +0000 (10:22 +0300)]
Mention incompatible change #17860 in release notes
Mention that unused out of sync related methods have been
removed from the class SystemMessages.
Change-Id: I3f7aa2d6b08effbd57dd8b95eca64bd9cdc04b6c
Artur Signell [Fri, 19 Jun 2015 11:22:56 +0000 (14:22 +0300)]
Use computed style in more IE9 edge cases (#13359)
Change-Id: Ifa84ad55462fcff90159ea08a61a11f613951adc
Artur Signell [Tue, 23 Jun 2015 20:20:59 +0000 (23:20 +0300)]
Handle nested GridLayouts in declarative format correctly (#18312)
Change-Id: Ie26a6d310dbeb4dbaa8a5c91782f94677639ddca
Artur Signell [Tue, 23 Jun 2015 20:57:27 +0000 (23:57 +0300)]
Include compressed themes (#18332)
Change-Id: I9a52034205e86923f70f4a317d3b1505dbfff97c
Artur Signell [Tue, 23 Jun 2015 20:10:07 +0000 (23:10 +0300)]
Provide compressed vaadinBootstrap.js (#18329)
Change-Id: Id7c3d9e0d8095fbc537a2617fd2dd410b99fce50
Teppo Kurki [Mon, 22 Jun 2015 10:52:34 +0000 (13:52 +0300)]
Fixed regression by #15381 on IE8
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
patrik [Mon, 22 Jun 2015 08:03:54 +0000 (11:03 +0300)]
Port JavaScriptResizeListenerTest from TB2 to TB4
Change-Id: Ifb757eeea16da1f065fd533b63b6e536d9135d6f
Leif Åstrand [Fri, 19 Jun 2015 11:22:19 +0000 (14:22 +0300)]
Extract duplciated logic for checking for error notifications
Change-Id: I49bef3c486e0177e4ee7af541758baf2396f71f7
Steven Spungin [Sat, 20 Jun 2015 03:39:23 +0000 (23:39 -0400)]
Fix spelling
Change-Id: If7c96cb4bb3fc104ec7eb858f7d55b5ae3f42571
Artur Signell [Tue, 16 Jun 2015 19:19:53 +0000 (22:19 +0300)]
Support and run tests on Wildfly 9 (#18295)
Change-Id: I8dee8c96663a5f986b7bce5a995199049afc8934
Leif Åstrand [Sun, 14 Jun 2015 12:46:14 +0000 (15:46 +0300)]
Send beforeClientResponse exceptions to an error handler (#14214)
Change-Id: I5dcfbc45424c2b85ff159b02a8a75c24140630cc
Leif Åstrand [Sun, 14 Jun 2015 12:36:33 +0000 (15:36 +0300)]
Allow beforeClientResponse to change hierarchy or dirtyness (#18268)
Change-Id: I861c1514bab121955d6bfd525779c8204cdf4fa3
Mika Murtojarvi [Mon, 15 Jun 2015 12:35:52 +0000 (15:35 +0300)]
Convert a ComboBox drop-down arrow location TB2 test to TB4.
The test checks (see #11267) that the arrow is in the correct
location after changing the ComboBox border.
Change-Id: I66611a90c95654f0a024181039e5b3b3832e1f70
Artur Signell [Tue, 16 Jun 2015 19:08:31 +0000 (22:08 +0300)]
Add missing Grid test categories
Change-Id: I62da79ceca60821439f20e1449cf4a966f0511d9
Leif Åstrand [Fri, 12 Jun 2015 10:09:46 +0000 (13:09 +0300)]
Make vanilla SingleBrowserTest work with the runLocally property
Change-Id: I4173dbdb7bb83376177fc680562eca1725d48e36
Leif Åstrand [Tue, 16 Jun 2015 06:01:43 +0000 (09:01 +0300)]
Make Jetty use jul even though the slf4j api is on the classpath
Change-Id: I40804d3e832e4bc7f58c800b74cb56e25a86d353
Mika Murtojarvi [Fri, 12 Jun 2015 08:20:49 +0000 (11:20 +0300)]
Replace a TB2 test of Table column reordering.
Change-Id: Iba96e5113a11f08297bca60260e00cc9cf8fed83
Jouni Koivuviita [Thu, 4 Dec 2014 15:00:50 +0000 (17:00 +0200)]
Add backwards keyword for Valo utility animations (#14873, #14806)
Change-Id: I82c4a9819c92450d39e7357d8b8393fd883543bf
Artur Signell [Tue, 2 Jun 2015 19:40:00 +0000 (22:40 +0300)]
Calculate row width correctly when subpixel workaround/fix is active
(#17934)
Change-Id: I327b5bebb7f9325edf2be62de1a24321c8fd6a24
Artur Signell [Sun, 7 Jun 2015 20:06:45 +0000 (23:06 +0300)]
Ensure GridLayout rounds available space down instead of up (#15451)
Store measured widths and heights as doubles to be able to round later
Change-Id: I15cf7edf829d629a2b012dd2f33e4315ccf6d164
Henri Sara [Tue, 23 Jun 2015 13:05:05 +0000 (16:05 +0300)]
Update release notes - 7.5.0 is not a pre-release
Change-Id: Id70eec04eb1f90a6b79c9487b6b479eaede2b0af
Mika Murtojärvi [Wed, 17 Jun 2015 07:56:55 +0000 (07:56 +0000)]
Revert "Prevent field from updating when removing text change listener.
(#16270)"
This reverts commit
4af793d06a0f4a6577aad13403ca7982c6fce224 .
Test ConverterThatEnforcesAFormatTest.checkElaborating is broken by this
change.
Change-Id: I08dba8e47386dfb001caafae562304858ad02348
Teemu Suo-Anttila [Mon, 15 Jun 2015 12:20:54 +0000 (15:20 +0300)]
Use correct path for FocusUtil in vaadin-widgets (#18253)
Change-Id: Ice7aa729975d332e3cc8f88c95777d8ba30badbe
Teemu Suo-Anttila [Fri, 12 Jun 2015 10:26:09 +0000 (13:26 +0300)]
Add FocusUtil to vaadin-widgets package (#18253)
Change-Id: I3060993c06971b3d1fe077de3dabc2cfeddd8f03
Artur Signell [Sun, 7 Jun 2015 17:14:01 +0000 (20:14 +0300)]
Measure size correctly when element has border and/or padding (#18181)
Change-Id: I821ad3985c78cd0c2a66b37078885ea0612d5ad1
Teemu Suo-Anttila [Thu, 11 Jun 2015 08:34:41 +0000 (11:34 +0300)]
Fix Grid column dnd reorder scrollarea calculation in Chrome 43 (#18234)
This patch also fixes issues with vertical scrollbar on page and
autoscrolling along with calculating drag element and marker positions
wrong.
Change-Id: I3d39c7bc6ddea630e04a9967ff8e1055c0736b79
Teppo Kurki [Thu, 11 Jun 2015 08:28:50 +0000 (11:28 +0300)]
Fixes search-CB resizing on each layout (Firefox&Chameleon) (#18236)
Change-Id: I50a6c8094b16984114010c400f3485ac76da5cb7
Teppo Kurki [Thu, 11 Jun 2015 10:40:30 +0000 (13:40 +0300)]
Adds margin support to GridLayout declarative format (#18238)
Change-Id: I5561ccf38f6bac3a304f6e8ab6262cb8bd391021
Johannes Dahlström [Thu, 11 Jun 2015 11:16:47 +0000 (14:16 +0300)]
Fix declarative margin reading in AbstractOrderedLayout (#18229)
Change-Id: Ia212d83568e4f0c891ec1a248b6d8567c0cf0095
Teppo Kurki [Wed, 10 Jun 2015 14:55:03 +0000 (17:55 +0300)]
Fixes grid editor datefield/combobox IE8/Valo (#17915)
Change-Id: I4413303e0fc23fbeeabb22ebca20332419363f6b
Teemu Suo-Anttila [Wed, 10 Jun 2015 13:26:35 +0000 (16:26 +0300)]
Add a workaround to not display a spacer just scrolled to view (#17826)
Change-Id: I22805530cca26a23a6cc15c94b396aaba1f1245b
Teemu Suo-Anttila [Wed, 10 Jun 2015 12:34:45 +0000 (15:34 +0300)]
Fix Escalator spacer visibility calucation (#17826)
Now calls directly to correct spacer container to update visibility
instead of doing extra work with recalculating everything.
Change-Id: I8625033012773a10983cd5d4f6ef3ce1be50ee26
Johannes Dahlström [Wed, 10 Jun 2015 13:31:26 +0000 (16:31 +0300)]
Add @since 7.5 to new API
Change-Id: I7ddf9fa8200df4eb6fcd23fc79ef55d1075d41cd
Sauli Tähkäpää [Mon, 27 Apr 2015 19:05:35 +0000 (22:05 +0300)]
Fix readonly checkbox opacity in Valo. (#17548)
Change-Id: I633e0deeca6c1268937d8c9b918ea414355c85f3
Johannes Dahlström [Tue, 9 Jun 2015 13:46:56 +0000 (16:46 +0300)]
Properly display Slider values greater than Integer.MAX_VALUE (#18192)
Change-Id: Ic83d067b69eff8b34acf7945e84fb645160d8ae2
Ilya Ermakov [Fri, 5 Dec 2014 14:54:52 +0000 (17:54 +0300)]
Table.setVisibleColumns() causes table to forget column headers, icons, alignment (#6245)
Effect of this patch: when making column invisible and visible again,
column headers, icons, alignment are preserved.
Change-Id: Ia0718699f1a5fb8f60fec25a835ee64c58ca5404
Teppo Kurki [Tue, 9 Jun 2015 12:18:10 +0000 (15:18 +0300)]
Quick fix for non-visible datefield buttons in IE8 (#17915)
This concerns Grid Editor with themes other than Valo.
Also fixes the same issue for ComboBox.
Change-Id: Ia9856333272f2c98683e290699f03f78d4561c5c
elmot [Tue, 9 Jun 2015 07:54:46 +0000 (10:54 +0300)]
Fix for "Grid detail row outline overflows" (#17826)
Clipping of an existing spacer decoration was not updated after
adding/removing another spacer.
Change-Id: I0e0da484fe135cf109dd081a0d30a818813f8283
Johannes Dahlström [Mon, 8 Jun 2015 14:21:58 +0000 (17:21 +0300)]
Better handle exceptions when opening Grid editor (#17935)
Change-Id: I68103db75c422b042988c6662da268ff9d11a306
Teemu Suo-Anttila [Tue, 9 Jun 2015 08:47:47 +0000 (11:47 +0300)]
Add missing since, remove unused method
Change-Id: I7a90d75d0fdc54abc819dbacf7f8f572c85b3913
Teppo Kurki [Mon, 8 Jun 2015 20:49:16 +0000 (23:49 +0300)]
Rename grid sidebar 'opened' style to 'open' (#18120)
Change-Id: Ifbd791c45bf0a4b62e6e73195c73c4f0f3bddad0
Artur Signell [Mon, 8 Jun 2015 05:42:34 +0000 (08:42 +0300)]
Fix test broken by #16556
Change-Id: I4e0883c58c425fc6287212a97f740016223914b5
Artur Signell [Wed, 3 Jun 2015 19:46:46 +0000 (22:46 +0300)]
Update to Atmosphere 2.2.7 (#18069)
Change-Id: I44994ffbe73cbbcf0eae67718a821ac0f883b60e
Teemu Suo-Anttila [Mon, 8 Jun 2015 10:44:34 +0000 (13:44 +0300)]
Fix Grid drag selection with scrolled page (#17895)
Change-Id: I1303781c5a996448e12e86835935702686af3ab7
Sauli Tähkäpää [Fri, 16 Jan 2015 21:19:06 +0000 (23:19 +0200)]
Prevent field from updating when removing text change listener. (#16270)
Change-Id: I65c598ae71414550eb648fabf6e94fb1dabbef97
Teppo Kurki [Mon, 8 Jun 2015 09:54:15 +0000 (12:54 +0300)]
Fixes double-tap-to-open-editor issues
* Ignore double-taps on different rows
* Ignore swipe events
Change-Id: I37cccd6bda09a384b0698433adf3fa99985f1809
Manolo Carrasco [Fri, 15 May 2015 06:43:28 +0000 (08:43 +0200)]
Open editor on double touch (#17338)
Change-Id: I3ec5faf0086be70eda872ec81ea40f69d9c3e627
Leif Åstrand [Sun, 15 Mar 2015 13:09:32 +0000 (15:09 +0200)]
Don't allow null view providers (#17028)
Change-Id: I5ce4885f19aaac2d4454b5a368f3e58453cf76f9
Matti Tahvonen [Fri, 29 May 2015 13:22:26 +0000 (16:22 +0300)]
Selection is now shown although scrollToSelectedItem is false (#16673)
If scrollToSelectedItem is set to false (which is needed to work
properly with
large datasets) the selected item caption is sent to client with a
special
attribute to avoid the field looking like unselected.
Change-Id: Ib80355c3b52faaaeaa9ab7195644701cc3bf0d15
Teppo Kurki [Sun, 7 Jun 2015 20:54:37 +0000 (23:54 +0300)]
Forget GridLayout row expand ratios for removed rows (#18166)
Change-Id: I90a28fbc9c7eadac56a1d505d7cc80bb67342aae
Steven Spungin [Thu, 28 May 2015 13:35:08 +0000 (09:35 -0400)]
Return 0 instead of throwing exception if count query returns nothing (#18043)
Change-Id: If01c0653021efc85a26d9d5896a4da9d155cf777
Artur Signell [Wed, 3 Jun 2015 05:47:31 +0000 (08:47 +0300)]
Hide sidebar when clicking outside it (#18111)
Change-Id: I0dc8d218f8b9584874e34bf7c38eeae4b89f5df9
Artur Signell [Mon, 1 Jun 2015 22:21:46 +0000 (01:21 +0300)]
Render initially hidden columns correctly (#18030)
Change-Id: I2d21daac01fc8c61290997bf37b4109a07676135
Artur Signell [Mon, 1 Jun 2015 21:07:06 +0000 (00:07 +0300)]
Insert columns using correct logical row index (#18103)
Change-Id: I7010f4ca938e29c0b348aac15581c0aeb48d2dc0
Artur Signell [Fri, 15 May 2015 12:55:59 +0000 (15:55 +0300)]
Add setStyleName(String, boolean) shorthand for add/removeStyleName (#17825)
Change-Id: I91f4faae3e40ad4cd2b3037ce64d8776f61c004e
Leif Åstrand [Sun, 15 Mar 2015 13:09:03 +0000 (15:09 +0200)]
Extract MockUI class
Change-Id: I2a85520c89b952bed3308156afa8aff3f80082bd
Anna Miroshnik [Thu, 12 Mar 2015 15:56:10 +0000 (18:56 +0300)]
Format UTF-8 filenames correctly for download (#16556)
The code is the same for both FileDownloader and DownloadStream except
that FileDownloader forces the content-type to be an "attachment".
Change-Id: I50abf3b0f019b773bc0a44b16536a9479f9f472f
Artur Signell [Wed, 3 Jun 2015 05:44:02 +0000 (08:44 +0300)]
Run local tests on localhost
* Allows running test when offline
Change-Id: Ifb1d9ab60c299d6bbf31381fc26e50c639db8dc4
Artur Signell [Thu, 28 May 2015 06:01:20 +0000 (09:01 +0300)]
Better error reporting when server has invalid URL encoding (#17948)
Change-Id: I7a85a9d93e51de353e74bc08dd81a1779f94ba14
Artur Signell [Mon, 19 Jan 2015 14:16:35 +0000 (16:16 +0200)]
Convenience Window.setPosition(x,y) (#16335)
Change-Id: If574863fc24cecb9f8d17773833817d67f3a0e12
elmot [Thu, 4 Jun 2015 15:13:28 +0000 (18:13 +0300)]
GAE related fixes: another GAE app, new license, javadoc mistake fix(#18168)
Google forces applications owners to migrate all applications to
a new [High Replication] DataStorage. An old Vaadin application is deleted,
and a new one is created because of that migration.
GAE license is replaced with latest one.
Change-Id: Ie6de09f0c1c621308ad8e0cfc2ba7b42bfb10429
Artur Signell [Tue, 28 Apr 2015 20:59:04 +0000 (23:59 +0300)]
Deprecate streaming (#14914)
Long polling should always be used instead of streaming. There are no known
cases where streaming would be preferable.
Change-Id: I58ad19cb7bed48430decdaef529a7f3daad19e76
Artur Signell [Mon, 1 Jun 2015 19:17:10 +0000 (22:17 +0300)]
Only set height when at least one header cell is shown (#18000)
Change-Id: I252a8223804b5ba45abb20061c3d65d0b80603dc
Artur Signell [Tue, 2 Jun 2015 18:21:44 +0000 (21:21 +0300)]
Better error messages for addColumn/setColumns (#18019, #17890)
Change-Id: Iadf455ae6cbc60e0ce0b88fe7c12df946ed08cf0
Pekka Hyvönen [Thu, 7 May 2015 09:30:41 +0000 (12:30 +0300)]
DND-drop-marker should not be on top of sidebar opening button #17692
When sidebar opening button is visible, the column dnd-drop marker should
not be on top of it.
Change-Id: I67428bc5f49ce08c8df11ad84b529e17ad2bc2da
Teppo Kurki [Wed, 3 Jun 2015 12:34:43 +0000 (15:34 +0300)]
Remove duplicate primary stylename from split panels (#17846)
Change-Id: Ia0d839654cd14e0109f09d5625fe21ae41a689a3
Teppo Kurki [Wed, 3 Jun 2015 11:26:35 +0000 (14:26 +0300)]
Use headerCaption as default hidingToggleCaption (#18028)
Change-Id: Ifaf288da98d6d1d1c02760784b832cb5b5d93c07
Teppo Kurki [Thu, 4 Jun 2015 19:02:41 +0000 (22:02 +0300)]
Fixed CvalChecker invalid version message (#17879)
Change-Id: I2eed6d907be299ebca3e69d7f492aff6f1244fe4
Teppo Kurki [Thu, 4 Jun 2015 20:06:01 +0000 (23:06 +0300)]
Forget GridLayout column expand ratios when removing columns (#18068)
Change-Id: I49e3e54a3e408a2c82ff5d2a0d51c037f60397c5
Leif Åstrand [Thu, 28 May 2015 07:55:35 +0000 (10:55 +0300)]
Remove redundant array copy (#18040)
Change-Id: I86ffcd63441ab55a4fec95b1ba7bd017cabd4c72
Artur Signell [Thu, 4 Jun 2015 18:10:57 +0000 (21:10 +0300)]
Ensure PhantomJS2 tests are run on version 2
Change-Id: I802992a13c81a43d9f2c021184947fa83b17cdaf
Matti Tahvonen [Wed, 3 Jun 2015 13:32:18 +0000 (16:32 +0300)]
Required indicator for Table now works as expected (#17294)
Table is a field (and one of the most powerful ones), but it cannot be
used as required, especially if one wants to use the built in "required
indicators" in Vaadin. Those only work if client side connector extends
AbstractFieldConnector so Table is now extending it as well and
(I expect that it ) needs to do the AbstractHasComponentsConnector
stuff internally.
Change-Id: I4ceb719366621053c7fe4c9691d624d61ed57567
Teppo Kurki [Wed, 3 Jun 2015 19:06:42 +0000 (22:06 +0300)]
Do not send value change to server for non-immediate CheckBox (#18102)
Change-Id: I60a58af72d7166869d8bdc8930e16440e02d2ac5
Artur Signell [Thu, 28 May 2015 20:14:05 +0000 (23:14 +0300)]
Allow specifying location of PhantomJS binary
Change-Id: Idf04ba5c3712a387010bc2a28a119e81499f1f75
Johannes Dahlström [Mon, 1 Jun 2015 14:09:04 +0000 (17:09 +0300)]
Allow arbitrary serializable types as Renderer data type (#15410)
Change-Id: If535c5603116be204e11936f9186ce3856b74b03
Teemu Suo-Anttila [Wed, 3 Jun 2015 09:06:04 +0000 (12:06 +0300)]
Fix GridEditorClientTest focus checks on IE8
Change-Id: I68f63cf521fd81c8b5a384c60d88526365d3c9af
Leif Åstrand [Wed, 3 Jun 2015 08:30:06 +0000 (11:30 +0300)]
Reset heartbeat timestamp when reopening UI (#18101)
Change-Id: I288bae95e364277819727a99854d94fbbc98b162
Leif Åstrand [Thu, 28 May 2015 07:47:44 +0000 (10:47 +0300)]
Encode numeric values as JSON numbers (#18039)
Change-Id: Ibb0422ed00de498957e9baf995bb7835b60aafef