summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow legacy components to paint infinity double values again (#19447)Artur Signell2016-01-214-1/+134
| | | | | | | | | | | | | | | | | 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
* Test for selection after container reset (#19469, #19465)Artur Signell2016-01-212-0/+133
| | | | Change-Id: I1a0ea4bb05a2cb1c1fea90722bf416381da4f4b9
* Remove out of date javadoc (#19454)Artur Signell2016-01-211-6/+0
| | | | Change-Id: I594c865fb3906ff87f372a89188c80209025a119
* Correctly include base theme for font support (#19470)Artur Signell2016-01-212-5/+5
| | | | Change-Id: Icc8c3c2c1acfeb9b968085a28d087eb62ae6d467
* Clean up SingleSelectionModel client-side on data source change (#19469)Teemu Suo-Anttila2016-01-211-0/+10
| | | | Change-Id: Ida6a093121663731853404598e8b382969101850
* Fix demo and archetype build scripts to deploy all wars at onceTeemu Suo-Anttila2016-01-212-13/+27
| | | | Change-Id: I52c75ae901142c18b634707f180c102ea4091016
* Add clarifying comment to CustomDetailsGeneratorTeemu Suo-Anttila2016-01-211-1/+3
| | | | Change-Id: I05cb9723c8fb896f2ea6d306e12ef862ce940778
* Use LayoutManager for details rows (#18821, #18619)Leif Åstrand2016-01-218-11/+457
| | | | Change-Id: I444b0f3ad76703ec64a4bb998cfd19b79c1d0a15
* Add missing @since for 7.6.17.6.1Teemu Suo-Anttila2016-01-123-2/+4
| | | | Change-Id: I3a52dbf2138894b19e79b18fa4da04ed6c922c39
* Add a simple waitForApplication for servlet integration testsTeemu Suo-Anttila2016-01-121-0/+15
| | | | | | | | 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
* Split VOverlay functionality to a new base class (#19347)Teemu Suo-Anttila2016-01-125-1010/+1071
| | | | | | This fixes the missing z-index for the Grid popup. Change-Id: I775d7b60c4035bc2cada0f59f1d01cba2e7b98eb
* checkstyle configuration contains invalid module RedundantThrows (#18941)Andreas Höhmann2016-01-121-3/+0
| | | | | | just removed module "RedundantThrows" from vaadin-checkstyle.xml Change-Id: I591838041967cd10f782ea037e9ba6388e4fe665
* Use simple date format for BasicCrudGridEditorRow test UITeemu Suo-Anttila2016-01-082-2/+11
| | | | | | | This patch also forces locales to US for all the date formats to avoid issues on different default locales. Change-Id: I6f59e3c7d8ef175304d1f3e0fff7fab04ca14c8c
* Convert ComboBoxItemIcon test to TB4Henri Sara2016-01-082-76/+32
| | | | Change-Id: I2bf81afbbd710b81ce8c907777b8baa873ccf758
* Convert TableContextMenuAndIcons test to TB4Henri Sara2016-01-082-187/+64
| | | | Change-Id: If30cff49c2ad81be95c0551139c58d598959ced5
* Fix ScrollbarBundle to not round down pixel values (#19421)Teemu Suo-Anttila2016-01-083-12/+80
| | | | | | | | | 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
* Fix DateFormat for Editor tests as wellTeemu Suo-Anttila2016-01-081-0/+2
| | | | Change-Id: I35925bb542a8991184b7ae91b4a7d9c8d5bf5ee2
* Fix GridThemeUI to use more stable date formatTeemu Suo-Anttila2016-01-081-0/+4
| | | | Change-Id: Ia7b3e5bab5c1fd12da1c72f78af9e79001a9e450
* Always stick Grid column resize handle to the right edge (#19409)Johannes Dahlström2016-01-082-7/+16
| | | | Change-Id: Id9d667257e10d989dd7bda8032a69720f08174ac
* Support non-AbstractFieldConnector fields with Grid Editor (#19440)Teemu Suo-Anttila2016-01-083-6/+197
| | | | Change-Id: I401b04a2722f6659530e3d91e396993c11bc54ce
* Always set header/footer style name to TH (#19209)Artur Signell2016-01-082-7/+7
| | | | Change-Id: I0031941b032534902e6591320fa2ae340ec67b73
* ConnectorHierarchyChangeEvent.getParent() should return the connector (#18525)Artur Signell2016-01-081-11/+8
| | | | Change-Id: If51326a5d7c80bfa2f1edfdd266ddae396de3e4c
* Fixes exception when enter is pressed and there is nothing to select (#19149)Artur Signell2016-01-082-4/+52
| | | | Change-Id: Ib6fd1d02b15f738a34b91adbb50c8d70844e5bad
* Add a client-side connector for DetailsComponentManager (#19412)Teemu Suo-Anttila2016-01-052-1/+37
| | | | Change-Id: Ieaa6589f93c01cf4ff9e036171fe1dc33c902b20
* Fix NPE in Label.writeDesign with NULL values #19434John Ahlroos2016-01-052-6/+58
| | | | Change-Id: I2ada7a68177ef053ac22682bc17e90dc6ec0515a
* Make GeneratedPropertyItem addItem return null when appropriate (#18685)Artur Signell2016-01-052-0/+107
| | | | Change-Id: Ia4bace28a1aae2c8e9599a4688273d911cc20594
* Ensure no unknown attribute warnings are logged in design tests (#19429)Artur Signell2016-01-053-0/+47
| | | | | | * Adds missing custom attributes to Slider/AbstractEmbedded Change-Id: Iad6c963bdc4334630c613995b9c0f0555d5d19a8
* Listen to body for shortcut actions for standalone apps (#19392)Artur Signell2016-01-054-14/+101
| | | | Change-Id: I2e9d5e95c7b0ba3907c9772aee9fbfadb6baabde
* Fix custom attributes of Link component (#19107)maxschuster2016-01-051-6/+9
| | | | | | | | 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
* Include correct type and parameter info in exception (#19064)Artur Signell2016-01-052-5/+15
| | | | Change-Id: I26baf26dae6d1ad8b93529191cc69ffc0445aa40
* Make GeneratedPropertyItem equals self (#19426)Artur Signell2016-01-052-2/+34
| | | | Change-Id: Ia9a8d56a3702d182b7fb79e3676844c9a10093a6
* Make GeneratedPropertyContainer.getItem(nonExistant) return null (#19425)Artur Signell2016-01-052-0/+566
| | | | Change-Id: I46e715ac35c7a311b8ca3c09165e8c5c69243a79
* Make test succeed in EclipseArtur Signell2016-01-051-0/+1
| | | | Change-Id: I60485d3a42050ea0eba2ba967d0ea58f28f62233
* Revert changes which were previously reverted from only 7.5 (#19424)Teemu Suo-Anttila2016-01-056-194/+88
| | | | | | | | | | | | | | 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
* Update to Font Awesome 4.5.0Artur Signell2016-01-056-25/+60
| | | | Change-Id: I1ac1f1ba4695f4a7738f3c613f87658d5ec3456e
* Add keyboard shortcut to save grid editor in buffered mode (#16842)Teemu Suo-Anttila2016-01-052-22/+72
| | | | Change-Id: I8e5d6b12a88598830a9592065ce2ac2b1b886dd2
* Fix typo in release notesHenri Sara2016-01-051-1/+1
| | | | Change-Id: I166afb0ebc449b57ed262e4c76e8cbb71df2c88a
* Fix WidgetRenderer column cells not correctly init on change (#19086)Teemu Suo-Anttila2016-01-057-2/+414
| | | | | | | | | | | | | | | | | 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
* Update ticket list link in release notes7.6.0.rc17.6.0Henri Sara2015-12-221-1/+6
| | | | Change-Id: I662276679c5c0f96b23a014ecc2a8faeaf114e1d
* Change release notes for a non-prereleaseHenri Sara2015-12-221-2/+2
| | | | Change-Id: I6b8f1ad4f8beea31f6735e6743656936bce5dbb3
* Update supported versions in release notesHenri Sara2015-12-221-4/+4
| | | | Change-Id: I9376019c353f511ea799866587512ccbf1a7a584
* Fix Grid sorting tests (#16838)Henri Sara2015-12-212-3/+3
| | | | | | Increase click X offset to account for wider resize handle. Change-Id: Id638214f4a98d2476f298014c1bae0bbca6dea16
* Fix GridColumnReorderTest for IE8 (#16838)Henri Sara2015-12-211-2/+2
| | | | | | Use a different X offset not to hit a resize handle. Change-Id: I6e7d4cb0ae0e9c941cb3dd2ba3e29256d6643fde
* Fix GridEditorBufferedTest for (#16838)Henri Sara2015-12-211-0/+6
| | | | | | | Changed cell padding affected the location of the cursor after a click. Change-Id: I950496eb43b8c9be1fc37f558ddd80511eb1c0c3
* Disable long tap support on iOS (#19367)Henri Sara2015-12-212-1/+3
| | | | | | | | | 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
* Ignore context click on resize handle (#19408)Henri Sara2015-12-212-0/+33
| | | | | | | Otherwise, context clicks in the left edge of a header cell get handled by the wrong cell. Change-Id: I08e0c6bb62c90cc871fde7ec1d0f0a8602e5631f
* Fix left padding for ComboBox inside Grid editor (#16838)Marlon Richert2015-12-211-0/+1
| | | | | | | | | 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
* Fix javadoc typo in ItemClickEventHenri Sara2015-12-211-1/+1
| | | | Change-Id: I759999ab2e39202b4dda7eafa2cc30a64524939d
* Add a UI for reviewing new reference screenshotsLeif Åstrand2015-12-191-0/+438
| | | | Change-Id: I79b953cd4620331e3892a8bd070db8f9bd076e0f
* Increase grid column resize handle width (#16838)Marlon Richert2015-12-189-13/+55
| | | | Change-Id: Ic7768d9023d48b04458376765596059d3a81d8c6