| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Ifd155376804e2403c55a115186df2b2c1c673334
|
|
|
|
| |
Change-Id: I3377502fc1e320f18b426fe5c46e7bb493991e9f
|
|
|
|
|
|
| |
Added pagelength == 0 conditions on scroll and hasNextPage.
Change-Id: I42c0eb56d42cc54ff57a6bc6b9eee2f6734315bb
|
|
|
|
|
|
|
|
|
|
|
| |
State change handling by default clears measured size if the size is set
to undefined; this would cause GridLayout to shrink to zero size because
its child cells have position: absolute. The layout phase recomputes the
size, but in some cases the browser reflows first, affecting the scroll
position of the layout parent. This patch prevents GridLayout from
clearing once-computed sizes during state change.
Change-Id: I832b05f1d774e190f2fffc4128f7b35c61d65711
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When a keyboardshortcut has been added to anywhere on the page,
the previous behaviour would cause the keyboardshortcut event to
be processeed before the newline was processed. The end result
was that newlines were never added when typing in the TextArea.
Keyboard shortcuts operate on KeyDown events. By adding a listener
for these events and stopping their propagation when the ENTER key
is pressed, this unwanted behaviour can be averted, and the user
can enter multi-line text in a TextArea even when Enter is used as
a keyboard shortcut.
Obviously, this means that the keyboard shortcut will not work as
long as the TextArea widget has focus. This is the new intended
behaviour.
Change-Id: Ied438acb8589df498e5634271e486517bf6ac41e
|
|
|
|
| |
Change-Id: I77285e17819daf1b8328a8aea6d62a6b6b53510c
|
|
|
|
|
|
|
|
| |
Add caching support for PublishedFileHandler similar to VaadinServlet.
Testing is done manually as browser caching is difficult to develop
tests for.
Change-Id: I314745766c9feb60758547dba77eb9e13976ce91
|
|
|
|
| |
Change-Id: Iddc6ecd5f455d28a43a67cdbf22cf81dbf3a6a5b
|
|
|
|
| |
Change-Id: I328dd83cac0cc6ba08fa32a1227f10ece9b52d6f
|
|
|
|
| |
Change-Id: I2df7de7648a8a311a913267ef0d0d0e57f52f19d
|
|
|
|
| |
Change-Id: I1d99eadc9b312a88b28c08cf6d02a454d6ca5dd9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Closing a modal sub-window at the same time when TreeTable item is
removed, caused the detached Window being re-opened by
WindowConnector.postLayout() call.
This change adds a check in postLayout: continue operation only if the
window is attached to DOM. Or else, log a warning message about the
invalid postLayout call. Another change is in TreeTableConnector and
VScrollTable to disallow Util.notifyParentOfSizeChange(Widget, boolean)
with a boolean 'false' argument, when rendering is in progress. 'false'
causes an immediate LayoutManager.layoutNow() call, which is the main
reason for this issue.
Change-Id: I6f3e331b0feff9e7814ae1d749f6f7812dcd49ac
|
|
|
|
| |
Change-Id: Ic60e13b94e550c0457649ef093c8d6269a7efa19
|
|
|
|
| |
Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
|
|
|
|
|
|
|
|
| |
ContainerEventProvider doesn't actually return
style names from container in certain situations
(copy-pasted code). This patch fixes the problem.
Change-Id: I512ea260f34a6db0572b614db393699da152fa8d
(cherry picked from commit 4709b75bb47d28630dacbb240bb43de16d972371)
|
|
|
|
| |
Change-Id: I69d0d759f95100f1dd9e2dbba57ec2c246e3aca9
|
|
|
|
| |
Change-Id: Ibea81666101ff119e1b3e48726224f369e59b00f
|
|
|
|
| |
Change-Id: I3918498d63032f6b507b52634df5b41470363e15
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit f227f0c1068f17e5491bd399d9f5bde16a0c8272.
Synchronising content after IE wraps the given element into a table with
a body causes a NullPointerException on client side.
This patch also contains new API and should be targeted to master branch.
Change-Id: Ia19acd9fa31c7b67507bf797a2bab7c28ea37b4b
|
|
|
|
| |
Change-Id: Ifafb6d87b4280f8bd9e631235fff62f42de4b4c8
|
|
|
|
|
|
| |
Based on partial fix by Fabian Lange.
Change-Id: I1a18c6ea105d87496b196b93e701aaccb987b3e7
|
|
|
|
| |
Change-Id: Ief653c3f15d18fdd076f0fb80f8a91ae429a54d3
|
|
|
|
| |
Change-Id: I576fb145cd34f98ffa90657e20f5a7c1854f470c
|
|
|
|
|
|
| |
-Added RetryOnFail test rule.
Change-Id: I0b2cd5af0a144c29855c3ba1e158ba54900a9523
|
|
|
|
| |
Change-Id: I56c8d6d34af90d0dc8ca605b62ebfe5ad95a4e5e
|
|
|
|
| |
Change-Id: Iaeb6943b534e3df4dad2f8689837425cdb6a65bc
|
|
|
|
| |
Change-Id: I2c356c539541381e744c8960d00aa3e018beb67d
|
|
|
|
|
|
|
|
| |
This used to happen when push was disconnected due to a UI or session
expiring. requestStart() and requestEnd() were called on disconnect
even though a disconnection is not a request.
Change-Id: I31d9cae65ec75b5046802a54bbe4564d6e44b29f
|
|
|
|
|
|
| |
(#11042).
Change-Id: I34b5d95cfa82bf5cfc94cb1f7387b343fa23a302
|
|
|
|
| |
Change-Id: I14afbd88d7aa22510f6c0dd605643c072b8e589f
|
|
|
|
|
|
| |
Added longer delay to avoid table resize problems.
Change-Id: I9929a23711932223991706bde2d7f06c551f0ec2
|
|
|
|
|
|
|
| |
Refactored LayoutTesterApplicationTest.
Refactored SliderDisableTest.
Change-Id: I038fedb9d234656b85359ce7fb778b001e6f4402
|
|
|
|
| |
Change-Id: I5bb3ec24ad15d832a43998a4cee49a61ae81562e
|
|
|
|
| |
Change-Id: I800c66399f32ca671d41425b11bd059def1fa9c9
|
|
|
|
| |
Change-Id: I9b13b76a92f0070c3b4c30556a276d60ceba94e8
|
|
|
|
| |
Change-Id: I17b3c5221c68c0bc78d675368dc56616e9bdfc6b
|
|
|
|
| |
Change-Id: I0acbde16576dc26c36031038fe905695581c682d
|
|
|
|
| |
Change-Id: I2fa7566ec4788893d1d99440a7ca2d014c9a8f13
|
|
|
|
| |
Change-Id: I00680fcf48472bea5b85cbdcc91d8d6ba977c482
|
|
|
|
| |
Change-Id: Ibd341ce141cd9674e9ed0ebd9068d02b08840ed9
|
|
|
|
| |
Change-Id: Ice1081dc0d5e6fd49c246ca4a4bfbf27dbbbace4
|
|
|
|
|
|
|
|
| |
Added test category annotation.
Added default values for properties.
Added categories to tests.
Change-Id: I04259f1e56a75eb8c9834c125f44cb375196ddf8
|
|
|
|
| |
Change-Id: I74db581d7aae1278024db4e5ed8e3a3b3abc56be
|
|
|
|
| |
Change-Id: Ib7ef84027eebc0d9512964361419763631b9b29f
|
|
|
|
| |
Change-Id: Ieb0e2dce37ae1564151bf40d9d51cb013490b865
|
|
|
|
| |
Change-Id: Ib5396f8e5c28232d560406542530c034ab1f657d
|
|
|
|
|
|
|
|
| |
Refactored static path resolution in VaadinPortletService.
Refactored theme name resolution in VaadinPortletService.
Refactored widgetset name resolution in VaadinPortletService.
Change-Id: I44c5ffaa7530383843205aadd8da7642899a04c9
|
|
|
|
| |
Change-Id: I184625738f6d5d9324f957827f7f11817e311c59
|
|
|
|
| |
Change-Id: I641be48a53c53f584c42ae4f904975f447e9075a
|
|
|
|
|
|
|
| |
Back ported from master
Merge: no
Change-Id: I9eee3cb897fcb00beb2b2877dd98337623e2cf5b
|