| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
This change is only for the 7.1.10 release branch.
|
|
|
|
|
|
|
|
|
| |
When server communicates the selected rows to the client side, client
side datastructure of selected row keys is updated such that also the
keys that has been unselected on server side are removed. This makes
the test MultiSelectWithRemovedRow to pass.
Change-Id: I7b6123436171972ecf345b07ddfb6d9965ca4f0c
|
|
|
|
|
|
| |
isClipped (#12343)"
This reverts commit 73397508dbcf2256ac5199c18be2cf48d4e4cccc.
|
|
|
|
|
|
| |
isClipped (#12343)"
This reverts commit 5b56eeb521fdb92df5434647a8db27f0a45f09b9.
|
|
|
|
|
|
|
| |
Fixed logic that detects changed item caption and triggers update to
textbox text. Changed test case description.
Change-Id: I9fbb0cc686e73404bab8e624a5332644cca53737
|
|
|
|
| |
Change-Id: I7ede421f7e0c5ae726167b4ee7b2d8651a70c77c
|
|
|
|
| |
Change-Id: I19bdbf1cf64853abc3bc7e72a86cd80599bfa652
|
|
|
|
| |
Change-Id: Ic54887c252ba452bb841f7ae2da362235d4f924b
|
|
|
|
| |
Change-Id: Ie1d5374280381f9ff81415ce9d9d82773718800c
|
|
|
|
|
|
| |
Fixed ComboBoxConnector to update input-element text to match the changed item caption. Added SelectItemCaptionRefresh test case and TestBench2 (html) test for it.
Change-Id: I45b2168aab27f83203a59500715ac9aca5357412
|
|
|
|
| |
Change-Id: I9ba142a35ab887bb3a71c7311064ebab77bc01ba
|
|
|
|
|
|
|
|
|
| |
When ItemSetChange event occurs, it will recreate the rows in client side.
This will mess up the scroll position in scrollBodyPanel when its content
is removed. This why the onScroll events should be ignored until
the scroll position is reset by lazyScroller.
Change-Id: Ib70e0dd7b730d4745a84742509145658e35d517e
|
|
|
|
| |
Change-Id: I5153810f635831732ed17c5af215d17ff9a2c801
|
|
|
|
| |
Change-Id: I73b062628052ec545d5f53314a0cc479806ee89d
|
|
|
|
| |
Change-Id: I911ddd8ef1162412ae99ef252c3302e1f8b555ef
|
|
|
|
| |
Change-Id: I7f106356116d73eebbfeeee52d61d8d7a7117b3e
|
|
|
|
|
|
| |
Event is now sent on submit even if no file is selected. Removed forceSubmit UIDL attribute and replaced it with a UploadClientRpc call. Added TestBench3 test.
Change-Id: Id32b82532ec34e61a9c0718413fd1755015d2c30
|
|
|
|
|
|
|
|
|
|
|
|
| |
rows are created (#13008)
The selection of selected rows happened before the new rows were created. This resulted in situation
where the visible items on server side were different than the rows in scrollbody during the selection
of selected rows. Therefore, the selected keys in uidl contained wrong information and some selected
rows was marked as unselected even though they shouldn't. This again resulted in the original bug that
all the rows was not selected because the 'selectionRangeStart' row was not selected anymore.
Change-Id: I9f985cb45c97bacb6b71e36fa4bf077a1ac1311d
|
|
|
|
| |
Change-Id: Ib43cca840a8f66b13d14a84b629068a53e8f4c9d
|
|
|
|
| |
Change-Id: I98becf08f56ce35a3ee47650d0d4e204e7d18e73
|
|
|
|
| |
Change-Id: Iea7c7978240f79cb7c9586b472e94da53d625ba7
|
|
|
|
| |
Change-Id: I69e2995489e9f573718a053c34fe8736988e3f90
|
|
|
|
|
|
|
|
|
|
|
| |
Jetty 9.1 throws if InputBufferSize is set to greater than or equal to
MaxTextMessageBufferSize. We cannot simply increase the value of the latter
because Atmosphere sets the former first. Thus, its value must be set to
less than 32768 (the default for MaxTextMessageBufferSize). This should not
cause problems with regard to performance; the original figure of 65536
was more or less an arbitrary choice.
Change-Id: If9596fc2bffdd14e8c1f31ff4b9b10d6685e01ed
|
|
|
|
|
|
|
|
| |
Support for null values in NestedMethodProperty was already implemented in master branch (#11435)
This changeset includes changesets made for that.
Change-Id: I10696467f792e234326075bbcdd5aad487905a7e
Merge: no
|
|
|
|
| |
Change-Id: Iefccedce67cb04cf3ceb8128cb07c871fc940ab8
|
|
|
|
| |
Change-Id: I627dee377aa19aab2168152cf7cbe3cfd6f95e10
|
|
|
|
| |
Change-Id: Ieb63ad556c3dc01196f0b9898aed9670923c9138
|
|
|
|
| |
Change-Id: I97fc69c96dd589cb0d5cde0686dca9e1742f2c86
|
|
|
|
|
|
| |
(#12343)
Change-Id: Ife96ff3fe0c3f9c8926cf96eab4f5dfca99e925e
|
|
|
|
|
|
| |
focus from one tab to another (#12971)
Change-Id: Ie496a403bdcfc833c4871efbae11453efa66c14e
|
|
|
|
| |
Change-Id: I1057424fc8956b05e15a92c32e48a767e9fc8df9
|
|
|
|
| |
Change-Id: Iec2e3de627bc1cf5c7d39bf98715b1bf343e7519
|
|
|
|
| |
Change-Id: Ie2b95ed4da89e2c5ab8b462300a6f4bd28dc7570
|
|
|
|
| |
Change-Id: Ib2ca104b8ab92a23a525c617004c6efe7f7edc14
|
|
|
|
| |
Change-Id: I8e47ba926f41fdc103cfa72ba85ca2f9edbc57d0
|
|
|
|
|
|
|
| |
Updated sleep method to ensure that long sleeps can be performed without losing
the connection to the browser
Change-Id: I4f29d946e7a9a400e303e3a574876e1bc2d56773
|
|
|
|
|
|
| |
Mostly useful for very long running tests
Change-Id: I9027f981da0a1e6ba464196449f2a9c27e965d2f
|
|
|
|
|
|
|
|
| |
This is the original cause for the Vaadin issues
Live test at http://artur.virtuallypreinstalled.com/webkit-scrollbars.html
Change-Id: Iaf9a46b635fabcb7cd795547c782c596aa57ce12
|
|
|
|
|
|
| |
Converted to TB3 to allow running on only one browser
Change-Id: I8a0d20cfb5af798d8b89f3fca86ef7d9d7a37527
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Parser now accepts the following (note missing semicolon after last
@extend-directive):
xyzzy {
@extend foo ;
@extend bar
}
As a consequence, moved 31 sasslang-cases from broken to fixed. Moved
two tests from fixed to broken (34, 95, previously passed accidentally)
Change-Id: I8968074abd79dec71be762ed926cc6f37fbcaa99
|
|
|
|
| |
Change-Id: Ic83330cbea688be1c30aa89cad9524016617be8d
|
|
|
|
| |
Change-Id: Ic503021884fd52b650f29df221cef3e69e8ef570
|
|
|
|
| |
Change-Id: Ie8638f010d74c569c5ff56e91c95e23a5cb92c9b
|
|
|
|
|
|
|
| |
Additional test now ensures that access() works both when called
before init() is done and after init() is done
Change-Id: Id56bd09f1aaa7a6a99eed8d097f12910cdc11596
|
|
|
|
|
|
| |
(#12992).
Change-Id: If2484e2f289aa7039984df0d9a73ba595117462c
|
|
|
|
| |
Change-Id: I328a1d3505471c65681dccdaa1a342dbb9c9ab37
|
|
|
|
| |
Change-Id: Ifacf4208e5124665115d13928463d87922282461
|
|
|
|
| |
Change-Id: I8e7fef3005173d7647b4dfda31f60978cbf5972a
|
|
|
|
| |
Change-Id: Ibb155946811eb43829c6c200fa83c5eaa1d7cdfa
|
|
|
|
| |
Change-Id: I58e60e55838c3339c934cf975e5e148c8f09a78b
|