summaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
* Handle unparsable JSON as invalid content (#11733)Artur Signell2015-08-312-6/+5
| | | | Change-Id: I67ed5e78b93ff0fe20d861105a0aa01ae6ccb2e6
* Add modality configuration option for reconnect dialog (#11733)Artur Signell2015-08-311-17/+38
| | | | | | | | Leave the request state as open until reconnect is done and the message has been delivered. This avoids flushing the rpc queue during reconnect, which would cause two concurrent requests. Change-Id: I320ffccd49c26acd16bd70b34ba28b465d17842c
* Make response code test UI specific instead of globalArtur Signell2015-07-132-52/+98
| | | | Change-Id: Ia44ee5f18404253d5ad986a6a6007aeb466b63fc
* Allow using XHR for client to server requests and websockets for push (#12518)Artur Signell2015-07-132-0/+64
| | | | Change-Id: I6a9cc8f97d7e3578bf7aa9ce512d042ab637494e
* Refactor reconnect dialog (#11733,#17075)Artur Signell2015-07-131-1/+15
| | | | | | | | | * Add grace period for showing the reconnect dialog * Try to reconnect once immediately * Stop reconnecting when application is stopped * Make it possible and easy to replace the reconnect dialog Change-Id: I6695e7473859827db9dd64cbd373696aeb5d27a5
* Allow configuration of reconnect dialog parameters (#11733)Artur Signell2015-07-131-9/+101
| | | | Change-Id: Ibf60ef8cdd21204e8ccfbb0a7d93cf88c4d8468a
* Use same reconnect logic for Push as for XHR (#17075)Artur Signell2015-07-131-1/+2
| | | | | | | | | | | | | * No longer queue message separately in PushConnection * Use XHR for client to server communication when using long polling (or streaming) * Websocket is used for communication in both directions Note that using XHR for client to server responses at the same time as a push connection is open means we must take into account on the client side that we may receive message in the wrong order. This will be addressed in the following change. Change-Id: I97706db3481379593e71dc5bb552727a0486692b
* Initial version of the reconnect dialog and a problem handler which uses it ↵Artur Signell2015-07-131-1/+14
| | | | | | | | | | | (#11733) Limitations * Does not take Push into account * Hard coded parameters * Only theme for Valo Change-Id: Iddb12d20391bcd30dc7289b7ea694ac3fbbd116d
* Test for various UIDL/heartbeat response codes from the server (#11733)Artur Signell2015-07-132-0/+252
| | | | Change-Id: Iff0dd9e9f76b83c1d6f7c16f46317c42bfd770cc
* Move XHR code to XhrConnection (#11733)Artur Signell2015-07-131-2/+2
| | | | | | | | * XhrConnection internally manages the URI to send to * send(JsonObject) now only takes the payload * retry logic for status 0 removed for now Change-Id: Ieca25df0ebe06773139b2bec7e9a2586df77b24d
* Simplify UIDL message handling (#11733)Artur Signell2015-07-131-4/+2
| | | | | | Pass only JSONObject around instead of multiple versions Change-Id: Ibf747df366e384df8e3cc6f5153100168514f63a
* Handle push errors in CommunicationProblemHandler (#11733)Artur Signell2015-07-131-4/+2
| | | | Change-Id: I685a03df9bb785ed7c1c672c9b9cbf47609711e7
* Separate server message sending to its own class (#11733)Artur Signell2015-07-132-16/+45
| | | | Change-Id: Ib3c4ac687387f2a239908b7e25e2753dbbf7e98b
* Separate server message handling to its own class (#11733)Artur Signell2015-07-133-20/+50
| | | | Change-Id: Ic4342171ecbdae4b6e6075fa9ed6d4eebe399a87
* Separate XHR error handling to its own class (#11733)Artur Signell2015-07-131-2/+2
| | | | Change-Id: Iddd885a6a3a753c0be08c9afe6e97b9e589b8368
* Remove 'burst' concept to simplify communication handling (#11733)Artur Signell2015-07-131-1/+1
| | | | Change-Id: I74f173e69491f23dc49b1ff577a45f611b0eed1c
* Update connector hierarch when canceling editor (#16976).Leif Åstrand2015-07-132-0/+163
| | | Change-Id: Ib7b82c400b044c27a0f494a81d1c9cd5b307aa34
* Convert TB2 test TreeContextMenuAndIcons to TB4Henri Sara2015-07-134-161/+138
| | | | Change-Id: I109ecbfad6e385f98e6475eefd7823efa754fcb9
* Convert EmbeddedAltText test to TB4Henri Sara2015-07-132-47/+60
| | | | Change-Id: I2c3be045340edda6cf9d5b6422dec8b031bcf6dc
* Convert UndefinedHeightSubWindowAndContent test to TB4Henri Sara2015-07-132-57/+34
| | | | | | | | The shadow artifacts seen with TB2 seem to be a TB2 timing issue and are not reproducible manually or with TB4, so simply checking window size. Change-Id: Iaf2a546868c3bc7fc9942355cc99a7452039e1f4
* Convert EmbeddedClickListenerRelativeCoordinates test to TB4Henri Sara2015-07-133-55/+95
| | | | Change-Id: Iaac3a80428a9b58ba82e814d8665dd17920ab2bd
* Log exception from responsive with cross site css in FF (#16249)Leif Åstrand2015-07-112-0/+71
| | | | Change-Id: I6072429d3a87afd25a6dd6604749ace728ab6d7d
* Make async remove check work without push (#12909)Leif Åstrand2015-07-113-0/+143
| | | | Change-Id: Ie5843c7fb5bb6365ceef998206df69302046e686
* Fix BasicPersonForm test UI notifications to be more stableTeemu Suo-Anttila2015-07-101-1/+3
| | | | Change-Id: I1a50b9dc4dd8e09ac10c38bb2c4ebfdb2ec41dcf
* Fix displaying Details when Grid is attached to DOM (#18390)Teemu Suo-Anttila2015-07-092-6/+49
| | | | Change-Id: I74360c7a3f0c5798dbaa44ea06ea1585c4289449
* Attach GridLayout children in logical order to preserve focus order (#18353)Yuriy Artamonov2015-07-092-0/+196
| | | Change-Id: I4ed588ba07bd581cfa4b5b4805136962de076cec
* Fix Grid detaching with open details rows (#18415)Teemu Suo-Anttila2015-07-092-0/+179
| | | | Change-Id: I035808b02edb5ba8181a5a0baec3432c2283699d
* Improve Eclipse auto-complete experience for openTestURLLeif Åstrand2015-07-071-0/+9
| | | | | | | | Selecting the varags method for auto completion will annoyingly create suggest passing parameters to the method, which is rarely what you want to do. Change-Id: I14a82daffde15839e84da626c77f81b33efec90f
* Ensure correct render of selection when changing selection model (#17087)Artur Signell2015-07-072-0/+29
| | | | Change-Id: I79547b32a7b7bec0ea2b327ceb0b69c756e2e812
* Keep a reference to the file we are uploading to keep IE10 happy (#18372)Artur Signell2015-07-071-0/+153
| | | | Change-Id: I2dc9b846e1c3ae123b26eac017082bea4ba6f7c3
* Fix Grid header adding and removing with select all checkbox (#17592)Teemu Suo-Anttila2015-07-061-0/+14
| | | | Change-Id: Ib842e171b50366e8830cd50ca0b04a346e298a1d
* Added missing "grid" TestCategory for grid testsTeppo Kurki2015-07-0613-5/+32
| | | | Change-Id: I488e016cbffb6234f3599e549d6346f3587275a0
* Enable test fixed by #18213Artur Signell2015-07-031-12/+0
| | | | Change-Id: I54d621b806fa8cb3cc18d84ecde95bceada9e08d
* Fix Grid details on sort to display them on correct rows (#18224)Teemu Suo-Anttila2015-07-021-0/+25
| | | | | | | Due to the nature of Container this is only achieved by removing any existing details and reopening those after the sort is done. Change-Id: Ic42186ed85981d5dad4ff0948aa22f7a0404480d
* Migrate ComboBoxNoTextInput test from TB2 to TB4Henri Sara2015-07-013-75/+107
| | | | Change-Id: I6e474b2306c6957d428117802ffda330b4809a6d
* Make checkboxes immediate in tests.Henri Sara2015-07-012-4/+12
| | | | | | | AudioTest was broken by the fix for #18102 as CheckBox is no longer immediate by default. Change-Id: Ic545359b6638814a2c7cf53abdb5ffc72cb5251e
* Do not let Escalator set width to spacer row's TD element (#18223)Teppo Kurki2015-06-302-0/+158
| | | | Change-Id: I8dec7bbbfc93436eb2fbc1c15cb53e6bfca99e78
* Add generic resize performance testbed and a test UI for GridLeif Åstrand2015-06-294-0/+384
| | | | Change-Id: I89be491b9bac0447cc194199c54ed9e0e558bf1b
* Converted split panel min/max test to TB4Teppo Kurki2015-06-293-267/+255
| | | | Change-Id: Iead8cc8066cdc20c9d02e34ac45b4ccd37537a60
* Change focused Grid cell when scrolling with the keyboard (#18356).Mika Murtojarvi2015-06-291-18/+29
| | | | | | | | | - The focused cell is now updated when scrolling with pageup/down, home or end key. - The scroll amount is slightly reduced to ensure that no cells are skipped over with pgup/down scroll. Change-Id: Id1ddd4f0f3f3b1315df3f8d9813080fbd5009bcd
* Fix incorrect system notifications with details styling (#18340)Artur Signell2015-06-266-29/+54
| | | | Change-Id: Ia0d36147eb4ed9f170123771ac2674df584e6a4b
* Port ItemClickEvents test from TB2 to TB4patrik2015-06-264-488/+408
| | | | Change-Id: Ib67ee073a683167753e1cd83922e9027df9ffe6e
* Support taking test screenshots of individual elementsArtur Signell2015-06-262-1/+193
| | | | Change-Id: Iac06c3df156c68f3ec995e00d3cf7703c2673a81
* Properly toggle editor state when calling editId() on the server (#18287)Artur Signell2015-06-262-0/+108
| | | | | | | | | | Ensure isEditorActive() returns false if editItem(...) has been called but the editor has not yet been opened, as it should according to javadoc isRendered() requires that the editor fields are marked as dirty when they are made visible on the client (isEditorActive() changes state) Change-Id: I7fbe1cb484cf83974ffa6ca50a6c642fbf7e8378
* Reformat with Luna SR2Artur Signell2015-06-2618-113/+145
| | | | Change-Id: I8a666061496022ef16ed44812b5728e1360b9c4d
* Update theme resource references for legacy components (#17027)Artur Signell2015-06-262-0/+264
| | | | Change-Id: Id4f119b22d44f6abf63e730442e22a34e7c1953f
* Pass critical notification details to the client (#18342)Artur Signell2015-06-251-5/+23
| | | | Change-Id: I3c4eace624453eb854a32fef5fe44d253b164f62
* Fix Gatein test to be compatible with ChromeArtur Signell2015-06-251-3/+3
| | | | Change-Id: I34055b60f8b4ea0ae37a3497348577e4029f4d39
* Use computed style in more IE9 edge cases (#13359)Artur Signell2015-06-242-0/+140
| | | | Change-Id: I847c9077199f46964ba8d1931e951529db6c5475
* Fixed regression by #15381 on IE8Teppo Kurki2015-06-221-10/+8
| | | | | | | | The opacity for disabled menu items looks very ugly on IE8. Fixed by using the previous gray color for text and opacity filter only for the item icon. Change-Id: If48716cdccef05ebdba43b5600e41c0690398429