| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I2010f87ef4f9359cdc95104cc02c83355a8630ed
|
|\
| |
| |
| |
| |
| |
| | |
b1390c5 Don't autoclose PopupView when changing fragment, fixes #10530
158c162 Do not clear combobox text unnecessarily (#10924, #11887)
Change-Id: I5cda623309d9e1b16ad09aa2a388552b5f33ca30
|
| |
| |
| |
| | |
Change-Id: Ica66c1d7ca05874ca5a05fb2c9651a6e4758e1d9
|
| |
| |
| |
| |
| | |
Change-Id: I83607c97db8499c5e3c76e6d4735a93b0754d580
Ticket: 10530
|
|\ \
| |/
|/|
| |
| |
| |
| | |
#11448 is fixed in a different way for 7.1 because the tooltip event
handling has been slightly refactored.
Change-Id: I50db48ffdce22cdf6598daafcb022fc43ed11cf4
|
| |
| |
| |
| | |
Change-Id: I2dcc1f7159a6283cfbc0baafe6cba66530bf0a45
|
| |
| |
| |
| | |
Change-Id: I115f440d6dda5fac0788d3376f01e405e413c482
|
| |
| |
| |
| | |
Change-Id: I747097fe7be8872f6c2ab04b272f88677b6e0663
|
| |
| |
| |
| | |
Change-Id: Id6eae2e71f322d9750c95b381eefd28e41624139
|
| |
| |
| |
| | |
Change-Id: I1bf04abd4c49a452f00fb0ab07b20f82ad6d62a2
|
| |
| |
| |
| | |
Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
|
| |
| |
| |
| | |
Change-Id: Ib60d6131d36e794bcf72d5f498bb59fafdbf7d0e
|
| |
| |
| |
| | |
Change-Id: I8ad89e74b058246939d77165f2d4b5abc3417886
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When ProgressBar was split out from ProgressIndicator,
ProgressIndicatorConnector was accidentally left inheriting the
VProgressBar widget from ProgressBarConnector instead of using its own
VProgressIndicator.
Change-Id: Ie7c5d3b68af871d5eb2a86f3d720af3b23048793
|
| |
| |
| |
| | |
Change-Id: I3d773640d2f1c8cd1b71c673685afd7059811d16
|
| |
| |
| |
| | |
Change-Id: Id9eaee65762b0dadd59f3e730d3ff11712ab87fe
|
| |
| |
| |
| |
| |
| | |
The locale data is now tracked per UI instance and no longer sent in every request.
Change-Id: I4bebd00327da6f8d812181fd76a85eb6196d0010
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If the server happens to update the state of the RTA while a user is
typing then the users text will be replaced by the value on the server. To fix
this the RTA should not update if the value is the same as the one
cached on the client side.
Also moves blur handling and server<->client syncronization to the
connector.
Change-Id: Ia807b1e2aa210eb881e4b9cea0870c0c5a9254b2
|
| |
| |
| |
| | |
Change-Id: Ic270e5c0aa1b28947b735fcb258bc9629d53cc21
|
| |
| |
| |
| |
| |
| |
| |
| | |
Vaadin 7.1 (#10217)
Originally fixed as #10189.
Change-Id: I0fe6fbb2452bcdb75fed4ea9ef92ea7b739cbb22
|
| |
| |
| |
| |
| |
| |
| | |
Vaadin 7.0 disabled rendering of tabs that are not shown, but the place
holder mechanism was still retained. Now it is removed.
Change-Id: Ic15b7f56852816d73916ef78f5997eb5e40f9cab
|
| |
| |
| |
| | |
Change-Id: I7516be18401640ded3eb6174b5375bb452a2ba00
|
| |
| |
| |
| |
| |
| | |
using the debug window
Change-Id: I3b5a8ac4f33c7e8828e34c46056b8ecd6c05a436
|
| |
| |
| |
| | |
Change-Id: I6b9fb8a664974b68b35050a40ba19bce440b6b3c
|
| |
| |
| |
| | |
Change-Id: I46a2622585ed69a1db4c6abf4aca4387387a0f97
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Used with TrackMessageSizeInterceptor and with client-to-server Websocket message splitting (see #11648)
The original issue that the delimiter can not appear in the message (unescaped) is apparently fixed in Atmosphere 1.0.13
Also ensure the max size of a websocket fragment in bytes does not exceed the buffer size (#11842)
Change-Id: I768524bb54a5b8b9479dc7bda821256bd843dc52
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
1a6200e Merge #6880 test from 6.8; fix itself is not needed in Vaadin 7
67696f3 SQLContainer.indexOfId() also searches backwards (#11849, #10376)
611e5f9 Test for #11267 adapted from 6.8.
609acd1 Fixed table height rendering in Android 2.3 #11331
63dd611 Centers VOverlays in visual viewport on iOS, Android, fixes #11614
5a33d7d Test for #11775
0c8edf1 Avoid marking AbstractField dirty in primitive getters (#11201)
Change-Id: I7437e0b249c1a95372d6f349e9d6336fb85f08a4
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
55ea6dc More specific workaround for no rows in TreeTable with pagelenght = 0 (#9203)
dca728c Warn if using old widgetset (#11836)
936439d Verify that tests are run with the expected JRE version (#11835)
29eeda5 Merge "Clean up Table popup menu close handler to prevent a memory leak" from 6.8 (#11840)
6d7f5e4 Eliminate unnecessary conversions of option keys
b8c6a15 Clear items in ComboBox only if changed (#10924)
42545ac Fix NPE if there's no query in the URI (#11836)
Change-Id: I2e50ba59b45720a879c6e476333369523a730b9c
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Remove previously added attribute for WAI-ARIA live area
Set overlay container as live area instead
Change-Id: Ie75c2993fdb42f29f307cbd294ae3352d2ef1ce3
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I4d19b6a385770204bb732893534efb6b62dea19a
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I591d82363939bf264a5080c7fc4e06de25d93500
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I307b1fdc3d1d1e338b3964468aaa868f7cd5fdb9
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add focus handling so that the tooltip is handled when entering the
DateField with Tab
Change-Id: I67fc0db62722b457918470f5de180dd39d86d346
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This also introduces PageState, which is at the moment a part of
UIState.
Change-Id: I4f927e6b8217fa789d83ce5e0d8254b141f485c7
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
f7ee755e cherry-picked from the master branch.
Merge: no
Change-Id: Ibe91db13b301aaf0a2b5e6e5fb08f566bf5cadab
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit cb7b02d4e50e91b9377410e79c3578587a900d94
The assert is not a good idea because it is triggered when a connector registers a dependency in its init method.
Merge: no
Change-Id: I1f5a99af8f0af7b3329a1a596073ba09e55e18dc
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
7d9f544 Test for #11396 (merged from 6.8 branch). Depends on a blur event so cannot be autotested with TB.
1b18807 Remove pre-loader element after pre-loading, fixes #10863
ce9c818 Instead of applying workaround to the root panel, apply it to the sub window content element instead to prevent scrolling of the document when a sub window is removed. #11713 (#10776)
3f5d022 Liferay 6.2 compatibility (#11751)
ffd1c1b Don't ignore child component margins in AbstractOrderedLayout (#11553)
62ae5e1 More verbose output from running Jetty
21d9b67 Add a large number of debug calls to VFilterSelect (disabled by default)
bdb7931 Merge test for #11623 to 7.0.
19e27a1 Move suggestion popup width calculation from connector to VFilterSelect
Change-Id: I2d980126599e55fa5e4f6ec523dca16ba54107b5
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: Icd66755512a2c1ab490e58f80389ed35966d3e3b
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I7625128dd02911230ffc50d5045a88489daa85b4
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I83ad088da0aa173e5e912b9059757274526d5c25
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* First part of a fragmented message prefixed by total message length plus '|'
* Atmosphere websocket buffer size set to 65536
* Fragment size is 65535 characters (Jetty requires less than buffer size)
Change-Id: I8bf872bbb03b86386070fdc99c14ea805dd2ef3a
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
client/src/com/vaadin/client/ui/orderedlayout/Slot.java
Change-Id: I2fb5d1ac4b5c10a1fe5b1a6f976c1f59283b9169
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I5841de4554a35af158764551f022bda1eaddb3c0
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I11e5affdda794dbb3ab63796f3a682fea76c6e44
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: Ie404456685e884fc9f236537a9132b5dcf4fe2eb
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: Ibfc5923406b386786ae399b7f53cea47ac885f48
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* Can't open push connection during client-side init because CSRF token
is not available at that point. This allows simplifying the
initialization because the push state will not be checked until the
first response has been processed.
* Add helper for checking the CSRF token
Change-Id: I31da1ac669dc9a581cbd66f58c07f10ea4b8b676
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I380d6afbc6b30d817ea6cca3d6b4634ab12522b1
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: Ie87f0042823731a4a3ab5a10e3c23eb62ce57f37
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I0e50663a2500c56a042d20c80909aacfc707a5dd
|