summaryrefslogtreecommitdiffstats
path: root/uitest/src
Commit message (Collapse)AuthorAgeFilesLines
* Renamed Calendar tests to be more consistent with other tests (#11079)Artur Signell2013-04-0417-0/+0
| | | | Change-Id: I3c057c6c6ebf3cad982b5f8d2821b579f7aa57ea
* Reworked fix for ignoring /APP/ (#11192)Artur Signell2013-04-031-2/+2
| | | | | | | | * Fixed potential NPE by using existing helper method * Pass /APP/ urls also to session handlers as at least GlobalResourceHandler requires it * Fixed test to test /APP/ instead of /APP Change-Id: I8d913e6a5509c63f8e47813fce5751f5279ed4fc
* Fix for CheckBox and Layout (#11407)michaelvogt2013-04-031-0/+22
| | | | | | | Change in CheckBoxConnector led to wrong enabled behaviour and addition to top coordinate to prevent scrollbars with VPopupCalendar Change-Id: I381ab7c8a605535280ae58716181ef4c346997f7
* Integrate Calendar into core #11079John Ahlroos2013-04-0323-0/+3890
| | | | | | Everything else integrated, except TB3 tests (ticket #11090, old TB2 tests used instead) Change-Id: If1700d7680a6c0a45f84d6e3c7b80e6536da78c8
* Implemented changes to CSS injection based on API review #5500John Ahlroos2013-04-032-14/+14
| | | | Change-Id: I2bed5f5a5c3cfc6b97e94cbd218bb06f446c7325
* Merge commit '5d8b1862b63d32070b4084d7e49cae1f4bc66953'Artur Signell2013-04-032-195/+214
|\ | | | | | | Change-Id: I329cab3a4a039cd41486353d41d678abf29cb6a9
| * 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
* | Enable setting loading indicator delays from the server (#7448)Artur Signell2013-04-031-0/+99
| | | | | | | | | | | | * Refactored LoadingIndicator to a separate class on client side to enable customization and to remove clutter from ApplicationConnection Change-Id: I12e94294beed9c65a5710bdfe2486bc0f1b92bd9
* | Made is possible to configure tooltip on the server (#8065)Artur Signell2013-04-032-0/+242
| | | | | | | | Change-Id: I35af6df1dfa75ef1de1268eb630fc0f4b9306170
* | Fixed locking issue in testsArtur Signell2013-04-021-1/+6
| | | | | | | | Change-Id: I3706cfa46f82615b8cc677bcaaa207d5ab05bf40
* | Ensure session is locked during cleanup (#10569)Artur Signell2013-04-021-1/+15
| | | | | | | | | | | | * At the same time ensures request timer handling is done while session is locked (#10108) Change-Id: Ifc36e1ac66d02e25fe98616319c014137bd94c10
* | Added Page.reload (#10250)Artur Signell2013-03-282-0/+80
| | | | | | | | Change-Id: I8ec7edbc370388d8b36a474a8845e846395f26ed
* | Id changed because of id generation for wai-ariaArtur Signell2013-03-261-1/+1
| | | | | | | | Change-Id: Ib216994e540d34179fc0e5498e0461bdf82f8794
* | Moved CSSInjectWithColorpicker to correct packageJohn Ahlroos2013-03-211-1/+1
| | | | | | | | Change-Id: I8b7d283b68da60d236748364cac4c5ac3310f836
* | Merge commit 'e4c9eda51082a443822b66864df2fe14be7dc6d7'Artur Signell2013-03-2116-0/+847
|\| | | | | | | | | | | | | Conflicts: uitest/test.xml Change-Id: I2c82fa7117b21bddad313abdd2f3f43143317c12
| * 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
* | WAI-ARIA fields (#11180)michaelvogt2013-03-201-1/+0
| | | | | | | | | | Field implementations of the WAI-ARIA changes in the base classes Change-Id: Ie51e76130f3f9976a32c373334b709f0f5b68f1a
* | Added CSS Inject / ColorPicker tutorial #11360John Ahlroos2013-03-191-0/+234
| | | | | | | | Change-Id: Iacafb3c4e26c4ff1a258eff466cfd18508d8ff0c
* | Implemented injection of css styles #5500John Ahlroos2013-03-132-0/+144
| | | | | | | | Change-Id: Iaccffb4a3e137968d5f51672cdd56f803a9e9d2e
* | Merge commit '6922bc5b49c5551b289a5025ccd5901e2ac3aafc'Artur Signell2013-03-1215-17/+269
|\| | | | | | | Change-Id: Id118fd9bae1fdf7e7ce2efd660ade5ba7bbc5109
| * 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
* | Fixed locale to ensure the same results in all browsersArtur Signell2013-03-121-0/+2
| | | | | | | | Change-Id: I0a4f9f69f5b5339def23e940ef9cb42163c42638
* | Fixed locator stringArtur Signell2013-03-121-63/+2
| | | | | | | | Change-Id: Iaa5bda79704153e5a10fc6aa3b2244a06a89cf0a
* | Updated test as Property.toString no longer returns the property valueArtur Signell2013-03-121-3/+2
| | | | | | | | Change-Id: Ic5da1d536ab633b60bc61e1b525fe8f2a8470a73
* | WAI-ARIA for form fields (#11180)michaelvogt2013-03-051-0/+354
| | | | | | | | | | | | Changes in the base classes of the form fields for WAI-ARIA integration Change-Id: I770082c353b1b0004875675e28f03d6a3e69f03f
* | Merge remote-tracking branch 'origin/7.0'John Ahlroos2013-03-011-0/+1
|\| | | | | | | Change-Id: Ifdc095169c31731cb013727f14d92839ecc775db
| * 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
* | Automatically listen to shutdown port and not not enforce -ea (#9998)Artur Signell2013-02-251-3/+5
| | | | | | | | | | | | | | Relaxed requirement to enable assertions with DevelopmentServerLauncher to make it easier to get started. Changed default to automatically listen to shutdown port 8889. Can be turned of by specifying port -1. Change-Id: Id088b97fb9e8b5e7d9aa3cef874a8d2c02a6ca58
* | Merge remote-tracking branch 'origin/7.0'Artur Signell2013-02-2213-4/+596
|\| | | | | | | Change-Id: Id48ccb3c400a78cddb8bb5c7bbcf2d65174e59d0
| * 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
* | Added tutorial examples for creating a simple login view #10076John Ahlroos2013-02-183-0/+243
| | | | | | | | Change-Id: I4cce618a6937cd1c0f3fc57e742666fb4749fa5a
* | Merge branch '7.0'Artur Signell2013-02-1515-91/+803
|\| | | | | | | Change-Id: I3e0d66cd6bef2336004084e69a19c96d8346bf8d
| * 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
| |\