aboutsummaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
* Merge changes from origin/7.1Artur Signell2014-04-234-5/+215
|\ | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Fixed resetting of ComboBox if focused and new items allowed (#13413).Tapio Aali2014-04-142-0/+116
| | | | | | | | Change-Id: Ibea81666101ff119e1b3e48726224f369e59b00f
| * Always initialize WebBrowser for new sessions (#13571)Leif Åstrand2014-04-142-6/+101
| | | | | | | | Change-Id: I3918498d63032f6b507b52634df5b41470363e15
| * Revert "Drag image for text-area should contain text of text-area (#13557)"Teemu Suo-Anttila2014-04-142-117/+0
| | | | | | | | | | | | | | | | | | | | | | 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
| * Drag image for text-area should contain text of text-area (#13557).Denis Anisimov2014-04-102-0/+117
| | | | | | | | Change-Id: Ief653c3f15d18fdd076f0fb80f8a91ae429a54d3
* | Merge changes from origin/7.1Build Agent2014-04-166-59/+324
|\| | | | | | | | | | | | | 08b0589 Refactored TimeoutRedirectResetsOnActivity tests. 5057c59 Added integration test for WebSphere Portal. (#13309) Change-Id: I50c8a8f6513679dca611889b43782d6ee6089d6c
| * Added integration test for WebSphere Portal. (#13309)Sauli Tähkäpää2014-04-093-8/+189
| | | | | | | | Change-Id: I576fb145cd34f98ffa90657e20f5a7c1854f470c
| * Refactored TimeoutRedirectResetsOnActivity tests.Sauli Tähkäpää2014-04-083-51/+135
| | | | | | | | | | | | -Added RetryOnFail test rule. Change-Id: I0b2cd5af0a144c29855c3ba1e158ba54900a9523
* | Merge commit '591996b' into 7.2Sauli Tähkäpää2014-04-161-1/+1
|\| | | | | | | | | | | | | Conflicts: build.properties Change-Id: Ie3cf9bd0af8aba7debf4626d2db77afea37e7cb3
| * Fix ScreenshotTB3Test removing reference imagesTeemu Suo-Anttila2014-04-041-1/+1
| | | | | | | | Change-Id: Iaeb6943b534e3df4dad2f8689837425cdb6a65bc
* | Redo Push reconnect tests.Sauli Tähkäpää2014-04-145-118/+113
| | | | | | | | Change-Id: I75330f67f6a57658e95b9510502bf6a1e38924ad
* | Merge branch 'master' into 7.2Jonatan Kronqvist2014-04-147-103/+329
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Remove old widget from tab content on replace (#12931).Denis Anisimov2014-04-102-0/+120
| | | | | | | | | | | | Change-Id: I85badfcca18e129b20ab6c5c2db0b845c8c2ea5b
| * | Refactor PushConfigurationTest.Sauli Tähkäpää2014-04-105-103/+209
| | | | | | | | | | | | Change-Id: Iec0aecc64e16052c522eb831f13cadbd2758ae69
* | | Update some APIs based on the 7.2 API review commentsJonatan Kronqvist2014-04-145-15/+20
|/ / | | | | | | | | | | | | | | | | | | * 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
* | Don't use WindowConnector as a content connector in UI (#13127).Denis Anisimov2014-04-092-0/+93
| | | | | | | | Change-Id: I17b963c49ba2d2de05341cf60dca0d65187314b0
* | Slider handle is now correctly updated on resize (#12550)Teemu Pöntelin2014-04-082-0/+109
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | Added push test category to PushLargeDataLongPollingTest.Sauli Tähkäpää2014-04-081-0/+2
| | | | | | | | Change-Id: I4019f3b36ec7e8234ed2c7fb330db41c7213cc84
* | Support for middle left/right positions in Notification (#12931).Denis Anisimov2014-04-082-0/+174
| | | | | | | | Change-Id: Iac00191ace5d55f8b054f8b66d1802a788d368c2
* | Update Accordion and TabSheet to use Vaadin 7 style. (#13402).Felype Santiago Ferreira2014-04-086-91/+130
| | | | | | | | | | | | | | This change also adds subpart support for TabSheet and converts a test to TB3. Change-Id: I23b6c81686ea6587470d8019e89a85149ec0b068
* | Throw an exception if you misspell transportArtur Signell2014-04-041-0/+4
| | | | | | | | Change-Id: I3d12dbd4d8c1789e56cd9172f5fdd3522e89ae79
* | Mousedown - mouseout - mouseover - mouseup now counts a click (#13550)Artur Signell2014-04-042-0/+112
| | | | | | | | Change-Id: Id1f58b1ac6c207cec3357bcd96e1eb8d8de256a0
* | Deprecate AbstractTestUI.setContentLeif Åstrand2014-04-031-0/+17
| | | | | | | | | | | | | | | | | | 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
* | Update commons-io to the same version in all modules (#13531)Jonatan Kronqvist2014-04-031-1/+1
| | | | | | | | | | | | Adds a commons-io.version property to the build.properties file Change-Id: I57a72f8841846d77ba73d567bd9bc3c8415b243c
* | Test for session expiration (#12139)Artur Signell2014-04-021-0/+49
| | | | | | | | Change-Id: Idc8052503544ee1e740beb448d39dd592b95a19c
* | Merge changes from origin/7.1Build Agent2014-04-026-196/+128
|\| | | | | | | | | | | | | a71305c Removed unnecessary tooltips from LayoutTesterApplication. 7c569ca Replaced flaky TB2 test with stable TB3 test Change-Id: I490aea06d1a9045ff071b64da1bfdc0f1b4937e6
| * Replaced flaky TB2 test with stable TB3 testArtur Signell2014-04-023-190/+125
| | | | | | | | Change-Id: I14afbd88d7aa22510f6c0dd605643c072b8e589f
| * Removed unnecessary tooltips from LayoutTesterApplication.Sauli Tähkäpää2014-04-013-6/+3
| | | | | | | | | | | | Added longer delay to avoid table resize problems. Change-Id: I9929a23711932223991706bde2d7f06c551f0ec2
* | Merge "Merge changes from origin/7.1"Sauli Tähkäpää2014-04-024-45/+43
|\ \
| * | Merge changes from origin/7.1Build Agent2014-04-014-45/+43
| |\| | | | | | | | | | | | | | | | 1571143 Added a button hitting method to AbstractTB3Test. Change-Id: Ia294bd09ae143f81a6331b6bec5736b72acfea89
| | * Added a button hitting method to AbstractTB3Test.Sauli Tähkäpää2014-04-014-45/+43
| | | | | | | | | | | | | | | | | | | | | Refactored LayoutTesterApplicationTest. Refactored SliderDisableTest. Change-Id: I038fedb9d234656b85359ce7fb778b001e6f4402
* | | Trigger action/submenu on SPACE key along with ENTER (#12525).Denis Anisimov2014-04-022-0/+120
|/ / | | | | | | Change-Id: I1548cc90e133f90c94fc33c50fb06a8aff353826
* | Merge changes from origin/7.1Build Agent2014-03-312-0/+98
|\| | | | | | | | | | | d0bc54b Prevent popup open when datafield is disabled (#13508). Change-Id: I3f15fa2d0774dfa0c91312d79822be94afcb0d34
| * Prevent popup open when datafield is disabled (#13508).Denis Anisimov2014-03-312-0/+98
| | | | | | | | Change-Id: I5bb3ec24ad15d832a43998a4cee49a61ae81562e
* | VDateField shoud implement HasEnabled (#13124).Denis Anisimov2014-03-312-0/+116
| | | | | | | | Change-Id: I5b8cd173f3b4646240c224090843583175eca93d
* | Bring window to front on window header click (#13445).Denis Anisimov2014-03-312-0/+110
| | | | | | | | Change-Id: I3322dcff0199125f49cc48afdc467516b420e845
* | Show caption for PopupView (#10618).Denis Anisimov2014-03-312-0/+102
| | | | | | | | Change-Id: I00ae9444b5b7720ad19473ea3fe05ed764c95bf9
* | Merge "Merge changes from origin/7.1"Leif Åstrand2014-03-311-4/+31
|\ \
| * | Merge changes from origin/7.1Build Agent2014-03-311-4/+31
| |\| | | | | | | | | | | | | | | | 7a47feb Refactored slider disable test. Change-Id: I11e49db753753073dcaec634cd54ce0b17c71ad8
| | * Refactored slider disable test.Sauli Tähkäpää2014-03-311-4/+31
| | | | | | | | | | | | Change-Id: I800c66399f32ca671d41425b11bd059def1fa9c9
* | | Add reinit method for preserve-on-refresh UIs (#12191)Johannes Dahlström2014-03-312-0/+88
|/ / | | | | | | | | | | | | | | | | | | 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
* | Merge changes from origin/7.1Build Agent2014-03-312-0/+91
|\| | | | | | | | | | | 3612ce1 Fixed aria-disabled attribute value on DateField button (#13463) Change-Id: I888e9bed47ae2a540161786791d546b2fd0f85cf
| * Fixed aria-disabled attribute value on DateField button (#13463)Teemu Pöntelin2014-03-312-0/+91
| | | | | | | | Change-Id: I9b13b76a92f0070c3b4c30556a276d60ceba94e8
| * Make test work with IEArtur Signell2014-03-291-0/+8
| | | | | | | | Change-Id: I17b3c5221c68c0bc78d675368dc56616e9bdfc6b
| * Fixed pom fails in unit tests.Sauli Tähkäpää2014-03-291-3/+11
| | | | | | | | Change-Id: I0acbde16576dc26c36031038fe905695581c682d
* | Merge remote-tracking branch 'origin/7.1'Sauli Tähkäpää2014-03-282-0/+117
|\| | | | | | | Change-Id: I17fa1bf6982c8c7e1f9faf26b77593b170fa5fdd
| * Made Window z-indices update when windows are closed (#13174)Juho Nurminen2014-03-282-0/+117
| | | | | | | | Change-Id: I2fa7566ec4788893d1d99440a7ca2d014c9a8f13
* | Merge commit 'c9eb856'Sauli Tähkäpää2014-03-282-2/+10
|\| | | | | | | | | | | | | Conflicts: uitest/src/com/vaadin/tests/components/table/SelectAllRowsTest.java Change-Id: I0b2b253cae1ddba0f17721786019171e1678d7e2
| * Removed firefox from SelectAllRowsTest.Sauli Tähkäpää2014-03-281-3/+5
| | | | | | | | Change-Id: I00680fcf48472bea5b85cbdcc91d8d6ba977c482
| * Remove accidental RunLocally annotationTeemu Suo-Anttila2014-03-281-2/+0
| | | | | | | | Change-Id: Ibd341ce141cd9674e9ed0ebd9068d02b08840ed9