summaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
* Allow using element resize listeners from javascript connectors (#11996)Leif Åstrand2013-06-103-0/+200
| | | | Change-Id: I97b280c2e260752be87ce85d2eda81ec4f14d4fe
* Merge changes from origin/7.0Artur Signell2013-06-055-0/+457
|\ | | | | | | | | | | | | | | | | | | | | | | | | 892b8ba Do not submit TextArea value on enter in IE (#11982) bd3f975 Properly disable combobox when parent is disabled (#10734) 1b85e59 Added missing import (#11982) 3c8a3bf Merge of properly focus clicked input element in Webkit (#11854, #11297) d647d7a Ensure VBrowserFrame content is unloaded in IE (#11683) 08ba394 Disable drag&drop when source or target component is disabled, re-implementation of 6.8 fix for #11801 b01427a Change field types from LinkedHashSet back to HashSet to retain binary compatibility (#11432) 14ebd0d Fixed newlines Change-Id: Icea535d8d5130e013327dd76a194e3910f533332
| * 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
* | Add transport parameter to @Push (#11966)Artur Signell2013-06-053-0/+66
| | | | | | | | Change-Id: Ic47e68a41ba407917a990ef82a98c1526a9510ef
* | Allow customizing client-side push config on server side (#11867)Artur Signell2013-06-055-6/+395
| | | | | | | | Change-Id: I212067aa0bd04e3e73844ef57963b5622291986a
* | Update broadcaster tutorial codeLeif Åstrand2013-06-052-26/+9
| | | | | | | | | | | | | | | | * Don't need to start a thread for broadcasting with the new UI.access * Add @Push to the UI * Use CopyOnWriteArrayList instead of synchronized methods Change-Id: I63fad6977c1a3e504fc60445c3147b5a241c3132
* | Move VaadinSession.runPendingAccessTasks to VaadinService (#11964)Leif Åstrand2013-06-051-1/+2
| | | | | | | | Change-Id: Idb893baec693d0aaa3ccba1d3f61a62922e0a1ce
* | Use correct day names when formatting dates (#6207)Artur Signell2013-06-041-0/+1
| | | | | | | | Change-Id: I2010f87ef4f9359cdc95104cc02c83355a8630ed
* | Merge changes from origin/7.0Leif Åstrand2013-06-042-0/+86
|\| | | | | | | | | | | | | b1390c5 Don't autoclose PopupView when changing fragment, fixes #10530 158c162 Do not clear combobox text unnecessarily (#10924, #11887) Change-Id: I5cda623309d9e1b16ad09aa2a388552b5f33ca30
| * Don't autoclose PopupView when changing fragment, fixes #10530Marc Englund2013-05-212-0/+86
| | | | | | | | | | Change-Id: I83607c97db8499c5e3c76e6d4735a93b0754d580 Ticket: 10530
* | Merge commit '34e6c60a5a746c0306c3a84ae8d6c21dfd84d878' into 7.1Leif Åstrand2013-06-03156-1188/+12173
|\ \ | |/ |/| | | | | | | | | #11448 is fixed in a different way for 7.1 because the tooltip event handling has been slightly refactored. Change-Id: I50db48ffdce22cdf6598daafcb022fc43ed11cf4
| * Enabled drag & drop to Calendar #11048John Ahlroos2013-06-032-0/+182
| | | | | | | | Change-Id: I2dcc1f7159a6283cfbc0baafe6cba66530bf0a45
| * Ignore style resource that has already been added (#11667)Leif Åstrand2013-06-032-8/+27
| | | | | | | | Change-Id: I828166f69c3ad1ac7e24c00de640c8645d2f2153
| * Formatted XML files using defined rules (#11956)Artur Signell2013-05-307-1032/+1186
| | | | | | | | Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
| * Add primary style name support for ProgressBar/Indicator (#9913)Artur Signell2013-05-293-0/+183
| | | | | | | | Change-Id: I3d773640d2f1c8cd1b71c673685afd7059811d16
| * Extract ProgressBar and deprecate ProgressIndicator (#11925)Leif Åstrand2013-05-292-0/+187
| | | | | | | | Change-Id: Id9eaee65762b0dadd59f3e730d3ff11712ab87fe
| * Moved Locale data handling to LocaleService (#11378)Artur Signell2013-05-291-1/+1
| | | | | | | | | | | | The locale data is now tracked per UI instance and no longer sent in every request. Change-Id: I4bebd00327da6f8d812181fd76a85eb6196d0010
| * Make test independent of browser language (#11940)Artur Signell2013-05-291-0/+2
| | | | | | | | Change-Id: Ibcabe18581e4ad021ad1b58919c77fd97f2ad47c
| * Fixes current text being overwritten in server update on RTA #11741John Ahlroos2013-05-292-0/+93
| | | | | | | | | | | | | | | | | | | | | | | | If the server happens to update the state of the RTA while a user is typing then the users text will be replaced by the value on the server. To fix this the RTA should not update if the value is the same as the one cached on the client side. Also moves blur handling and server<->client syncronization to the connector. Change-Id: Ia807b1e2aa210eb881e4b9cea0870c0c5a9254b2
| * Ensure calendar panel is updated when range changes (#11940)Artur Signell2013-05-282-0/+212
| | | | | | | | Change-Id: Ic270e5c0aa1b28947b735fcb258bc9629d53cc21
| * Remove outdated testing (#11897)Leif Åstrand2013-05-282-23/+2
| | | | | | | | | | | | | | | | * access is run right away instead of the next time there's a request from the server. * Non-inheritable CurrentInstance values are not carried over to access Change-Id: I6a9f3f2a74647357fe02c43e96878d803cfaf207
| * Define how CurrentInstance works with access() (#11897)Leif Åstrand2013-05-282-1/+132
| | | | | | | | Change-Id: I7ca62c5706fd37e7c44ed46703bcdce159b367f4
| * Send window mode changes to the server immediately (#11737)Leif Åstrand2013-05-281-11/+31
| | | | | | | | Change-Id: Icfaa8f97824d8ed92eaee786cee8c92083dc1084
| * Make access() enqueue the runnable if the session is locked (#11897)Leif Åstrand2013-05-284-2/+364
| | | | | | | | Change-Id: If162e81a29bbc982857e2a165a983e161ea837ee
| * Added Java Date to Sql Date converter to better support sql dates (#11224)Artur Signell2013-05-242-0/+214
| | | | | | | | Change-Id: I83d8c96a6877ea33b270a1a4a2c6f360a8147518
| * Fixed locators in test (aria div conflict)Artur Signell2013-05-231-4/+4
| | | | | | | | Change-Id: Iaeef438de48ef9bda33fb81b0bb7f71d134b17ca
| * Fix TestingPushConnection.init signature (#11673)Johannes Dahlström2013-05-221-2/+4
| | | | | | | | Change-Id: I7f5736fd456c21878a0eabdbff46a648932d3516
| * Merge changes from origin/7.0Leif Åstrand2013-05-178-0/+411
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1a6200e Merge #6880 test from 6.8; fix itself is not needed in Vaadin 7 67696f3 SQLContainer.indexOfId() also searches backwards (#11849, #10376) 611e5f9 Test for #11267 adapted from 6.8. 609acd1 Fixed table height rendering in Android 2.3 #11331 63dd611 Centers VOverlays in visual viewport on iOS, Android, fixes #11614 5a33d7d Test for #11775 0c8edf1 Avoid marking AbstractField dirty in primitive getters (#11201) Change-Id: I7437e0b249c1a95372d6f349e9d6336fb85f08a4
| * \ Merge changes from origin/7.0Leif Åstrand2013-05-174-0/+246
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 55ea6dc More specific workaround for no rows in TreeTable with pagelenght = 0 (#9203) dca728c Warn if using old widgetset (#11836) 936439d Verify that tests are run with the expected JRE version (#11835) 29eeda5 Merge "Clean up Table popup menu close handler to prevent a memory leak" from 6.8 (#11840) 6d7f5e4 Eliminate unnecessary conversions of option keys b8c6a15 Clear items in ComboBox only if changed (#10924) 42545ac Fix NPE if there's no query in the URI (#11836) Change-Id: I2e50ba59b45720a879c6e476333369523a730b9c
| * | | Tweak TooltipConfiguration test to pass in IE9 and IE10Leif Åstrand2013-05-171-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Intermediate mouse move events are needed to make IE realize the same element is hovered again Change-Id: I409722e5b450988b3709a58e34b2eefe79a2be3c
| * | | Revert "Replaced css inject hack in TestUtils with Page.Styles.add() #11798"Leif Åstrand2013-05-141-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing this change to make the tests behave more nicely until #11848 has been fixed. This reverts commit f2c2236cf8d0428f100e17586f7946095ffea158 Change-Id: I776699f5082273e9c4d11248cc35e7ed6b665873
| * | | Merge changes from origin/7.0Leif Åstrand2013-05-107-1/+322
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7d9f544 Test for #11396 (merged from 6.8 branch). Depends on a blur event so cannot be autotested with TB. 1b18807 Remove pre-loader element after pre-loading, fixes #10863 ce9c818 Instead of applying workaround to the root panel, apply it to the sub window content element instead to prevent scrolling of the document when a sub window is removed. #11713 (#10776) 3f5d022 Liferay 6.2 compatibility (#11751) ffd1c1b Don't ignore child component margins in AbstractOrderedLayout (#11553) 62ae5e1 More verbose output from running Jetty 21d9b67 Add a large number of debug calls to VFilterSelect (disabled by default) bdb7931 Merge test for #11623 to 7.0. 19e27a1 Move suggestion popup width calculation from connector to VFilterSelect Change-Id: I2d980126599e55fa5e4f6ec523dca16ba54107b5
| * | | | Update test to work with the new debug windowLeif Åstrand2013-05-081-5/+10
| | | | | | | | | | | | | | | | | | | | Change-Id: I9a1f7791faa3bbd8aae13c0d21c505570dfa131b
| * | | | Remove old widget hierarchy hack that caused problems (#11752)Leif Åstrand2013-05-071-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Icd66755512a2c1ab490e58f80389ed35966d3e3b
| * | | | Replaced css inject hack in TestUtils with Page.Styles.add() #11798John Ahlroos2013-05-071-12/+3
| | | | | | | | | | | | | | | | | | | | Change-Id: Ifb43fd1d2226756e104e2f5955e23151100e9357
| * | | | Fixed order of tests in LayoutTesterApplication #11796John Ahlroos2013-05-071-16/+30
| | | | | | | | | | | | | | | | | | | | Change-Id: I9fc1224df33a66f065594de4ae09a027ddaaa895
| * | | | Allow setting push mode in UI.init (#11739)Johannes Dahlström2013-05-022-0/+72
| | | | | | | | | | | | | | | | | | | | Change-Id: Ied24bc42a25800033351fcbacdc5fc5e0be8eda1
| * | | | Rename runSafely() to access() (#11756)Leif Åstrand2013-05-027-7/+7
| | | | | | | | | | | | | | | | | | | | Change-Id: I640244732fb561d9f55da58f8ba94fd02875c191
| * | | | Made test work also when current month is not April 2013Artur Signell2013-05-021-69/+4
| | | | | | | | | | | | | | | | | | | | Change-Id: I4998dd4e146d5520c814e78e3456b2d37e446cef
| * | | | Removed changing session id from testArtur Signell2013-05-021-2/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I851df9f3b3743263267b4a434f846fcc789997e0
| * | | | Add Jetty to compilation class path of uitest WAR (#11688)Henri Sara2013-04-301-3/+3
| | | | | | | | | | | | | | | | | | | | Change-Id: I0f185e9bb1f91f7eca7e93f6a42c413be48fdeec
| * | | | Remove Jetty JARs from uitest WAR (related to #11688)Henri Sara2013-04-301-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise, Atmosphere may auto-detect Jetty at least on some other servers. Change-Id: I12552af49bb07ee84705b785abb2bef53f9278ed
| * | | | Fixed test (gwt-id-X not stable)Artur Signell2013-04-294-25/+25
| | | | | | | | | | | | | | | | | | | | Change-Id: I4def9e78d3985d6f1c28fe7eb816120615cec057
| * | | | Added workaround for #11737 to testArtur Signell2013-04-291-0/+11
| | | | | | | | | | | | | | | | | | | | Change-Id: I9541abb5835c6851c3eea0d7567b4a848dc605d0
| * | | | Fixed test (gwt-id-X not stable)Artur Signell2013-04-291-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I5509c39e1461453d6c75e9fce477e2c202a986c2
| * | | | Fixed test (maximize button added to DOM)Artur Signell2013-04-291-4/+4
| | | | | | | | | | | | | | | | | | | | Change-Id: Id4319afc6eaef6f0afc65400d1208937c89fabbc
| * | | | Fixed test (gwt-id-X not stable)Artur Signell2013-04-291-2/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: I6da73c4dcbe61573b21a54423ba0f86d41ded607