| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
0d4080b ContainerEventProvider returns style names from container. Fixes #10718
6e91bdf Add test for TransactionalPropertyWrapper memory leaks
f0aaf89 Fixed resetting of ComboBox if focused and new items allowed (#13413).
e033fcd Always initialize WebBrowser for new sessions (#13571)
168de1f Revert "Drag image for text-area should contain text of text-area (#13557)"
35e2a34 Fix FieldGroup and TransactionalPropertyWrapper memory leaks (#13438)
7e5d44d Introduce a drag threshold for Drag and Drop (#13381)
f227f0c Drag image for text-area should contain text of text-area (#13557).
Change-Id: Idb01471f8ab0c7118fa884c364e6bc200d13948a
|
| |
| |
| |
| | |
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: Ief653c3f15d18fdd076f0fb80f8a91ae429a54d3
|
|\|
| |
| |
| |
| |
| |
| | |
08b0589 Refactored TimeoutRedirectResetsOnActivity tests.
5057c59 Added integration test for WebSphere Portal. (#13309)
Change-Id: I50c8a8f6513679dca611889b43782d6ee6089d6c
|
| |
| |
| |
| | |
Change-Id: I576fb145cd34f98ffa90657e20f5a7c1854f470c
|
| |
| |
| |
| |
| |
| | |
-Added RetryOnFail test rule.
Change-Id: I0b2cd5af0a144c29855c3ba1e158ba54900a9523
|
|\|
| |
| |
| |
| |
| |
| | |
Conflicts:
build.properties
Change-Id: Ie3cf9bd0af8aba7debf4626d2db77afea37e7cb3
|
| |
| |
| |
| | |
Change-Id: Iaeb6943b534e3df4dad2f8689837425cdb6a65bc
|
| |
| |
| |
| | |
Change-Id: I75330f67f6a57658e95b9510502bf6a1e38924ad
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
72d0aa0 Update Window Javadoc based on 7.2 API review changes
ee203f5 Apply abstract ordered layout settings for replaced component (#13568)
02998d8 Updated Window API based on 7.2 API review
cd94b21 Discourage use of setNeedsLayout while a layout is running (#13542)
f374bc7 Make ComboBox always immediate (#4054)
aec102a Update 3rd party license information (#13449)
013d32d Remove old widget from tab content on replace (#12931).
3d0ff32 Prevent duplicate detach() calls with push (#13261)
a452bad Refactor VaadinPortletRequest extending. (#13551)
55dfd29 Prevent duplicate session destroy events (#12612)
2067d4e Don't allocate unnecessary memory for empty array of Objects in MethodProperty (#10446).
00a9af5 Refactor PushConfigurationTest.
Merge: no
Change-Id: I6563769a77f91a68cfeadcb3306dd71fe431863c
|
| | |
| | |
| | |
| | | |
Change-Id: I85badfcca18e129b20ab6c5c2db0b845c8c2ea5b
|
| | |
| | |
| | |
| | | |
Change-Id: Iec0aecc64e16052c522eb831f13cadbd2758ae69
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* NotificationConfiguration "helpers" removed from Notification
* NotificationConfiguration methods accept Type instead of style (String)
* Tab.setIconAltText -> Tab.setIconAlternateText
* Remove the two new TabSheet.addTab() methods
* UI.reinit() -> UI.refresh()
Change-Id: I97488e7c6de8cfacc591450d69c821b2973b8707
|
| |
| |
| |
| | |
Change-Id: I17b963c49ba2d2de05341cf60dca0d65187314b0
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixed the issue by replacing the legacy ContainerResizedListener
with adding (and removing) an ElementResizeListener to the
LayoutManager.
Notice also that after this change there are no longer
implementations of the deprecated ContainerResizedListener
in the framework codebase.
Change-Id: Ib984953d8b53b9535d39ae70166c17ffd5b4103b
|
| |
| |
| |
| | |
Change-Id: I4019f3b36ec7e8234ed2c7fb330db41c7213cc84
|
| |
| |
| |
| | |
Change-Id: Iac00191ace5d55f8b054f8b66d1802a788d368c2
|
| |
| |
| |
| |
| |
| |
| | |
This change also adds subpart support for TabSheet and
converts a test to TB3.
Change-Id: I23b6c81686ea6587470d8019e89a85149ec0b068
|
| |
| |
| |
| | |
Change-Id: I3d12dbd4d8c1789e56cd9172f5fdd3522e89ae79
|
| |
| |
| |
| | |
Change-Id: Id1f58b1ac6c207cec3357bcd96e1eb8d8de256a0
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
You might accidentally write a test inheriting from AbstractTestUI that
uses setContent to replace the layout that is the entire purpose of that
class. To reduce the risk of this happening, AbstractTestUI.setContent
is deprecated.
Change-Id: Ica7ffd4f24a0e71ece28e237244a74ae70b354d7
|
| |
| |
| |
| |
| |
| | |
Adds a commons-io.version property to the build.properties file
Change-Id: I57a72f8841846d77ba73d567bd9bc3c8415b243c
|
| |
| |
| |
| | |
Change-Id: Idc8052503544ee1e740beb448d39dd592b95a19c
|
|\|
| |
| |
| |
| |
| |
| | |
a71305c Removed unnecessary tooltips from LayoutTesterApplication.
7c569ca Replaced flaky TB2 test with stable TB3 test
Change-Id: I490aea06d1a9045ff071b64da1bfdc0f1b4937e6
|
| |
| |
| |
| | |
Change-Id: I14afbd88d7aa22510f6c0dd605643c072b8e589f
|
| |
| |
| |
| |
| |
| | |
Added longer delay to avoid table resize problems.
Change-Id: I9929a23711932223991706bde2d7f06c551f0ec2
|
|\ \ |
|
| |\|
| | |
| | |
| | |
| | |
| | | |
1571143 Added a button hitting method to AbstractTB3Test.
Change-Id: Ia294bd09ae143f81a6331b6bec5736b72acfea89
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Refactored LayoutTesterApplicationTest.
Refactored SliderDisableTest.
Change-Id: I038fedb9d234656b85359ce7fb778b001e6f4402
|
|/ /
| |
| |
| | |
Change-Id: I1548cc90e133f90c94fc33c50fb06a8aff353826
|
|\|
| |
| |
| |
| |
| | |
d0bc54b Prevent popup open when datafield is disabled (#13508).
Change-Id: I3f15fa2d0774dfa0c91312d79822be94afcb0d34
|
| |
| |
| |
| | |
Change-Id: I5bb3ec24ad15d832a43998a4cee49a61ae81562e
|
| |
| |
| |
| | |
Change-Id: I5b8cd173f3b4646240c224090843583175eca93d
|
| |
| |
| |
| | |
Change-Id: I3322dcff0199125f49cc48afdc467516b420e845
|
| |
| |
| |
| | |
Change-Id: I00ae9444b5b7720ad19473ea3fe05ed764c95bf9
|
|\ \ |
|
| |\|
| | |
| | |
| | |
| | |
| | | |
7a47feb Refactored slider disable test.
Change-Id: I11e49db753753073dcaec634cd54ce0b17c71ad8
|
| | |
| | |
| | |
| | | |
Change-Id: I800c66399f32ca671d41425b11bd059def1fa9c9
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
UI.reinit() is now called when an existing, preserved UI is shown after a
browser reload of the current page. The default implementation is empty.
The browser window size and location are up to date in UI.reinit();
window resize and URI fragment listeners, if any, will be called after
returning from UI.reinit().
Change-Id: Ie7aa670aaecf8e0e1510c91325b2a137b41263af
|
|\|
| |
| |
| |
| |
| | |
3612ce1 Fixed aria-disabled attribute value on DateField button (#13463)
Change-Id: I888e9bed47ae2a540161786791d546b2fd0f85cf
|
| |
| |
| |
| | |
Change-Id: I9b13b76a92f0070c3b4c30556a276d60ceba94e8
|
| |
| |
| |
| | |
Change-Id: I17b3c5221c68c0bc78d675368dc56616e9bdfc6b
|
| |
| |
| |
| | |
Change-Id: I0acbde16576dc26c36031038fe905695581c682d
|
|\|
| |
| |
| | |
Change-Id: I17fa1bf6982c8c7e1f9faf26b77593b170fa5fdd
|
| |
| |
| |
| | |
Change-Id: I2fa7566ec4788893d1d99440a7ca2d014c9a8f13
|
|\|
| |
| |
| |
| |
| |
| | |
Conflicts:
uitest/src/com/vaadin/tests/components/table/SelectAllRowsTest.java
Change-Id: I0b2b253cae1ddba0f17721786019171e1678d7e2
|
| |
| |
| |
| | |
Change-Id: I00680fcf48472bea5b85cbdcc91d8d6ba977c482
|
| |
| |
| |
| | |
Change-Id: Ibd341ce141cd9674e9ed0ebd9068d02b08840ed9
|