summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merged testbench test for #7110 from 6.8 (fix not needed for 7.0)7.0.77.0John Ahlroos2013-06-052-0/+62
| | | | | Change-Id: I14e02a02d77420e601ec5f98d70453fa85f1a473 svn: http://dev.vaadin.com/changeset/0000025944/svn
* Fixed newlinesArtur Signell2013-06-051-31/+31
| | | | Change-Id: I3cb7a5d24a17e375365bd5df383d0de516a66812
* Disable drag&drop when source or target component is disabled, ↵Marc Englund2013-06-052-0/+219
| | | | | | re-implementation of 6.8 fix for #11801 Change-Id: Iacd167ad7075620dae59ff2c7789efaf32521c59
* Merge of properly focus clicked input element in Webkit (#11854, #11297)Artur Signell2013-06-051-0/+32
| | | | Change-Id: I4c313b55966bcbcd31a40bdd0bf561e887822e51
* Properly disable combobox when parent is disabled (#10734)Artur Signell2013-06-052-0/+206
| | | | Change-Id: I3fc238b684d213f509b136d520e67920cb6ed1a4
* Don't autoclose PopupView when changing fragment, fixes #10530Marc Englund2013-05-212-0/+86
| | | | | Change-Id: I83607c97db8499c5e3c76e6d4735a93b0754d580 Ticket: 10530
* Always add tooltip event handlers for Window (#11448)Leif Åstrand2013-05-201-0/+16
| | | | | | | | | This is needed to ensure tooltips are closed when moving the mouse outside the component but still inside the window. In 7.1, this should instead be implemented by overriding hasTooltip() to return true. Merge: manual Change-Id: I48d47474a4e4f0303fd85552612f6960fcdce0a7
* Test for #11775Artur Signell2013-05-171-0/+53
| | | | Change-Id: Ic2ff1a3b13e2d74bb9119b8336b8a83e0262833b
* Centers VOverlays in visual viewport on iOS, Android, fixes #11614Marc Englund2013-05-171-0/+66
| | | | | Change-Id: I21fc986b2f4253ad0491a49659db793acf77842d Ticket: 11614
* Test for #11267 adapted from 6.8. Marc Englund2013-05-152-0/+95
| | | | | | | The problem is not present in 7, but you need to use a slightly different css to acieve the same result. Change-Id: Iee6907a15fd9b0674dcb490f9110fc762c56deb6 Ticket: 11267
* SQLContainer.indexOfId() also searches backwards (#11849, #10376)Henri Sara2013-05-142-0/+81
| | | | Change-Id: Iea3f832cd50314f747b82b774c3be57797f9ac1d
* Merge #6880 test from 6.8; fix itself is not needed in Vaadin 7Johannes Dahlström2013-05-142-0/+116
| | | | | | | svn changeset:25925/svn branch:6.8 svn changeset:25928/svn branch:6.8 Change-Id: I89e6f30d7d04f9511e26121f860f846bef7ec17d
* Fix NPE if there's no query in the URI (#11836)Leif Åstrand2013-05-141-1/+2
| | | | Change-Id: I8960e5917ffb0988e705599d1fe5e8aacf2654ef
* Clear items in ComboBox only if changed (#10924)Henri Sara2013-05-141-0/+110
| | | | | | | Selection is now sent only as a key, removed redundant attribute on the item. Change-Id: I882d4ae17a1dc91f7a55a0b4a94e47c078ffc022
* Verify that tests are run with the expected JRE version (#11835)Leif Åstrand2013-05-132-0/+71
| | | | Change-Id: I77b48cc646776a452204e2c93954fdd1eea7e4de
* Warn if using old widgetset (#11836)Leif Åstrand2013-05-131-0/+64
| | | | Change-Id: Id7332da3468572f4df55aa7b3fed39ef811fe09d
* Merge test for #11623 to 7.0.Johannes Dahlström2013-05-101-0/+69
| | | | | | | | | The fix itself is not required due to the changed style name handling. svn changeset:25902/svn branch:6.8 svn changeset:25903/svn branch:6.8 Change-Id: I95a9adbcac82236017369003765735bbaacfe980
* Don't ignore child component margins in AbstractOrderedLayout (#11553)Johannes Dahlström2013-05-102-0/+112
| | | | Change-Id: I89d8364b97bfe7d072cc7e5221b35ab3cdb3c58b
* Test for #11396 (merged from 6.8 branch).Henri Sara2013-04-291-0/+29
| | | | | | | | Depends on a blur event so cannot be autotested with TB. svn changeset:25882/svn branch:6.8 Change-Id: I2db788e60397162a29f7802f772609e65a832d3f
* Different fix for #11152 which is restricted to the problematic case in ↵Artur Signell2013-04-231-0/+55
| | | | | | horizontal layout Change-Id: I4727f0a8f0b82f14f059c7e47a1819a18630a4c0
* Fixed Accordion tab stylenames which never got applied on the tab widgets ↵John Ahlroos2013-04-222-0/+73
| | | | | | #11645 (merged from #10605 in 6.8 branch) Change-Id: I6af93e3846ecedd31cb9afac6321316b122c9df5
* Prevent double encoding problems when URI fragment contains special ↵Johannes Dahlström2013-04-192-28/+149
| | | | | | characters (#10769) Change-Id: I9043a1f84140b441ab4b3e86eadb708359a29155
* Fixed IE8 scrollbar issue with vertical layout when using both expansions ↵John Ahlroos2013-04-172-0/+71
| | | | | | and alignments #11169 Change-Id: Ia62db30e4e7f9bd02966db31b3bb691a1a60e58d
* Unified all portal integration tests to be based on JSR286Portlet (#8013, ↵Artur Signell2013-03-212-195/+214
| | | | | | | | | | | | | #9566, #11314) All portal tests are now based on the same test script. Portal tests avoid Vaadin locators to avoid random problems with the portlet id changing between test runs. * eXo 3 test must be run on Firefox, does not work in Chrome * Liferay theme test is now a separate test which does not depend on the Liferay integration test * Changing to maximized state using an action URL does not work with GateIn or eXo * The edit mode link does not work in WebLogic Portal as WebLogic feels it is not an allowed mode for the portlet Change-Id: I7a683688d8ffc611e211f8a60889a34b233b81c9
* Make TextArea.setCursorPosition work in all browsers (#8769)Leif Åstrand2013-03-202-0/+258
| | | | | | | | | svn changeset:25579/svn branch:6.8 Conflicts: client/src/com/vaadin/client/ui/VTextField.java Change-Id: I3b53be8df4ce0564f34d8aa9bc1ce1c34648eadd
* Audio/Video fixes, for #11160 but it was much more broken. Also quite a few ↵Marc Englund2013-03-156-0/+152
| | | | | | | browser differences. Ticket: 11160 Change-Id: I1ee228e593eab75d96c285bfa26af9939e058d47
* Deprecated TestBase to avoid new tests which are LegacyApplicationsArtur Signell2013-03-141-0/+6
| | | | Change-Id: Ic4bc242b6d2707e7a856256ca7eeddc4efd9eb83
* Fixed setting column width back to undefined by setting it to -1. #7922Leif Åstrand2013-03-142-0/+140
| | | | | | | | | | | | | svn changeset:25591/svn branch:6.8 Conflicts: server/src/com/vaadin/ui/Table.java Reverted change included by mistake in changeset [25591] for #7922 svn changeset:25606/svn branch:6.8 Change-Id: I6765a52ab213c131cca053227ee72b0007552f7f
* Fixed client-server value sync problem in CheckBox (#11028)Artur Signell2013-03-133-0/+183
| | | | Change-Id: I1bac8e8a746bcc97b3ce929e76cf3476ad793bf6
* Fixed focus and tab index handling for UI (#11129)Artur Signell2013-03-122-0/+108
| | | | Change-Id: I80377792ade11946337e2900a7ea84209ae1d060
* Avoid showing context menu off screen in IE8Artur Signell2013-03-125-10/+10
| | | | Change-Id: I75bf1d41b518e4b098ae35727b89b7ba310f0582
* Update test to cope with changed UI class (#10867)Leif Åstrand2013-03-111-2/+2
| | | | Change-Id: I6e822c6e99191a68733c87207f61643213e8c154
* Properly recognize class of redefined UI connector (#10867)Leif Åstrand2013-03-115-0/+139
| | | | Change-Id: I8e3afbd669123a846214c3bd65bf696aa2b5a536
* Fixed scrolling jumping up to first row when adding rows and adjusting the ↵John Ahlroos2013-03-042-0/+107
| | | | | | currentPageFirstItem in the same UIDL request #10970 Change-Id: I54562e7e0c5429f3493892cf3a14380b0d15bbfd
* Add bootstrap performance measuring support (#11188)Leif Åstrand2013-03-012-5/+11
| | | | | | | | | | | svn changeset:25664/svn branch:6.8 Conflicts: client/src/com/vaadin/client/ApplicationConnection.java uitest/src/com/vaadin/tests/performance/BasicPerformanceTest.java uitest/src/com/vaadin/tests/util/TestUtils.java Change-Id: I699e7b47ad5a62b67dbdf1004da5e5daf009ba25
* Fix random error in DelegateToWidget testLeif Åstrand2013-02-281-0/+1
| | | | | | | | | | Because of performance fixes to the handling of @DelegateToWidget handling, the order in which property changes are delegated are no longer deterministic. This patch fixes a bug in the test which caused the update to value4 to be ignored if that was the last property to get delegated. Change-Id: Ie13a125b0d719894391b8ae3c9d2d899b163ebb4
* Updated merged 6.8 test to work with 7.0John Ahlroos2013-02-202-2/+2
| | | | Change-Id: I5e44183af9431ba34fb0ecaa353e6b65c2aaeace
* Merge of (#9940) to Vaadin 7John Ahlroos2013-02-202-0/+88
| | | | Change-Id: Ie2e53c8cdba20c8265fa04e35e9469b39b21d43e
* Properly detach old connectors for repaintAll response (#11067)Leif Åstrand2013-02-192-0/+77
| | | | Change-Id: I6491a9b30ea4c0e4ff141497b9bd78e5d1c4c98c
* Fixed NPE when TextField value is null (#11021)Artur Signell2013-02-182-0/+94
| | | | | Ticket: 11021 Change-Id: If3b99333a116e6191ba3f563738e456a07173ab4
* Properly pass the AbstractField internal value to shared state in Slider and ↵Johannes Dahlström2013-02-182-0/+91
| | | | | | | | | ProgressIndicator (#10921) * In case of a null value, 0 is stored to shared state. This is consistent with how CheckBox is already implemented. * This somewhat hacky solution should be replaced with a better one once AbstractField itself is migrated. See #11064. Change-Id: I2b313af8491a6deccdc7a509dcd1b718482cdcd4
* Merge of second part of (#10513) to Vaadin 7.Johannes Dahlström2013-02-182-0/+161
| | | | | | | | | Fix for TreeTable's indent handling & width calculations. Conflicts: client/src/com/vaadin/client/ui/table/TableConnector.java Change-Id: I94f0d84ac978045d3b79be6b3726ea6973d30b35
* Interim fix for resizing of child component in AbsoluteLayout when child is ↵John Ahlroos2013-02-182-0/+81
| | | | | | 100% and layout resized (no-merge) #10427 Change-Id: I497ecc1ac88ef1b3c07d127aff3c157827088e01
* Count instances instead of windows and also show the counterLeif Åstrand2013-02-181-4/+4
| | | | Change-Id: Ida1d0c9424d09169f3c7f76ebf70dcced5742dad
* Merge of first part of (#10513) to Vaadin 7.Johannes Dahlström2013-02-152-0/+143
| | | | | | Recalculate column widths if vertical scrollbar has been added/removed. Change-Id: I093059b8eaad8ff9f9d87db213dec806993459d5
* Merge "Merge of (#6160) and (#10470) to Vaadin 7." into 7.0Johannes Dahlström2013-02-146-66/+550
|\
| * Merge of (#6160) and (#10470) to Vaadin 7.Johannes Dahlström2013-02-146-66/+550
| | | | | | | | | | | | Cache handling update. Change-Id: I81ba74d457eb484f6f2c350629534ab284ead7b7
* | Merge "Removed invalid and unnecessary clicks from test" into 7.0Leif Åstrand2013-02-145-25/+0
|\ \
| * | Removed invalid and unnecessary clicks from testArtur Signell2013-02-135-25/+0
| | | | | | | | | | | | Change-Id: Ice4622aa2162157f9c7d6ec94051bb562a0a5b8c
* | | Fixed problem with removing the icon from a Button (#10543)Artur Signell2013-02-142-0/+110
| | | | | | | | | | | | Change-Id: Ia119b93643678494db95d36ffe031a44b76ba578