| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
Change-Id: I8a0bc92294004411782c6ee5b0e460b892570aa3
|
| |
| |
| |
| | |
Change-Id: I7be1c1571ee5ede0ce481faf823f5f271a280a8a
|
| |
| |
| |
| |
| |
| |
| | |
Similarly to VTextField, VTextualDate now uses KeyDownHandler with IE to
process the pressing of the return key.
Change-Id: I139134fc38678ad46f0c46f30e3de25547b9a3c6
|
| |
| |
| |
| | |
Change-Id: Ia2fce4dbfc205b44622557017afff19c4a2ef7df
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Change-Id: Ie0097cef628ef013579067443d4a52be049cf1da
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Change-Id: Iee64f1dc5ce91472c66f43a6269cb1eccb2f9b52
|
| |
| |
| |
| | |
Change-Id: I089f08a056a358d9857ce6608293878e2b8bbd9e
|
| |
| |
| |
| |
| |
| |
| |
| | |
This change prevents the duplicate getter chain lookup
connector.getWidget().getElement() on the very hot measureConnector
method.
Change-Id: Ia59c9ef2e6bbcf9402424bc565bc9ee3977e3c6e
|
| |
| |
| |
| | |
Change-Id: I4b8ca76a530453ee95ff88a1a4bbe3fa7a7958d4
|
| |
| |
| |
| | |
Change-Id: I37cec7420f71d2fa6be379f650a7e11843d0e8e4
|
| |
| |
| |
| | |
Change-Id: I26e53f6b07eaccc785bda547e454fa185ad952df
|
| |
| |
| |
| | |
Change-Id: Idd43e37ac7ba37710ffea7e01efc931e73defd90
|
| |
| |
| |
| | |
Change-Id: If3645dee1f4f3d5a7b1654a60db8734c8ec1ac01
|
| |
| |
| | |
Change-Id: I4d18aa54c48487081a626749916e3342888eb71e
|
| |
| |
| |
| |
| |
| |
| |
| | |
- 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
|
| |
| |
| |
| | |
Change-Id: Iaeb9cd571dd4b7a37cdc89f9d291365aef96c9e1
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(#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
|
| |
| |
| |
| | |
Change-Id: I2ac17e3c5a7c36492567238af8f4cf6723b0ec69
|
| |
| |
| |
| | |
Change-Id: Ia1a3d8444d0b660a1f0141e872230758fbf5d95a
|
| |
| |
| |
| | |
Change-Id: I6ac5c3304bcd22e23f298c4dbdd65358aa1c64f7
|
| |
| |
| |
| |
| |
| |
| | |
- Helps identifiying problem points in test queue
- Enables grouping tests in BrowserStack and other services.
Change-Id: I444d0aa07900c39b4dafc2d6b6889975b3de3bec
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
http://dev.vaadin.com/ticket/16919
Revert "Fix handling of disconnection with push (#15330)"
This reverts commit 3c07368cbbc4d35534e90c769ea8ec975400c452.
Change-Id: I46631b1921fa1c5628952362a93a000df92c5a4a
|
| |
| |
| |
| | |
Change-Id: I7063aedc870330c1159e44b05ac3e729ad837ba1
|
| |
| |
| |
| | |
Change-Id: Iaf8b21e9c6a09e51667eebae1fdd4b1f5ebabedd
|
| |
| |
| |
| | |
Change-Id: Ib3ae8d305f44a78c9bd6f4539ca9cee2a487d269
|
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| |
| |
| |
| | |
* Match TOC headers with actual headers
* New browser versions
Change-Id: I1476d41ee66ffb1876aac89998d4ca03d47e1240
|
| |
| |
| |
| | |
Change-Id: I5ede5efb7ae9a171fac79f2ead98e2fb12c249c4
|
| |
| |
| |
| | |
Change-Id: I17dad660470283cd2d269a32d72d2f26ab86e7c4
|
| |
| |
| |
| |
| |
| |
| | |
MultipleServeletConfigurationTest
SystemMessagesTest
Change-Id: I85f0bc2daed4d9ef2a4a341f4614c8a501256565
|
| |
| |
| |
| | |
Change-Id: Iefc27b7047836243268970605ba2e946fac55e95
|
| |
| |
| |
| | |
Change-Id: I58fee1549459b24cb47e0d3321d16fb8b215959a
|
| |
| |
| |
| |
| |
| | |
(#16565)
Change-Id: I8eb8bb2d941fc88b9f896c8d351ada6286e8322d
|
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| | |
(#16636)
Change-Id: Ib47c1a6031a988213be35bf4a7d449209194664d
|
| |
| |
| |
| | |
Change-Id: I61e0003a2301100a5f0bfc18581a279207c4e812
|
| |
| |
| |
| |
| |
| |
| |
| | |
- Based on TB4 Parallel testing.
- Browser setup no longer uses static capabilities.
- Some code cleanup here and there.
Change-Id: I5c419316cd36f4f5041eaa8da8fda3d8b46596c4
|
| |
| |
| |
| | |
Change-Id: I03677e25d639264d5056c5b86b7be8277fe332a4
|
| |
| |
| |
| | |
Change-Id: Ia964bb1bd185f5b78af1581c58f3f9247fad281c
|
| |
| |
| |
| | |
Change-Id: Ie6393f60961852825817378fadb068a16a307bcc
|
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| | |
DeploymentConfigurationTest
OldUIOnReloadTest
ErrorInUnloadEventTest
VaadinSessionAttributeTest
Change-Id: I2ccddf4d2bd01f4532dda79698e6be71b3b1a9f5
|
| |
| |
| |
| | |
Change-Id: I413c1dfffcba794aeaa33bbfef4b90b22f5f6fb7
|
| |
| |
| |
| | |
Change-Id: I235804a80b1d70a564a54953b9255416a7386fe6
|
| |
| |
| |
| | |
Change-Id: Ibc364502cb756c499eb170a6a0c509f31d7fccb9
|
| |
| |
| |
| | |
Change-Id: I85994e47f99e2ac5431e67c56f432380e84af23d
|
| |
| |
| |
| | |
Change-Id: I78b8d901f5714f0de1eb84c0aa923225ff472737
|
| |
| |
| |
| | |
Change-Id: Ie34384a9683376dda8b78434e0db885591964aba
|