| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: Ibcabe18581e4ad021ad1b58919c77fd97f2ad47c
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
* access is run right away instead of the next time there's a request
from the server.
* Non-inheritable CurrentInstance values are not carried over to access
Change-Id: I6a9f3f2a74647357fe02c43e96878d803cfaf207
|
|
|
|
| |
Change-Id: I7ca62c5706fd37e7c44ed46703bcdce159b367f4
|
|
|
|
| |
Change-Id: Icfaa8f97824d8ed92eaee786cee8c92083dc1084
|
|
|
|
| |
Change-Id: If162e81a29bbc982857e2a165a983e161ea837ee
|
|
|
|
| |
Change-Id: I83d8c96a6877ea33b270a1a4a2c6f360a8147518
|
|
|
|
| |
Change-Id: Iaeef438de48ef9bda33fb81b0bb7f71d134b17ca
|
|
|
|
| |
Change-Id: I7f5736fd456c21878a0eabdbff46a648932d3516
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Change-Id: Ic2ff1a3b13e2d74bb9119b8336b8a83e0262833b
|
| |
| |
| |
| |
| | |
Change-Id: I21fc986b2f4253ad0491a49659db793acf77842d
Ticket: 11614
|
| |
| |
| |
| |
| |
| |
| | |
The problem is not present in 7, but you need to use a slightly different css to acieve the same result.
Change-Id: Iee6907a15fd9b0674dcb490f9110fc762c56deb6
Ticket: 11267
|
| |
| |
| |
| | |
Change-Id: Iea3f832cd50314f747b82b774c3be57797f9ac1d
|
| |
| |
| |
| |
| |
| |
| | |
svn changeset:25925/svn branch:6.8
svn changeset:25928/svn branch:6.8
Change-Id: I89e6f30d7d04f9511e26121f860f846bef7ec17d
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Change-Id: I8960e5917ffb0988e705599d1fe5e8aacf2654ef
|
| |
| |
| |
| |
| |
| |
| | |
Selection is now sent only as a key, removed redundant attribute on the
item.
Change-Id: I882d4ae17a1dc91f7a55a0b4a94e47c078ffc022
|
| |
| |
| |
| | |
Change-Id: I77b48cc646776a452204e2c93954fdd1eea7e4de
|
| |
| |
| |
| | |
Change-Id: Id7332da3468572f4df55aa7b3fed39ef811fe09d
|
| |
| |
| |
| |
| |
| |
| | |
Intermediate mouse move events are needed to make IE realize the same
element is hovered again
Change-Id: I409722e5b450988b3709a58e34b2eefe79a2be3c
|
| |
| |
| |
| |
| |
| |
| |
| | |
Removing this change to make the tests behave more nicely until #11848 has been fixed.
This reverts commit f2c2236cf8d0428f100e17586f7946095ffea158
Change-Id: I776699f5082273e9c4d11248cc35e7ed6b665873
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The fix itself is not required due to the changed style name handling.
svn changeset:25902/svn branch:6.8
svn changeset:25903/svn branch:6.8
Change-Id: I95a9adbcac82236017369003765735bbaacfe980
|
| |
| |
| |
| |
| |
| |
| | |
This is an attempt to find what it is that sometimes seems to cause
Jetty to terminate before all the tests have run.
Change-Id: Id33e42c49d7528034b2859294e52111df218763a
|
| |
| |
| |
| | |
Change-Id: I89d8364b97bfe7d072cc7e5221b35ab3cdb3c58b
|
| |
| |
| |
| |
| | |
Change-Id: Ibd2009315aadb25e574c82f3b4b54c501d9b1395
Ticket: 10863
|
| |
| |
| |
| |
| |
| |
| |
| | |
Depends on a blur event so cannot be autotested with TB.
svn changeset:25882/svn branch:6.8
Change-Id: I2db788e60397162a29f7802f772609e65a832d3f
|
| |
| |
| |
| | |
Change-Id: I9a1f7791faa3bbd8aae13c0d21c505570dfa131b
|
| |
| |
| |
| | |
Change-Id: Icd66755512a2c1ab490e58f80389ed35966d3e3b
|
| |
| |
| |
| | |
Change-Id: Ifb43fd1d2226756e104e2f5955e23151100e9357
|
| |
| |
| |
| | |
Change-Id: I9fc1224df33a66f065594de4ae09a027ddaaa895
|
| |
| |
| |
| | |
Change-Id: Ied24bc42a25800033351fcbacdc5fc5e0be8eda1
|
| |
| |
| |
| | |
Change-Id: I640244732fb561d9f55da58f8ba94fd02875c191
|
| |
| |
| |
| | |
Change-Id: I4998dd4e146d5520c814e78e3456b2d37e446cef
|
| |
| |
| |
| | |
Change-Id: I851df9f3b3743263267b4a434f846fcc789997e0
|
| |
| |
| |
| | |
Change-Id: I0f185e9bb1f91f7eca7e93f6a42c413be48fdeec
|
| |
| |
| |
| |
| |
| |
| | |
Otherwise, Atmosphere may auto-detect Jetty at least on some
other servers.
Change-Id: I12552af49bb07ee84705b785abb2bef53f9278ed
|
| |
| |
| |
| | |
Change-Id: I4def9e78d3985d6f1c28fe7eb816120615cec057
|
| |
| |
| |
| | |
Change-Id: I9541abb5835c6851c3eea0d7567b4a848dc605d0
|
| |
| |
| |
| | |
Change-Id: I5509c39e1461453d6c75e9fce477e2c202a986c2
|
| |
| |
| |
| | |
Change-Id: Id4319afc6eaef6f0afc65400d1208937c89fabbc
|
| |
| |
| |
| | |
Change-Id: I6da73c4dcbe61573b21a54423ba0f86d41ded607
|
| |
| |
| |
| | |
Change-Id: I78657388ce43539e658ffbb23e995c8a20fe39d5
|
| |
| |
| |
| | |
Change-Id: Icb7c7fda45fe27bb840a9493c519060a7cea2503
|