aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Reapplying column width on Grid actually reapplies the width (#16900)Pekka Hyvönen2015-03-033-1/+45
| | | | | | | | Change-Id: I8a0bc92294004411782c6ee5b0e460b892570aa3
* | Restoring overflow-x and overflow-y in runWebkitOverflowAutoFix (#16650)Alexey Fansky2015-03-034-1/+224
| | | | | | | | Change-Id: I7be1c1571ee5ede0ce481faf823f5f271a280a8a
* | Fix text input of PopupCalendar in Internet Explorer (#16677).Mika Murtojarvi2015-03-033-2/+119
| | | | | | | | | | | | | | Similarly to VTextField, VTextualDate now uses KeyDownHandler with IE to process the pressing of the return key. Change-Id: I139134fc38678ad46f0c46f30e3de25547b9a3c6
* | Displaying tooltip in slot for touch devices (#15353)Alexey Fansky2015-03-033-19/+182
| | | | | | | | Change-Id: Ia2fce4dbfc205b44622557017afff19c4a2ef7df
* | Revert "Hide button caption overflow in reindeer and valo. (#11864)"Jouni Koivuviita2015-03-034-56/+0
| | | | | | | | | | | | | | | | | | | | This reverts commit c9586c93b93987d9b5942c38ef0b536c091092a5. This fix will break button focus outline in Valo. The overflow hidden needs to be placed on the inner element (v-button-wrap). For Reindeer the fix is okay, but for consistency it might make sense to move it there to the inner element also. Change-Id: I6cac9fc6a1c8ae6be9969b8dc8533b9cad118d6a
* | Make server tests work againArtur Signell2015-03-021-2/+2
| | | | | | | | Change-Id: Ie0097cef628ef013579067443d4a52be049cf1da
* | Improve performance of Util.collectionEquals (#16968).Fabian Lange2015-03-021-10/+9
| | | | | | | | | | | | | | | | | | | | | | This change checks the length of both collections first before iterating them. This massively speeds up the comparison in case the collections do not have the same length. Also in the case where the lengths are equal, this saves the collection2.hasNext() checks. Change-Id: If1325f3581d12bf742d77fbf8b0f89511fa11252
* | Fix Grid flick scrolling on iOS devices (#16762)Teemu Suo-Anttila2015-03-021-30/+27
| | | | | | | | Change-Id: Iee64f1dc5ce91472c66f43a6269cb1eccb2f9b52
* | Method for requesting column width recalculation (#16748)Artur Signell2015-03-026-3/+216
| | | | | | | | Change-Id: I089f08a056a358d9857ce6608293878e2b8bbd9e
* | LayoutManager reuses shortcut Element instance for measure (#16964).Fabian Lange2015-03-021-9/+8
| | | | | | | | | | | | | | | | This change prevents the duplicate getter chain lookup connector.getWidget().getElement() on the very hot measureConnector method. Change-Id: Ia59c9ef2e6bbcf9402424bc565bc9ee3977e3c6e
* | Disconnect push after application has been stopped (#13248)Artur Signell2015-03-021-8/+21
| | | | | | | | Change-Id: I4b8ca76a530453ee95ff88a1a4bbe3fa7a7958d4
* | Update to GWT with WP fix (#16924)Artur Signell2015-03-021-1/+1
| | | | | | | | Change-Id: I37cec7420f71d2fa6be379f650a7e11843d0e8e4
* | Don't actively disconnect when the client already has disconnected (#15330)Artur Signell2015-03-022-17/+26
| | | | | | | | Change-Id: I26e53f6b07eaccc785bda547e454fa185ad952df
* | Update Atmosphere to 2.2.4.vaadin4 (#16825, #16826, #16862)Artur Signell2015-03-023-3/+3
| | | | | | | | Change-Id: Idd43e37ac7ba37710ffea7e01efc931e73defd90
* | Use the existing communication error handler if one exists (#16938)Artur Signell2015-03-021-12/+17
| | | | | | | | Change-Id: If3645dee1f4f3d5a7b1654a60db8734c8ec1ac01
* | Call error handler even if critical notification write fails (#16951)Artur Signell2015-02-281-12/+11
| | | | | | Change-Id: I4d18aa54c48487081a626749916e3342888eb71e
* | Ensure that slider min is always smaller or equal to max. (#16776)Sauli Tähkäpää2015-02-272-13/+69
| | | | | | | | | | | | | | | | - Set slider min to max if max is being set to a smaller value than min, and vice-versa. - Set also an informative message to Slider.ValueOutOfBoundsException. Change-Id: I06b6b05dd0ef2c1fb862cf4acc7df3e235db59ba
* | Hide button caption overflow in reindeer and valo. (#11864)Sauli Tähkäpää2015-02-274-0/+56
| | | | | | | | Change-Id: Iaeb9cd571dd4b7a37cdc89f9d291365aef96c9e1
* | Redesign ComboBox filtering, highlighting and selection behaviour.Sauli Tähkäpää2015-02-2618-235/+807
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#15502, #9369) Changes: - When opening the popup, the first suggestion is always highlighted by default unless adding new items is allowed. - When filter matches currently selected item, that item will be highlighted instead of the first item. - Hitting enter or tab will always select the highlighted item. - Closing the suggestions list by clicking outside the list no longer selects an item to prevent accidental selections. Test changes: - Extended ComboBoxElement to help test filtering. - Updated and tweaked ComboBoxResetValueTest, ComboBoxIdenticalItemsTest and ComboboxScrollableWindowTest. - Added ComboBoxSelectingTest and ComboBoxSelectingWithNewItemsAllowedTest. - Updated some tests that were using keyboard navigation. Change-Id: Ia7745b624bdb0b1a1bb498157ebcb37bee219d76
* | Add pluggable mechanism for loading classes for a design (#16583)Leif Åstrand2015-02-263-40/+241
| | | | | | | | Change-Id: I2ac17e3c5a7c36492567238af8f4cf6723b0ec69
* | Package all widgets sources into sources.jar (#16805)Artur Signell2015-02-251-2/+5
| | | | | | | | Change-Id: Ia1a3d8444d0b660a1f0141e872230758fbf5d95a
* | Maintain Grid scroll position on detach and reattach (#16220)Johannes Dahlström2015-02-254-13/+66
| | | | | | | | Change-Id: I6ac5c3304bcd22e23f298c4dbdd65358aa1c64f7
* | Add project, build and test name capabilities.Sauli Tähkäpää2015-02-251-0/+12
| | | | | | | | | | | | | | - Helps identifiying problem points in test queue - Enables grouping tests in BrowserStack and other services. Change-Id: I444d0aa07900c39b4dafc2d6b6889975b3de3bec
* | Breaks PushLargeDataLongPollingTest and also long polling in many ways. See ↵Artur Signell2015-02-252-63/+30
| | | | | | | | | | | | | | | | | | | | http://dev.vaadin.com/ticket/16919 Revert "Fix handling of disconnection with push (#15330)" This reverts commit 3c07368cbbc4d35534e90c769ea8ec975400c452. Change-Id: I46631b1921fa1c5628952362a93a000df92c5a4a
* | Fix test url parameter concatenation.Sauli Tähkäpää2015-02-243-17/+27
| | | | | | | | Change-Id: I7063aedc870330c1159e44b05ac3e729ad837ba1
* | Fix Escalator size changes when scrolled to bottom (#16382)Teemu Suo-Anttila2015-02-242-4/+57
| | | | | | | | Change-Id: Iaf8b21e9c6a09e51667eebae1fdd4b1f5ebabedd
* | Fix adding and modifying multiple rows in Grid (#16905)Teemu Suo-Anttila2015-02-242-1/+16
| | | | | | | | Change-Id: Ib3ae8d305f44a78c9bd6f4539ca9cee2a487d269
* | Fix handling of disconnection with push (#15330)Artur Signell2015-02-242-30/+63
| | | | | | | | | | | | | | | | * The resource should not be closed when the client disconnects * Removed "automatic" disconnection which was needed when onresume was not handled * Don't call disconnect twice for cancelled connections Change-Id: Id5ad9924b56c8810f759d6f9dc1da6e83e53d75b
* | Update release notes for 7.4Artur Signell2015-02-241-15/+12
| | | | | | | | | | | | | | * Match TOC headers with actual headers * New browser versions Change-Id: I1476d41ee66ffb1876aac89998d4ca03d47e1240
* | Do not restart application if messages are received (#16868)Artur Signell2015-02-241-3/+11
| | | | | | | | Change-Id: I5ede5efb7ae9a171fac79f2ead98e2fb12c249c4
* | Do not re-schedule an already scheduled lock breaker (#15317)Artur Signell2015-02-241-1/+3
| | | | | | | | Change-Id: I17dad660470283cd2d269a32d72d2f26ab86e7c4
* | Migrate TB2 tests from package applicationservlet to TB4Teemu Suo-Anttila2015-02-246-191/+145
| | | | | | | | | | | | | | MultipleServeletConfigurationTest SystemMessagesTest Change-Id: I85f0bc2daed4d9ef2a4a341f4614c8a501256565
* | Cleanup UI even if detach fails (#16651)Artur Signell2015-02-233-1/+115
| | | | | | | | Change-Id: Iefc27b7047836243268970605ba2e946fac55e95
* | Make Column.setLastFrozenColumn work (#16726)Artur Signell2015-02-232-1/+20
| | | | | | | | Change-Id: I58fee1549459b24cb47e0d3321d16fb8b215959a
* | Fixes a graphical scrollbar glitch in Grid + some OSX configurations + Valo ↵Henrik Paul2015-02-231-1/+6
| | | | | | | | | | | | (#16565) Change-Id: I8eb8bb2d941fc88b9f896c8d351ada6286e8322d
* | Makes Escalator show scrollbars on some OSX settings (#16852)Henrik Paul2015-02-231-34/+54
| | | | | | | | | | | | | | If the OSX is configured to show scrollbars only while scrolling, Escalator would previously have its scrollbars hidden underneath the DOM structure. Change-Id: I6c1a05ba23f6555d9f7f4c484c066c5f7ae63ac3
* | Ignore Chrome in ComboboxSelectedItemTextTest until regression is fixed. ↵Sauli Tähkäpää2015-02-231-0/+10
| | | | | | | | | | | | (#16636) Change-Id: Ib47c1a6031a988213be35bf4a7d449209194664d
* | Ensure resource is valid before writing to it (#16862)Artur Signell2015-02-201-0/+19
| | | | | | | | Change-Id: I61e0003a2301100a5f0bfc18581a279207c4e812
* | Use TestBench-4.0.2Teemu Suo-Anttila2015-02-19116-1502/+508
| | | | | | | | | | | | | | | | - Based on TB4 Parallel testing. - Browser setup no longer uses static capabilities. - Some code cleanup here and there. Change-Id: I5c419316cd36f4f5041eaa8da8fda3d8b46596c4
* | Clearing the sorted indicator if sorting was disabled (#16563)Alexey Fansky2015-02-195-2/+207
| | | | | | | | Change-Id: I03677e25d639264d5056c5b86b7be8277fe332a4
* | Add overload to openTestURL for giving UI class as a parameter.Sauli Tähkäpää2015-02-194-22/+42
| | | | | | | | Change-Id: Ia964bb1bd185f5b78af1581c58f3f9247fad281c
* | Javadoc fixArtur Signell2015-02-181-3/+4
| | | | | | | | Change-Id: Ie6393f60961852825817378fadb068a16a307bcc
* | Make push path configurable (#14432).Tapio Aali2015-02-1817-27/+253
| | | | | | | | | | | | | | In order to use websockets with Weblogic 12.1.2 or later, push path 'ws' needs to be used instead of 'PUSH'. Change-Id: Ia90d11c20a375cef9cf4a53986a70d616a83db06
* | Migrated tb2 tests to tb4Miki2015-02-1810-242/+238
| | | | | | | | | | | | | | | | DeploymentConfigurationTest OldUIOnReloadTest ErrorInUnloadEventTest VaadinSessionAttributeTest Change-Id: I2ccddf4d2bd01f4532dda79698e6be71b3b1a9f5
* | Add build parameter com.vaadin.testbench.hub.url.Sauli Tähkäpää2015-02-172-0/+13
| | | | | | | | Change-Id: I413c1dfffcba794aeaa33bbfef4b90b22f5f6fb7
* | Refactor critical notifications handling. (#16592)Sauli Tähkäpää2015-02-172-34/+91
| | | | | | | | Change-Id: I235804a80b1d70a564a54953b9255416a7386fe6
* | Resolve infinite loop when clearing and adding rows (#16747)Teemu Suo-Anttila2015-02-173-1/+122
| | | | | | | | Change-Id: Ibc364502cb756c499eb170a6a0c509f31d7fccb9
* | Properly handle null in critical notifications (#16592)Artur Signell2015-02-172-2/+26
| | | | | | | | Change-Id: I85994e47f99e2ac5431e67c56f432380e84af23d
* | Fixes javadocs.Henrik Paul2015-02-161-4/+4
| | | | | | | | Change-Id: I78b8d901f5714f0de1eb84c0aa923225ff472737
* | Fix the initial location of a Window (#16486).Mika Murtojarvi2015-02-162-0/+83
| | | | | | | | Change-Id: Ie34384a9683376dda8b78434e0db885591964aba