aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src
Commit message (Collapse)AuthorAgeFilesLines
* Some fixes to potus demo (#7749)Matti Hosio2014-12-171-1/+4
| | | | Change-Id: I61b80e8610431988ae3bd6a88993b010d116db4e
* Merge remote-tracking branch 'origin/master' into declarativeMatti Hosio2014-12-1764-83/+3060
|\ | | | | | | | | | | | | Conflicts: server/src/com/vaadin/ui/TextField.java Change-Id: I289cb9ec80d494ab79aec11a43708abf5b403a00
| * Release session memory at the end of each testLeif Åstrand2014-12-151-3/+9
| | | | | | | | Change-Id: I30dd917158091f1fe6f16d050ff7d6037493d3ef
| * Back button doesn't change URL if view blocks the navigation (#10901)Anna Miroshnik2014-12-152-0/+223
| | | | | | | | Change-Id: Ib1211a7a2282753b329129615a544264e62d1ed5
| * Delayed column layouting is visible (#15189)Anna Miroshnik2014-12-151-0/+72
| | | | | | | | | | | | | | | | | | | | | | Full Name of defect: Regression: Table column jumps when table is shown and table is contained in a layout Regression is a outcome of change due to #12672. No TB4 test because problem happens too fast to be caught. Change-Id: I9af5ed3c11e0fb673c7f2f1c5fd4739bd4b8c655
| * Fix push test broken by new StringToEnumConverterArtur Signell2014-12-155-27/+18
| | | | | | | | Change-Id: I76885f3254ec28574ac637905af13cba1a9d2b41
| * Use ComboBox locale for filtering case tranform (#15193)Leif Åstrand2014-12-142-0/+137
| | | | | | | | Change-Id: Id462c3e76c8d761c04851227c949a3124ddf14b3
| * Use converter for Select/Tree/ComboBox when using item id for captionArtur Signell2014-12-123-2/+135
| | | | | | | | | | | | (#11433) Change-Id: I10c47986b98e132e874b2882fbb2323409d67a25
| * Fix gradient path for notifications in Chameleon. (#15351)Sauli Tähkäpää2014-12-122-0/+55
| | | | | | | | Change-Id: Ie1e2726613033ad321e15f7f58e098080d4d9a5f
| * Revert "Notify server side component about clicks in form layout (#6346)."Markus Koivisto2014-12-112-131/+0
| | | | | | | | | | | | | | | | This reverts commit 23bdb6e90d970bd4e9ef11c79c095e65b6963414. The included test (FormLayoutClickListenerTest) fails on all other browsers except PhantomJS. Change-Id: Ib60d051da9100eef8f30e6578ac73314bcda3ec3
| * Test UI for #15321Artur Signell2014-12-111-0/+43
| | | | | | | | Change-Id: I108f8ad473e6637bff9619f110f9194a56482c3e
| * Reset tabsheet scroller when unhiding leftmost tab (#14644)Alexey Fansky2014-12-112-0/+71
| | | | | | | | | | | | Checking whether invisible tab are present before the scroll index and if so resetting the scroll index when tab goes back to visible. Change-Id: I156dbe93963b0d9f46e21a593ffc3c4c77ebd1c6
| * Convert empty string to null Enum value, only throw ConversionExceptions ↵Artur Signell2014-12-112-3/+5
| | | | | | | | | | (#14756) Change-Id: I027a245975db12e3661740bd233edd98e73994e9
| * Clear all bound fields when nulling the field group data source (#12371)Artur Signell2014-12-112-0/+178
| | | | | | | | Change-Id: I48eb0e7851187fa6bbb9024730b2611a74501ad0
| * Notify server side component about clicks in form layout (#6346).Denis Anisimov2014-12-102-0/+131
| | | | | | | | Change-Id: Idc4399dc94b253694c4e0d716d2b65964a2217f8
| * Fix CustomLayout child rendering when template is missing (#8696)Teemu Pöntelin2014-12-102-0/+87
| | | | | | | | Change-Id: I8ce4fbc566f030bf22c555f68b97beb781b19805
| * Horizontal split panel height shouldn't ignore second component (#15149)Denis Anisimov2014-12-102-0/+158
| | | | | | | | Change-Id: Ie925757167b6d8521707b6d5515157eca85f9dba
| * Set explicit calculated size for drag image element (#14617).Denis Anisimov2014-12-103-1/+116
| | | | | | | | Change-Id: I6bfcd0a5ad78bd79aad2fa2357a7e33a00b3c33d
| * Set locale explicitly in DateRangeWithSql. (#15342)Sauli Tähkäpää2014-12-101-0/+3
| | | | | | | | Change-Id: I5f73ac5e8bc6be93fa0f9b9089b1584fb35f4a76
| * TextField's input prompt is now disabled properly (#15144)Sara Seppola2014-12-102-0/+318
| | | | | | | | Change-Id: I9b5d07ec2d8df78c3f120c2a891cc548da787f38
| * Accordion causes SEVERE error in browser console (#15182)Sergey Budkin2014-12-101-0/+13
| | | | | | | | | | | | Refactored to remove invisible widgets from DOM. Change-Id: I94d0ba37f4a75d71df88fbb0b1767ae60f39432d
| * DateField popup doesn't close when popup button is clicked (#14857)Anna Miroshnik2014-12-102-0/+124
| | | | | | | | Change-Id: Ieb6ff2f072726fe8707d3cce61569dd623b13ebd
| * MenuBar submenus close unexpectedly if use Valo theme (#15255)Jouni Koivuviita2014-12-102-0/+132
| | | | | | | | | | | | | | | | | | | | | | This fix is for animation-in and animation-out. Fix was done in VMenuBar. VOverlay provides now hide() method with possibility to enable/disable the animations via parameters boolean animateIn, boolean animateOut. By default they are true (not to break animate-in, animate-out for VWindow and VNotification) Change-Id: I49981952c7c18a02edd7fa9e6d247bb18f660207
| * Long events aren't displayed properly when using Container (#15242)Sergey Budkin2014-12-102-0/+63
| | | | | | | | | | | | Rewrote event selection. Change-Id: I8f0dd1c5ec736ea14037619b1656a79b7e3532be
| * Position calendar popup on the left side if there is no space (#14757).Denis Anisimov2014-12-106-0/+263
| | | | | | | | Change-Id: I83836bbf077033712a569c8eff52576b012b4dee
| * Returning all validation errors in the exception cause when submitting a ↵Alexey Fansky2014-12-093-0/+140
| | | | | | | | | | | | | | | | field group (#14742) Following the similar logic as in AbstractField when multiple validation errors occur. Catching all InvalidValueExceptions and putting them together wrapped into the exception. Change-Id: Ied08fd2155412539b28ef94bc74e6c989c62f709
| * Fix issues when using java.sql.Date as DateField range (#15342)Teemu Pöntelin2014-12-092-0/+105
| | | | | | | | Change-Id: I656cc0600f929239605e17ab9cf71dc1ba96582f
| * Hierarchy change markAsDirty to AbstractComponentContainer (#14227)Anna Miroshnik2014-12-091-2/+0
| | | | | | | | Change-Id: I7a05ad72dfa3d16d85aa4d0cdd235572ec01e31a
| * Fix opacity for disabled checkboxes and option groups. (#15239)Jouni Koivuviita2014-12-092-1/+17
| | | | | | | | Change-Id: I2d09a116d07621053f2fc9524f95e47bf7fc834e
| * Fix opacity for disabled links in Valo. (#15253)Sauli Tähkäpää2014-12-042-1/+6
| | | | | | | | Change-Id: I865526499a6d55a835758f0194a977c36c10304a
| * Show push version information in debug window (#14904).Denis Anisimov2014-12-022-0/+153
| | | | | | | | Change-Id: Id1761abbf2b2dc29b4138520f11ce51bb4d423fc
| * Window modalitycurtain will now respect $v-animations-enabled (#15135)Fabian Lange2014-11-281-0/+34
| | | | | | | | Change-Id: I80beea694c2a103aaf1fb479e1de48c515428fbb
| * One pixel discrepancy in headers and rows border with minimal width (#15118)Sergey Budkin2014-11-272-0/+75
| | | | | | | | | | | | Disabled old patch for VTreeTable, which caused the problem. Change-Id: I3fdf6b0890307b27e32ceff4492cb7d0bfc6b680
| * Converted SetCurrentPageFirstItemIndex to TB4. (#15286)Sauli Tähkäpää2014-11-272-43/+63
| | | | | | | | Change-Id: Iea990c243e083b3302fd1e448402ac3aa3db08ac
| * Position tooltips in the visible area (#15129).Anna Miroshnik2014-11-263-0/+244
| | | | | | | | | | | | | | | | Based on Mika's reverted patch, with additional fix and test for regression "an empty tooltip appears while the application is initializing". Change-Id: I8237fc9340265708a05a7576a5d9e8e374dc1fea
* | Improved potus demo (#7749)Matti Hosio2014-12-166-32/+320
| | | | | | | | Change-Id: I330d669238b2c79ca2afda396a5e07833f0af90a
* | Tests for declarative support (#7749)Artur Signell2014-12-154-0/+211
| | | | | | | | Change-Id: I4dee7d3583a80f2f6a7334792ca064c725320bf0
* | Declarative: remove unnecessary files.Mika Murtojarvi2014-12-031-51/+0
| | | | | | | | | | | | | | The files were used for manual testing. Automatic tests with new test files will be created soon. Change-Id: I14b823dbd3c446a0288129a511ba8f8ec920f13b
* | Vaadin declarative: parser and html generator.Mika Murtojarvi2014-12-021-0/+51
|/ | | | | | | | | | | | The parser creates a Component hierarchy from a given html file. The html generator does the converse, outputs html given a component hierarchy with a single root. Current TODOs: 1) add automatic tests - some of the functionality may not have been tested in any way. 2) Remove files that are not relevant for this change set but were accidentally included in a commit. Change-Id: I222e01291aab75c2249d4aa4904f16fb153d4397
* Fix duplicate detection in test locator.Sauli Tähkäpää2014-11-203-16/+12
| | | | Change-Id: I9a6ebfda4e8b09927eb22bec6ddf2989b8104070
* Remove IE8 from TextFieldBevelTest. (#14634)Sauli Tähkäpää2014-11-201-27/+37
| | | | Change-Id: Ie37377b0da800cbe2acbd3e14b972e482c188579
* Don't iterate all connectors for unregistering (#14714)Leif Åstrand2014-11-191-1/+24
| | | | | | | | | | This reduces the time spent in unregisterRemovedConnectors when updating the text of one Label with about 380 connectors registered from 20 to 2 ms as reported by the Vaadin profiler. Performance when removing lots of connectors remains at about 10 ms for removing 360 connectors. Profiled in Firefox 32 on OS X. Change-Id: I203fd8790f8ccc7c098ee91c44831a5ac6c4a82b
* Also disable annotation scanning after redeployLeif Åstrand2014-11-191-9/+15
| | | | Change-Id: I67d3374a69416363004e3fad75313296ca636ef8
* Set v-bevel to 'false' should unset 'v-textfield-bevel' value (#14634).Denis Anisimov2014-11-152-0/+111
| | | | Change-Id: Ia3598b9bcef280bef38daa189ab3c7885e5d535a
* Make junit.test.suite a property.Sauli Tähkäpää2014-11-152-9/+25
| | | | Change-Id: I3dd66e5f11a99efc3777513dc0e2989e8007c9c1
* Revert "DateField popup doesn't close when click on popup button (#14857)"Sauli Tähkäpää2014-11-142-85/+0
| | | | | | | | This reverts commit 457e802e2fe59ec35089a55acdc7b0321a2d4a5a. Patch does not fix the issue with "slow" clicks when closing the calendar. Change-Id: I48384e081cf66dd4fc6cded8ecbd94cef5db57bb
* Drop indicators in Valo are now working as in Reindeer theme (#14836)Jouni Koivuviita2014-11-142-0/+134
| | | | Change-Id: I12014c4329ca629dbfc9226b3b70538d33442690
* Revert "Table column width can be changed from defined to expandratio (#15101)"Sauli Tähkäpää2014-11-132-198/+0
| | | | | | This reverts commit 7237b88645a27b157bc85d62292dc93faddd19f9. Change-Id: Ifbe26c90a91a21a1ac416bda8e59acbbd80cf5f0
* Revert "Position tooltips in the visible area (#15129)."Sauli Tähkäpää2014-11-133-228/+0
| | | | | | | | | This reverts commit aacb2f8289bc2faaab1225bd8b0dacd873d7839a. Changed causes a regression where an empty tooltip appears while the application is initialising. Change-Id: I0e0c8ae38975a2ba3835172652e4737f4bc67e6b
* Add test suites for running changed and affected tests.Sauli Tähkäpää2014-11-136-199/+549
| | | | Change-Id: I388e592d4e98d9417fe5273f8e7f7d3e1f7b63e9