summaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
* Added new test app/ui for ValoJouni Koivuviita2014-06-0523-1756/+4588
| | | | | | New “tests-valo” theme also included multiple variations to test with. Change-Id: I3dd3b91526b32ae8d080d2fa431d2a64f6f7fef4
* Rename $v-app-background-color to $v-background-color (#13670)Jouni Koivuviita2014-06-041-0/+1756
| | | | | | | | | | | | | | Top level background-color variable, which is then specialized by different components in the theme. Mass search-and-replace, tested that the theme works as expected. Added a new test UI class for the Valo theme. Updated .gitignore to ignore .sass-cache (command line Sass creates a cache folder when watching for changes) Change-Id: I574a393de059aec7b24cb6014d3192d9717688e5
* Fix for handling a breakpoint with 0 as the lower bound (#13588)Teemu Pöntelin2014-06-021-0/+3
| | | | | | | Added explicit isNaN checks to the results of parseInt function because JavaScript would always convert 0 to false. Change-Id: Ic904c321c0195ce50d9a498005459425b0c30d4c
* Fix tooltip delay (#13695)Juuso Valli2014-05-277-10/+95
| | | | Change-Id: I1c3ed59d8a19d3355a3c729fb3635731b326a00e
* Convert DateFieldReadOnlyTest TB2 -> TB4.Sauli Tähkäpää2014-05-272-66/+43
| | | | Change-Id: Iab81b1e5992d47c956f9d0440ece98fa546ee927
* Fix Push update race condition (#13562)Juuso Valli2014-05-271-18/+27
| | | | Change-Id: I50094bc2d236f6dbb02a8b82d6cc9b5f7e4733a5
* Allow using modifier + enter as shorcuts in TextArea (#13811)Artur Signell2014-05-263-64/+137
| | | | Change-Id: I99db3d6280f0066ed1249cb348da7e82381b45c2
* Change ColorPickerInputFormatsTest for use Keys.RETURN.Sauli Tähkäpää2014-05-261-1/+1
| | | | Change-Id: Ic8ad7163d35e0e1c2d44e928cd52ca66a637b7fa
* Revert "Fix Push inserts producing duplicate rows in Table (#13562)"Sauli Tähkäpää2014-05-262-82/+53
| | | | | | This reverts commit ce1764fb1bad1b82462d73fbfe293b676c2a9c00. Change-Id: I897e0f3a0876eaea4b68f0e3b75671ccb1398242
* Fix issue when typing fast in combobox edit box plus then press TAB (#12325)Dmitrii Rogozin2014-05-223-18/+103
| | | | Change-Id: I35375d2b39fbd666d848f6ffa62aa0ce1c0d4fad
* Update mini tutorial code to use @OnStateChangeLeif Åstrand2014-05-221-7/+4
| | | | Change-Id: I509213ade4ed9765db8a7773c42051f8f182b272
* Fix caption measurement in VAbstractOrderedLayout (#13741)Juuso Valli2014-05-212-0/+133
| | | | Change-Id: I7bb9a404c789f352477b752537ffdedfc60da91c
* Keep all checkbox related data in Map don't address it via the index #11772Denis Anisimov2014-05-212-0/+114
| | | | Change-Id: I2c9c68134d9fe958e2881975d1d845dea819a761
* Fix WAR file location in uitest build scripts.Sauli Tähkäpää2014-05-211-5/+5
| | | | Change-Id: I0febbbaf85374c395454c889c36add277ca9b131
* Fix keyboard navigating in combo box (#11333).Dmitrii Rogozin2014-05-212-0/+155
| | | | | | Extract code which focuses on item after changing the page. Deferring this method allows to update the list of items before focusing. Change-Id: I7d249c2abbd5c24ca2d798736e483f2b7dfa59f1
* Refactor tests to make them less likely to have timing issuesTeemu Suo-Anttila2014-05-202-26/+27
| | | | Change-Id: Idf24ab4f7c2c48f8246f0c38906d2b8a46f46587
* Move ComboBox tests to correct packageTeemu Suo-Anttila2014-05-194-4/+4
| | | | Change-Id: I2ad5164a637b2b4c96b46f30df036ccbc5cbcd66
* Add build parameters to allow running test on local PhantomJSTeemu Suo-Anttila2014-05-193-7/+21
| | | | Change-Id: I99f37403d58385a814347d36b0f8b1a35c63c282
* Change forceUpdate flag to always force recalculation of width. Fix tests. ↵Markus Koivisto2014-05-161-5/+4
| | | | | | (#13444) Change-Id: Ie666e2867908160b1544d3bf8251802ea771660f
* Remove servlet annotations from AsyncPushUpdates test (#13562)Jonatan Kronqvist2014-05-161-9/+0
| | | | Change-Id: Idfdd37fad9917843c71cee6fd9ba6700f9df8a87
* Made user-initiated column resizing take precedence over other updates (#13432)Juho Nurminen2014-05-162-0/+125
| | | | | | | VScrollTable ignores server-initiated changes to column size while the user is dragging a table resizer element. Change-Id: I2866246e7975a8ddddbfdc12a9d99fb2c813a870
* Set "v-formlayout" as the first style for VFormLayout (#13509).Denis Anisimov2014-05-152-0/+87
| | | | Change-Id: I63f0b1c8da52d426b5c370097256b08dbd44b5d7
* PopupViewAndFragment TB2 -> TB4Artur Signell2014-05-152-32/+33
| | | | Change-Id: I9299d8c78e92816e368208f1cbc07b8c969a9600
* Add refresh method to mini tutorial codeLeif Åstrand2014-05-151-1/+12
| | | | Change-Id: I7d2e00b13d2d0b3e3b0e3c20dd431c77721e7d91
* Make Vaadin TB3/4 tests work and run on PhantomJS (#13291)Teemu Suo-Anttila2014-05-1519-89/+88
| | | Change-Id: I0d1747d41b3b9e0a32d995a5cea9081292c8c2c6
* Fix Push inserts producing duplicate rows in Table (#13562)Juuso Valli2014-05-152-0/+172
| | | | Change-Id: I050553b233fb7024049c31d9495d90f4d88239c8
* Update tutorial code to show more user-friendly APILeif Åstrand2014-05-146-23/+14
| | | | Change-Id: I95c82d2256221b0068d6c2762f6dbb8a1e29b6b8
* Fix table scrolling up on select (#10106)Juuso Valli2014-05-142-0/+148
| | | | Change-Id: I4d13bee983817ce299d1f7e52ddd6cdc725fee6f
* Allow editing colorpicker values in colorpicker in textfield #13469John Ahlroos2014-05-143-51/+166
| | | | | | | | This fix adds support for typing in color values according to http://www.w3schools.com/cssref/css_colors_legal.asp into the colorpicker popup input textfield. Change-Id: If14ead791725c3052c05aa31e12e237e90c32348
* Fixed disabled and read-only modes of InlineDateField (#10262)Teemu Pöntelin2014-05-142-0/+137
| | | | Change-Id: If95d50954a4122b1039174ffcacd7874f7f1f71e
* ShortcutAddAndRemove TB2 -> TB4Artur Signell2014-05-133-220/+98
| | | | Change-Id: If899309eb1b05f4a519eed45df4e9cf1670a7740
* Fix DateFieldFastForwardTest to close browser context menuTeemu Suo-Anttila2014-05-131-2/+11
| | | | Change-Id: Ib8c6e45a8f77630e71b6f5264d6d42dc5efe922d
* Force recalc of width when the ComboBox style has changed (#13444)Markus Koivisto2014-05-132-0/+117
| | | | Change-Id: I7bb500c1b64502881824875e967cf43c5e49a999
* SubWindowWithUndefinedHeight TB2 -> TB4Artur Signell2014-05-132-52/+41
| | | | Change-Id: Ib4dcb7519e3271de80bf9cd531c2d31030228494
* Ensure correct tab is open in debug windowArtur Signell2014-05-134-0/+9
| | | | Change-Id: I6a2745c59c468aa2fbc45032a8478f533494b181
* Add missing @sinces to JavaDocTeemu Suo-Anttila2014-05-122-2/+2
| | | | Change-Id: Ib36d9c591c5089eeacacc94f68e4fbb064e5418d
* Support long in state again (#13692)Jonatan Kronqvist2014-05-125-6/+302
| | | | | | | | | | The fix to #9379 broke the support for long type fields in state classes. This patch bypasses the unboxing of long values and adds the @UnsafeNativeLong annotation to the methods which may fetch and return (without modifying) long values. SerializerTest is extended to test the different data types in States. Change-Id: I29fd2c6af13cd9a0d29ecb1444ed9eb8a2b013e3
* Convert test to TB4 to be compatible with Tomcat proxy testArtur Signell2014-05-111-20/+3
| | | | Change-Id: Iab049f9036c1e2efcd1445cd7691a93af1210ff0
* Re-apply old change which was excluded from masterArtur Signell2014-05-091-3/+12
| | | | | | | | | | | | | | | | | | The merge script was faulty between May and June 2013 and merged changes individually from both 7.0 and 7.1 to master. In the case that a commit from 7.0 was merged right before there was a "Merge: no" commit in 7.1, the changes between the "Merge: no" commit and the previous merge point from 7.1 to master was potentially never merged (the whole chain was merged as a no-op). The only affected change seems to be 0a437a5 Revert "Replaced css inject hack in TestUtils with Page.Styles.add() #11798" b008768 Implement parenthesis-handling fixes for Sass in Vaadin 7.1 (#12834) The former one is re-applied in this commit, the latter one has been verified to be in the master branch Change-Id: If0cd75d75fdfc8893ac501aab2a0be1b55b09dcc
* Update ErrorIndicator test from TB2 to TB4Teemu Suo-Anttila2014-05-092-82/+41
| | | | Change-Id: Ia5755dd476411d51415afb9bbd20ade91e3a23f4
* Resize PopupView's overlay on content resize (#13666)Antti Tanhuanpää2014-05-093-0/+145
| | | | Change-Id: Iad410f26ed7f20bb03f15c46673f6f18081261d9
* Fix table focusing when scrolled from the server (#10522)Juuso Valli2014-05-092-0/+150
| | | | Change-Id: Ib18a60ae7e41af8c6c119e5b2e12e4fd5bf1069c
* Fix improper merge of 3d0ff32b from 7.1 to master (#13620)Johannes Dahlström2014-05-082-0/+86
| | | | | | | Correctly call PushConnection.disconnect instead of setting to null. Also remove the obsolete PushHandler.disconnectCallback. Change-Id: Ied055d489a269b016318947cd89cf0b46003c596
* Convert the ComboBoxClosePopupRetainText test to TB4 to avoid false failures.Jonatan Kronqvist2014-05-082-80/+60
| | | | Change-Id: Ib36917246fce3f051b61a979289c9bce23b1bf82
* Convert the AccordionClipsContent test to TB4 to avoid false failures.Jonatan Kronqvist2014-05-082-57/+57
| | | | Change-Id: Iced9219e8cd3172c53af286c4b644b04f00041c2
* DevelopmentServletLoader: Reload servlet containerManolo Carrasco2014-05-061-9/+81
| | | | | | | | - Add a couple of parameters in order make jetty context reload whenever a class is modified. - Remove deprecated SSL API calls. Change-Id: I737fb92e78ce5573a4473639f25fcdad606f3c55
* Fix DisabledDateFieldPopup testTeemu Suo-Anttila2014-05-052-20/+21
| | | | Change-Id: I27f43e5bed2a0ebc0f04a1a83c922de42fb1a3c5
* Merge changes from origin/7.2 into masterJonatan Kronqvist2014-05-05549-636/+1263
|\ | | | | | | | | | | | | | | | | | | Conflicts: build.properties client/src/com/vaadin/client/ApplicationConnection.java client/src/com/vaadin/client/extensions/ResponsiveConnector.java server/src/com/vaadin/server/Responsive.java Change-Id: I49f90521611d1b86704a60c3d003cdeea9c3b864
| * Update remaining copyright years to 2014Artur Signell2014-04-2367-71/+71
| | | | | | | | Change-Id: I1fc2bd735b538ebac6d4f41fc8536f26795cc85f
| * Merge changes from origin/7.1Artur Signell2014-04-234-52/+288
| |\ | | | | | | | | | | | | | | | | | | 9c29442 Replace SelectionRangeDragging TB2 test with TB3 test 9fa230d Avoid eagerly layouting from VScrollTable.updateFromUIDL (#13188) Change-Id: I4f1395a13e8b1eae44a0030a3679475a3db9160a