]>
source.dussan.org Git - vaadin-framework.git/log
Sauli Tähkäpää [Thu, 6 Nov 2014 22:00:24 +0000 (00:00 +0200)]
Don't set null value for unmapped client side keys. (#15181)
Change-Id: I7eab60daa74a9941e47a07fe7f9de0f94f155a78
Marko Gronroos [Thu, 3 Mar 2016 15:52:46 +0000 (17:52 +0200)]
Fixed broken headings and images.
Change-Id: If76325159e31e1875d4f93c19d07b818271bafdc
Matti Tahvonen [Wed, 2 Mar 2016 14:40:45 +0000 (16:40 +0200)]
Tutorial navigation and formatting
Change-Id: I1f35ace38e8c12eac7f9720210c7ff8fc46af8e2
Marko Gronroos [Thu, 3 Mar 2016 13:33:25 +0000 (15:33 +0200)]
Cropped project wizard screenshots and such.
Change-Id: I09945275a84e52cee8912a16a9598acc26052204
Marko Gronroos [Tue, 1 Mar 2016 14:58:31 +0000 (16:58 +0200)]
Added header to the tutorial and revised the beginning.
Change-Id: I09cbad94ba50d296f080c13103840b96eeb58410
Henri Sara [Tue, 1 Mar 2016 12:00:23 +0000 (14:00 +0200)]
Omit timings in production mode (#19644)
* UIDL responses only include server side timing information when not
in production mode.
* Update documentation accordingly.
Change-Id: I73e65057b0c9e8ccfce2a1ee2590f23fba2bdb22
maxschuster [Sun, 21 Feb 2016 23:10:21 +0000 (00:10 +0100)]
Fix DragAndDropWrapper update after file upload (#19616)
After a file has been uploaded VDragAndDropWrapper tries to pull changes
from the server by calling
ApplicationConnection.sendPendingVariableChanges() which has no effect.
This change replaces the
ApplicationConnection.sendPendingVariableChanges() call with an RPC.
Change-Id: If8abc662d4761969e5aa8e6327bfd4bdd7f5e905
Matti Tahvonen [Mon, 29 Feb 2016 15:14:16 +0000 (17:14 +0200)]
Added tutorial to documentation
Change-Id: I9d182f2c96f73224c52ed62693b18511eac7e11a
Carlos Freund [Wed, 3 Feb 2016 13:40:02 +0000 (14:40 +0100)]
Rename jpacontainer-addon to jpacontainer in documentation.
The add-on itself was renamed to "jpacontainer" a few years ago.
Change-Id: If27debc091ae2aefa5a67ae4d95a36dffce395f4
Artur Signell [Wed, 17 Feb 2016 11:22:15 +0000 (13:22 +0200)]
Remove JSON license references as org.json is not in use anymore (#19543)
Change-Id: I3f333b7574d9c67cee0471676b2fa290e16455b2
Artur Signell [Sun, 14 Feb 2016 11:50:12 +0000 (13:50 +0200)]
Read GridLayout component alignments from declarative files (#19536)
Change-Id: I1bfb5c7416d10d4872b2b0c217422ca0427a5b1d
Leif Åstrand [Sun, 14 Feb 2016 12:33:17 +0000 (14:33 +0200)]
Disable browser's own autocomplete suggestions in ComboBox (#16647)
Change-Id: Icad835600685ac7ed9f7dbb09af134839154e696
Marko Gronroos [Thu, 11 Feb 2016 17:48:45 +0000 (19:48 +0200)]
Fixed critically broken comment blocks, broken emphasis and escaping, and some other formatting, and moved book preface, chapter structure, and index to the docs repository.
Change-Id: Ie61bdbab443e3ff862b34a7c1d0437e3dd144228
Leif Åstrand [Wed, 10 Dec 2014 08:49:45 +0000 (10:49 +0200)]
Prevent HTTP Response splitting in case the server doesn't (#19611)
Prevent user-provided input used in the redirect from containing newline
characters as the user agent would interpret subsequent parts of the
input as additional headers or the actual HTTP payload.
At least modern versions of Tomcat and Jetty already protect against
this kind of attack by escaping received header values, but that is not
necessarily the case for older versions or other servlet engines.
See https://www.owasp.org/index.php/HTTP_Response_Splitting for details.
Change-Id: I7a56fe2faeaa738aff964cf754e3f7b0f66181dc
elmot [Tue, 16 Feb 2016 14:31:49 +0000 (16:31 +0200)]
Add missing @since for 7.6.3
Change-Id: Iccd7f1e00a245a1ba5572f4086a55bdbe40218c9
Teemu Suo-Anttila [Tue, 16 Feb 2016 06:33:59 +0000 (08:33 +0200)]
Fix Editor trying to detach save and cancel buttons when unbuffered
This is a fix to an regression in some grid patch.
Change-Id: Ibd35d7a06f0e0b15e854bf036ccfb7f462e2d37f
Leif Åstrand [Sun, 14 Feb 2016 10:17:10 +0000 (12:17 +0200)]
Lock session during deserialization (#19310)
Change-Id: I64c7ff58045929cfe0e1885cf6ece83b27b36a8b
Teemu Suo-Anttila [Thu, 4 Feb 2016 11:11:36 +0000 (13:11 +0200)]
Fix AbstractRemoteDataSource cache clean up on remove (#19482)
Change-Id: I39f5fe82780e8bd489f8da014b59e79bac95d335
Teemu Suo-Anttila [Fri, 22 Jan 2016 12:23:55 +0000 (14:23 +0200)]
Fix Components cleanup on Header/FooterRow remove in Grid (#19497)
Change-Id: Iaa36f2dd6a61487ec49da3adb4cc9a2485641cd9
Artur Signell [Sun, 7 Feb 2016 17:23:29 +0000 (19:23 +0200)]
Fix NPE if stopping navigation in onBeforeUnload (#19541)
Change-Id: Id20ec15a92879984785b5427feb6a80928457af3
Artur Signell [Sun, 7 Feb 2016 15:05:01 +0000 (17:05 +0200)]
Test using Wildfly 10 (#19565)
Change-Id: Ice19f7283f54b889b7b403f4a6a15f8ac10391e9
Teemu Suo-Anttila [Fri, 12 Feb 2016 07:35:41 +0000 (09:35 +0200)]
Fix Grid DetailsGenerator being removed on Container change (#19593)
Change-Id: Ic18dc462a80a67fe25afdd99b959d7fc3690cb2a
Teemu Suo-Anttila [Mon, 18 Jan 2016 11:52:14 +0000 (13:52 +0200)]
Fix NPE on column width detection in TreeTable and RowGenerator (#19437)
Change-Id: Icaf037a045d75e0b93781abcc80f7137f6a4d306
Matti Tahvonen [Sun, 24 Jan 2016 20:35:30 +0000 (22:35 +0200)]
Update themes-compiling.asciidoc.
Adding tip about non-compiling theme, re-phrased other on-the-fly compilation
instructions.
Change-Id: Ia9fe86c46a3c8d5d96272de4d6dab4894f730c93
Teemu Suo-Anttila [Mon, 8 Feb 2016 14:42:00 +0000 (16:42 +0200)]
Fix removing extension from a connector that is not its parent (#19569)
Change-Id: I9c40d3d85386437a640879470ab3b0cdfe042a42
Teemu Suo-Anttila [Tue, 19 Jan 2016 21:43:07 +0000 (23:43 +0200)]
Open editor deferred to allow column size calculations on init (#19488)
Change-Id: Ie4f8bfbdb1992a2eba8836f2c320c9f0c4718ae5
Teemu Suo-Anttila [Tue, 19 Jan 2016 18:46:05 +0000 (20:46 +0200)]
Fix Editor overlay position when footer is displayed on top (#19491)
Change-Id: I6ad09f0d69073042e76bb208b951824333cba230
Jonatan Kronqvist [Tue, 19 Jan 2016 12:22:36 +0000 (14:22 +0200)]
Specify the license of the documentation in the LICENSE file.
Added a mention that the license of the documentation is CC-BY-ND
and not Apache 2.0, as the other contents of the repository.
Change-Id: I547371cd14e8cc89add3e02badcb5cae265690ec
Grzegorz Solecki [Tue, 2 Feb 2016 16:00:14 +0000 (16:00 +0000)]
Fix a broken link to cdi-tutorial
Change-Id: Icfd30867ec087fa6c748c64b24362a32d6f6041e
Matti Tahvonen [Sun, 24 Jan 2016 19:19:08 +0000 (21:19 +0200)]
Added JavaDoc for PropertyId
Change-Id: I3a84c10612b1df5522941397b0e463c7401bfc2d
Artur Signell [Sat, 16 Jan 2016 17:44:26 +0000 (19:44 +0200)]
Make hiding/showing components in grid header/footer work (#19297)
Change-Id: Icd98bf81f98c1d79b4c9b4ca4a17d36ed883e19f
elmot [Mon, 1 Feb 2016 13:35:41 +0000 (15:35 +0200)]
Chrome version updated
Change-Id: I5d8167cb1126858764b9108d31ac4be4cdae98cb
elmot [Thu, 28 Jan 2016 17:26:42 +0000 (19:26 +0200)]
Add missing @since for 7.6.2
Change-Id: I747fff73e9737458054baf223fd4cd8d816950ac
Artur Signell [Mon, 25 Jan 2016 13:02:32 +0000 (15:02 +0200)]
Fix GeneratedPropertyContainer with non-Sortable Containers (#19511)
Adds a missing throw to sort method and fixes
getSortableContainerPropertyIds to return an empty collection if not
sortable.
Change-Id: I82aaedd3c23ce4c28bf3e1151e35a8b1ade930d5
Marko Grönroos [Mon, 25 Jan 2016 12:49:37 +0000 (14:49 +0200)]
Added source code types to code listings
Change-Id: Id6459c4f8f0818fd130b0fb1b399177c10e28d58
Marko Grönroos [Mon, 25 Jan 2016 09:30:02 +0000 (11:30 +0200)]
Fixed formatting in built-in filter types list
Change-Id: I0354ab1568976a7a2a7e41eea1a88960fc7362ef
berndhopp [Fri, 22 Jan 2016 16:29:30 +0000 (17:29 +0100)]
added sampler links to layout components in documentaition
Change-Id: I42c30db821ce56cdacdafc98194b250b667e7671
Marko Gronroos [Thu, 21 Jan 2016 16:47:32 +0000 (18:47 +0200)]
Use the Live Demo icon from under the relative image path.
Change-Id: If792384265652a72ffdcc5bc3201097df3b2c21b
berndhopp [Fri, 22 Jan 2016 14:36:47 +0000 (15:36 +0100)]
fix links in to sampler
Change-Id: I1e4388debfa861f76f71d31f3c7facf30fd9dcf4
Artur Signell [Sun, 17 Jan 2016 14:56:33 +0000 (16:56 +0200)]
Make Checkbox label send context click events also (#19456)
Change-Id: I922375554be313f0ee7d753b3de444cfe1964ebe
Markus Koivisto [Fri, 22 Jan 2016 12:55:18 +0000 (14:55 +0200)]
Add documentation to master branch
Change-Id: I2504bb10f1ae73ec0cbc08b7ba5a88925caa1674
Marlon Richert [Fri, 8 Jan 2016 09:51:35 +0000 (11:51 +0200)]
Fix IE8 DateField and ComboBox buttons in Grid editor cell (#19431)
Change-Id: I52060fc5e49b9bd22f8b24755251ffd0ad8557ff
Artur Signell [Sat, 16 Jan 2016 11:02:45 +0000 (13:02 +0200)]
Do not process click events for disabled optiongroups (#19433)
This removes the warning logged on the server side when the RPC reaches it
for the disabled component. As this is more of a cosmetic change, there is
no automatic test.
Change-Id: Ia010c07fe277411a6ea3edcacb7a016d66b6807f
Artur Signell [Sun, 17 Jan 2016 12:03:53 +0000 (14:03 +0200)]
Propertly handle null in StringToCollectionConverter (#19481)
Change-Id: Ief6f899d6c0fec103213c5f679a178555740c553
Artur Signell [Sat, 16 Jan 2016 11:11:22 +0000 (13:11 +0200)]
Allow legacy components to paint infinity double values again (#19447)
JsonPaintTarget.addAttribute(String,double) converts infinity values to
{ "name": Infinity }. This is not valid JSON but has "always worked" and
at least NumberField relies on being able to send infinity values.
For state and RPC it's not possible to send 'infinity' as JsonNumber
converts those to null.
It is not possible to send 'infinity' back to the server using a legacy
variable either as also in this case JsonNumber is used and the value becomes
null.
This fix should be reverted when legacy variable support is removed.
Change-Id: I19d17368f9da97a81fc9f780749dc4f0a8d3ee9b
Artur Signell [Sun, 17 Jan 2016 17:15:48 +0000 (19:15 +0200)]
Test for selection after container reset (#19469, #19465)
Change-Id: I1a0ea4bb05a2cb1c1fea90722bf416381da4f4b9
Artur Signell [Thu, 14 Jan 2016 07:21:12 +0000 (09:21 +0200)]
Remove out of date javadoc (#19454)
Change-Id: I594c865fb3906ff87f372a89188c80209025a119
Artur Signell [Thu, 14 Jan 2016 18:47:45 +0000 (20:47 +0200)]
Correctly include base theme for font support (#19470)
Change-Id: Icc8c3c2c1acfeb9b968085a28d087eb62ae6d467
Teemu Suo-Anttila [Wed, 13 Jan 2016 15:26:50 +0000 (17:26 +0200)]
Clean up SingleSelectionModel client-side on data source change (#19469)
Change-Id: Ida6a093121663731853404598e8b382969101850
Teemu Suo-Anttila [Wed, 13 Jan 2016 10:01:40 +0000 (12:01 +0200)]
Fix demo and archetype build scripts to deploy all wars at once
Change-Id: I52c75ae901142c18b634707f180c102ea4091016
Teemu Suo-Anttila [Tue, 12 Jan 2016 15:29:44 +0000 (17:29 +0200)]
Add clarifying comment to CustomDetailsGenerator
Change-Id: I05cb9723c8fb896f2ea6d306e12ef862ce940778
Leif Åstrand [Mon, 30 Nov 2015 12:38:25 +0000 (14:38 +0200)]
Use LayoutManager for details rows (#18821, #18619)
Change-Id: I444b0f3ad76703ec64a4bb998cfd19b79c1d0a15
Teemu Suo-Anttila [Tue, 12 Jan 2016 15:27:49 +0000 (17:27 +0200)]
Add missing @since for 7.6.1
Change-Id: I3a52dbf2138894b19e79b18fa4da04ed6c922c39
Teemu Suo-Anttila [Tue, 12 Jan 2016 11:36:02 +0000 (13:36 +0200)]
Add a simple waitForApplication for servlet integration tests
This waitForApplication checks if an UI element exists on the page. If
not, then it will wait 10 seconds in order for it to appear. This should
reduce the amount of false negatives in server tests.
Change-Id: I9409f5a9ebcaa5511e7a250f49070f38cad2ff5e
Teemu Suo-Anttila [Thu, 7 Jan 2016 15:20:13 +0000 (17:20 +0200)]
Split VOverlay functionality to a new base class (#19347)
This fixes the missing z-index for the Grid popup.
Change-Id: I775d7b60c4035bc2cada0f59f1d01cba2e7b98eb
Andreas Höhmann [Sun, 20 Sep 2015 15:39:53 +0000 (17:39 +0200)]
checkstyle configuration contains invalid module RedundantThrows (#18941)
just removed module "RedundantThrows" from vaadin-checkstyle.xml
Change-Id: I591838041967cd10f782ea037e9ba6388e4fe665
Teemu Suo-Anttila [Fri, 8 Jan 2016 14:23:32 +0000 (16:23 +0200)]
Use simple date format for BasicCrudGridEditorRow test UI
This patch also forces locales to US for all the date formats to avoid
issues on different default locales.
Change-Id: I6f59e3c7d8ef175304d1f3e0fff7fab04ca14c8c
Henri Sara [Fri, 8 Jan 2016 12:03:37 +0000 (14:03 +0200)]
Convert ComboBoxItemIcon test to TB4
Change-Id: I2bf81afbbd710b81ce8c907777b8baa873ccf758
Henri Sara [Fri, 8 Jan 2016 12:48:03 +0000 (14:48 +0200)]
Convert TableContextMenuAndIcons test to TB4
Change-Id: If30cff49c2ad81be95c0551139c58d598959ced5
Teemu Suo-Anttila [Thu, 7 Jan 2016 13:45:26 +0000 (15:45 +0200)]
Fix ScrollbarBundle to not round down pixel values (#19421)
Since Escalator now uses subpixels in most cases, scrollbar calculation
fails when ScrollbarBundle calls Math.floor for the offset size. Removed
rounding, added a pixel epsilon check that we don't make a scrollbar
when it's not really needed.
Change-Id: I779e678a7f7a22b367e8329aa17e5980fde42fba
Teemu Suo-Anttila [Thu, 7 Jan 2016 15:46:56 +0000 (17:46 +0200)]
Fix DateFormat for Editor tests as well
Change-Id: I35925bb542a8991184b7ae91b4a7d9c8d5bf5ee2
Teemu Suo-Anttila [Thu, 7 Jan 2016 12:47:56 +0000 (14:47 +0200)]
Fix GridThemeUI to use more stable date format
Change-Id: Ia7b3e5bab5c1fd12da1c72f78af9e79001a9e450
Johannes Dahlström [Mon, 4 Jan 2016 13:05:59 +0000 (15:05 +0200)]
Always stick Grid column resize handle to the right edge (#19409)
Change-Id: Id9d667257e10d989dd7bda8032a69720f08174ac
Teemu Suo-Anttila [Tue, 5 Jan 2016 14:26:22 +0000 (16:26 +0200)]
Support non-AbstractFieldConnector fields with Grid Editor (#19440)
Change-Id: I401b04a2722f6659530e3d91e396993c11bc54ce
Artur Signell [Wed, 30 Dec 2015 08:51:38 +0000 (10:51 +0200)]
Always set header/footer style name to TH (#19209)
Change-Id: I0031941b032534902e6591320fa2ae340ec67b73
Artur Signell [Mon, 3 Aug 2015 11:09:24 +0000 (14:09 +0300)]
ConnectorHierarchyChangeEvent.getParent() should return the connector (#18525)
Change-Id: If51326a5d7c80bfa2f1edfdd266ddae396de3e4c
Artur Signell [Fri, 1 Jan 2016 10:02:06 +0000 (12:02 +0200)]
Fixes exception when enter is pressed and there is nothing to select (#19149)
Change-Id: Ib6fd1d02b15f738a34b91adbb50c8d70844e5bad
Teemu Suo-Anttila [Tue, 22 Dec 2015 12:30:11 +0000 (14:30 +0200)]
Add a client-side connector for DetailsComponentManager (#19412)
Change-Id: Ieaa6589f93c01cf4ff9e036171fe1dc33c902b20
John Ahlroos [Mon, 4 Jan 2016 12:42:05 +0000 (14:42 +0200)]
Fix NPE in Label.writeDesign with NULL values #19434
Change-Id: I2ada7a68177ef053ac22682bc17e90dc6ec0515a
Artur Signell [Wed, 30 Dec 2015 06:13:26 +0000 (08:13 +0200)]
Make GeneratedPropertyItem addItem return null when appropriate (#18685)
Change-Id: Ia4bace28a1aae2c8e9599a4688273d911cc20594
Artur Signell [Sat, 2 Jan 2016 12:48:55 +0000 (14:48 +0200)]
Ensure no unknown attribute warnings are logged in design tests (#19429)
* Adds missing custom attributes to Slider/AbstractEmbedded
Change-Id: Iad6c963bdc4334630c613995b9c0f0555d5d19a8
Artur Signell [Fri, 1 Jan 2016 09:53:42 +0000 (11:53 +0200)]
Listen to body for shortcut actions for standalone apps (#19392)
Change-Id: I2e9d5e95c7b0ba3907c9772aee9fbfadb6baabde
maxschuster [Sun, 11 Oct 2015 18:48:52 +0000 (20:48 +0200)]
Fix custom attributes of Link component (#19107)
Added the custom attributes href and target to the Link component to
match the attribute names used by Link.readDesign() and
Link.writeDesign()
Change-Id: I9417034572c66e54034b816a15d7a1ec29030fbf
Artur Signell [Sat, 10 Oct 2015 16:48:42 +0000 (19:48 +0300)]
Include correct type and parameter info in exception (#19064)
Change-Id: I26baf26dae6d1ad8b93529191cc69ffc0445aa40
Artur Signell [Wed, 30 Dec 2015 05:56:33 +0000 (07:56 +0200)]
Make GeneratedPropertyItem equals self (#19426)
Change-Id: Ia9a8d56a3702d182b7fb79e3676844c9a10093a6
Artur Signell [Wed, 30 Dec 2015 05:49:10 +0000 (07:49 +0200)]
Make GeneratedPropertyContainer.getItem(nonExistant) return null (#19425)
Change-Id: I46e715ac35c7a311b8ca3c09165e8c5c69243a79
Artur Signell [Sat, 2 Jan 2016 12:54:33 +0000 (14:54 +0200)]
Make test succeed in Eclipse
Change-Id: I60485d3a42050ea0eba2ba967d0ea58f28f62233
Teemu Suo-Anttila [Tue, 21 Jul 2015 11:00:03 +0000 (14:00 +0300)]
Revert changes which were previously reverted from only 7.5 (#19424)
Revert "Take Window special case into account for invalid layouts (#17598)"
This reverts commit
abc1c5dff6438d65e53473b69ae9a3ca2b8e60e1 .
Revert "Render nested invalid layouts correctly (#17598)"
This reverts commit
ac4e85f4e35a57d1ba6e6f3448744cbb0c2df60f .
Added test to ensure a similar problem is not reintroduced later
Change-Id: I680c20384e62c7c00b4ac0e2dc91f65f1585d37c
Artur Signell [Thu, 3 Dec 2015 11:55:23 +0000 (13:55 +0200)]
Update to Font Awesome 4.5.0
Change-Id: I1ac1f1ba4695f4a7738f3c613f87658d5ec3456e
Teemu Suo-Anttila [Mon, 28 Dec 2015 12:15:50 +0000 (14:15 +0200)]
Add keyboard shortcut to save grid editor in buffered mode (#16842)
Change-Id: I8e5d6b12a88598830a9592065ce2ac2b1b886dd2
Henri Sara [Wed, 23 Dec 2015 11:22:43 +0000 (13:22 +0200)]
Fix typo in release notes
Change-Id: I166afb0ebc449b57ed262e4c76e8cbb71df2c88a
Teemu Suo-Anttila [Tue, 1 Dec 2015 11:54:29 +0000 (13:54 +0200)]
Fix WidgetRenderer column cells not correctly init on change (#19086)
When changing to a widget renderer with an existing column, the widget
renderer expects that the cells would be initialized to have a correct
widget for it. Because of original design where you could not change
renderers, this was not taken into account and cells did not get
reinitialized when changing the renderer.
This patch showed another underlying detach problem from removing a
widget renderer and destroying complex renderers. These both are also
addressed to make this bug possible to test correctly.
Patch includes a client-side test that verifies the integrity of the
renderer state in different stages of its lifecycle.
Change-Id: Id11da80719f5ae7687a2279bf20e467ea57ccbbc
Henri Sara [Tue, 22 Dec 2015 09:01:14 +0000 (11:01 +0200)]
Update ticket list link in release notes
Change-Id: I662276679c5c0f96b23a014ecc2a8faeaf114e1d
Henri Sara [Tue, 22 Dec 2015 08:38:05 +0000 (10:38 +0200)]
Change release notes for a non-prerelease
Change-Id: I6b8f1ad4f8beea31f6735e6743656936bce5dbb3
Henri Sara [Tue, 22 Dec 2015 08:30:42 +0000 (10:30 +0200)]
Update supported versions in release notes
Change-Id: I9376019c353f511ea799866587512ccbf1a7a584
Henri Sara [Mon, 21 Dec 2015 14:33:44 +0000 (16:33 +0200)]
Fix Grid sorting tests (#16838)
Increase click X offset to account for wider resize handle.
Change-Id: Id638214f4a98d2476f298014c1bae0bbca6dea16
Henri Sara [Mon, 21 Dec 2015 14:24:20 +0000 (16:24 +0200)]
Fix GridColumnReorderTest for IE8 (#16838)
Use a different X offset not to hit a resize handle.
Change-Id: I6e7d4cb0ae0e9c941cb3dd2ba3e29256d6643fde
Henri Sara [Sun, 20 Dec 2015 10:20:28 +0000 (12:20 +0200)]
Fix GridEditorBufferedTest for (#16838)
Changed cell padding affected the location of the cursor after
a click.
Change-Id: I950496eb43b8c9be1fc37f558ddd80511eb1c0c3
Henri Sara [Mon, 21 Dec 2015 07:48:35 +0000 (09:48 +0200)]
Disable long tap support on iOS (#19367)
Long tap causes problems in embedded browsers on iOS (text
selection is performed and/or the OS native context menu is shown).
The support should be re-enabled in the future (see #19406).
Change-Id: I842df12675482c8e529e8bb061958414cc8c0b90
Henri Sara [Mon, 21 Dec 2015 09:44:23 +0000 (11:44 +0200)]
Ignore context click on resize handle (#19408)
Otherwise, context clicks in the left edge of a header cell get
handled by the wrong cell.
Change-Id: I08e0c6bb62c90cc871fde7ec1d0f0a8602e5631f
Marlon Richert [Mon, 21 Dec 2015 09:41:00 +0000 (11:41 +0200)]
Fix left padding for ComboBox inside Grid editor (#16838)
This fix applies especially to the themes Base, Chameleon and Runo.
Reindeer and Valo were already covered by earlier changes.
Filed #19407 for fixing incorrect positioning of DateField button in
Base theme.
Change-Id: Iefda0d23b93c74274ad83c60907c0198e5c2f237
Henri Sara [Mon, 21 Dec 2015 09:46:37 +0000 (11:46 +0200)]
Fix javadoc typo in ItemClickEvent
Change-Id: I759999ab2e39202b4dda7eafa2cc30a64524939d
Leif Åstrand [Tue, 22 Sep 2015 11:24:58 +0000 (14:24 +0300)]
Add a UI for reviewing new reference screenshots
Change-Id: I79b953cd4620331e3892a8bd070db8f9bd076e0f
Marlon Richert [Wed, 9 Dec 2015 12:33:43 +0000 (14:33 +0200)]
Increase grid column resize handle width (#16838)
Change-Id: Ic7768d9023d48b04458376765596059d3a81d8c6
Teemu Suo-Anttila [Wed, 16 Dec 2015 12:57:58 +0000 (14:57 +0200)]
Fix IE8 focus handling in Grid editor in unbuffered state (#19389)
Change-Id: Ia77c246239cae7b0add3c4975dfa5ffaa42d08b6
Henri Sara [Fri, 18 Dec 2015 11:40:38 +0000 (13:40 +0200)]
Fix empty @since tags
Change-Id: I68dd71f65091a6c5979b67c2faea9050feac2b02
Teemu Suo-Anttila [Thu, 17 Dec 2015 13:56:43 +0000 (15:56 +0200)]
Verify Column width after all sort related cell changes (#16597)
This fixes an IE8 issue where multisorting is not shown correctly.
Change-Id: Id68103f06baf9e3ae20cb2714407b467829ef1a0
Artur Signell [Thu, 17 Dec 2015 06:25:10 +0000 (08:25 +0200)]
Disable Atmosphere online/offline handling (#19391)
Atmosphere will disconnect the push connection when going offline and reconnect it
when going online again. There are no events sent when this happens, which means the
reconnect logic cannot take this into account.
Having it enabled leads to something like:
1. Browser goes offline, push is disconnected
2. Framework sees it as a normal close and does not show the reconnect dialog
3. The user does something, the framework tries to send a websocket request
4. A new Atmosphere request is created and enters a try-to-reconnect loop as expected
5. The browser goes online, and the online event re-initializes the old connection
although a try-to-reconnect loop is already running
Change-Id: I5dcef768783142e2c7b4e7c821353addb0ec3d28
Artur Signell [Thu, 17 Dec 2015 06:07:09 +0000 (08:07 +0200)]
Update to Atmosphere 2.2.13.vaadin3 (#19391)
Change-Id: I80a594092d5f662120b83148cb992a9457859248
Artur Signell [Thu, 17 Dec 2015 06:24:22 +0000 (08:24 +0200)]
Parse true/false as boolean values for push configuration (#19394)
Change-Id: I89e99ebd552b00a1bdc79801a8236aff72b6a290