| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
The sender parameter to action handlers is now the Calendar instance
rather than an instance of a private RPC implementation class. This was
probably broken by an earlier refactoring.
Change-Id: If15cf232e7578eb55617f45db6b9304f5e80fed5
|
|
|
|
| |
Change-Id: Id25177a2dfecc2d0d3b8bb5803656a39bec9c5d6
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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: Iefccedce67cb04cf3ceb8128cb07c871fc940ab8
|
|
|
|
| |
Change-Id: I1057424fc8956b05e15a92c32e48a767e9fc8df9
|
|
|
|
| |
Change-Id: Iec2e3de627bc1cf5c7d39bf98715b1bf343e7519
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Additional test now ensures that access() works both when called
before init() is done and after init() is done
Change-Id: Id56bd09f1aaa7a6a99eed8d097f12910cdc11596
|
|
|
|
| |
Change-Id: Ibb155946811eb43829c6c200fa83c5eaa1d7cdfa
|
|
|
|
| |
Change-Id: I58e60e55838c3339c934cf975e5e148c8f09a78b
|
|
|
|
|
|
|
|
| |
This reverts commit 533ddcda271b7226b38c035adf3073062c562653.
Seems like the caused regressions are far from trivial to resolve. A new approach might be needed to resolve this issue.
Change-Id: I88cf75608e8d47fffab5a366a8ad1b3b70c1c11f
|
|
|
|
| |
Change-Id: Ibb1dfd12dc48637d8179f80322b5203ea5562805
|
|
|
|
| |
Change-Id: Ie43604a2b41d2214d55d0976ba3c81ea361c8c56
|
|
|
|
| |
Change-Id: I5dd159640bdc4f188c291017032ca96ca8b85d11
|
|
|
|
| |
Change-Id: I396bfa4f255d64dd1729afa1be6771ff35026ad9
|
|
|
|
| |
Change-Id: I019527041539fcd0083261b693767144492e626a
|
|
|
|
|
|
| |
Fixed by adding font-size 0 to the base theme.
Change-Id: I8d0224cb65f8ab36c50d2fd68157de4803c823e2
|
|
|
| |
Change-Id: I868f56c1e7003c6619859ba46619f4c53ef9744e
|
|
|
|
|
|
| |
Without forcing the redraw, IE8 measures component sizes incorrectly in some cases.
Change-Id: I38e8a70e18753714b00f5ca4492749d6c84f10dc
|
|
|
|
| |
Change-Id: I9ca766b0e06390c7ab90f9cbd4996b83032789db
|
|
|
|
|
|
| |
Many browsers (IE) choke quite easily when there is a 1MB string inside a div
Change-Id: Ied9b27c17c5374b7cac36820be9cbe38e84448ee
|
|
|
|
| |
Change-Id: I461568918bc09bd7a09abbf9c4a34f1a5f3b997f
|
|
|
|
| |
Change-Id: Ibfad0180e93e7f74b91427761b40c86938044c50
|
|
|
|
|
|
| |
Waits longer for push message as at least Firefox has some kind of built in back off for websocket reconnects
Change-Id: Iaab2e09e8364f0b6247b3b39c19be439a4995800
|
|
|
|
| |
Change-Id: I8868d9bd5e6dcc2b6ece404460700f00e6f2004e
|
|
|
|
| |
Change-Id: I4bacfe7353968df7b0f1a8786ae4e488dffa3565
|
|
|
|
|
|
| |
(#12868,#12853,#12852)
Change-Id: I0e1e51291e9275a78737ad0e70e63b75ef993a63
|
|
|
|
| |
Change-Id: I1ad693fdc55becd4b4e620b8549d824b4496b908
|
|
|
|
| |
Change-Id: I2cee37ae8297c74b4a37fc59e3cf835c9291ed43
|
|
|
|
| |
Change-Id: I5ad33f38be5fac64805950d143ad2712e671ff83
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After the first commit the same fix has been applied also for panels, in
addition to other suggested changes.
The scroll position of a Window is now memorized before applying
the fix for bug #11994. The position is restored after the fix.
Because the scrolling issue is known to appear also in other components,
the fix for the scrolling has been moved to the Util class.
Change-Id: I5251011b5bede77a7fb18972e1d90016c0eccc23
|
|
|
|
|
|
| |
This reverts commit 5fb1da2da04ccca2305af31a9105b848e42b1ed6.
Change-Id: I9d84b75e5e189378eacd2559bb42399b77957010
|
|
|
|
|
|
| |
This reverts commit d0e604f6b509767c46ffe0fd6765cf23535f593e.
Change-Id: I14509a9cb1365761d02a3a8a18d3febc4a7ba918
|
|
|
|
| |
Change-Id: I3fe0a3f5e2906bde79d6d9fc3e84dab8102ffd60
|