summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/table
Commit message (Expand)AuthorAgeFilesLines
* Made user-initiated column resizing take precedence over other updates (#13432)Juho Nurminen2014-05-162-0/+125
* Make Vaadin TB3/4 tests work and run on PhantomJS (#13291)Teemu Suo-Anttila2014-05-153-8/+7
* Fix Push inserts producing duplicate rows in Table (#13562)Juuso Valli2014-05-152-0/+172
* Fix table scrolling up on select (#10106)Juuso Valli2014-05-142-0/+148
* Fix table focusing when scrolled from the server (#10522)Juuso Valli2014-05-092-0/+150
* Merge changes from origin/7.2 into masterJonatan Kronqvist2014-05-0542-94/+120
|\
| * Update remaining copyright years to 2014Artur Signell2014-04-233-3/+3
| * Merge changes from origin/7.1Artur Signell2014-04-232-52/+78
| |\
| | * Replace SelectionRangeDragging TB2 test with TB3 testTeemu Suo-Anttila2014-04-162-52/+78
| * | Merge changes from origin/7.1Artur Signell2014-04-2338-40/+40
| |\|
| | * Update copyright year to 2014Artur Signell2014-04-1638-40/+40
| | * Make test work with IEArtur Signell2014-03-291-0/+8
* | | Set explicit left alignment instead of removing text-align style (#13399).Denis Anisimov2014-04-302-0/+148
* | | Avoid client side exception on DnD for empty table (#13655).Denis Anisimov2014-04-282-0/+120
* | | Fix Table width calculation when adding the first item (#13592)Juuso Valli2014-04-282-0/+138
* | | Fix Table.sort(...) to update the sort indicator (#8978)Juuso Valli2014-04-252-0/+194
|/ /
* | Merge commit 'c9eb856'Sauli Tähkäpää2014-03-281-2/+0
|\|
| * Removed firefox from SelectAllRowsTest.Sauli Tähkäpää2014-03-281-3/+5
| * Remove accidental RunLocally annotationTeemu Suo-Anttila2014-03-281-2/+0
* | Merge changes from origin/7.1Build Agent2014-03-282-0/+167
|\|
| * Fix VScrollTable to clear reported ranges (#13353)Teemu Suo-Anttila2014-03-272-0/+167
* | Fix SelectAllRowsTest to not alter existing DesiredCapabilitiesTeemu Suo-Anttila2014-03-221-1/+2
* | Remove all unnecessary semicolons reported by EclipseLeif Åstrand2014-03-212-2/+2
* | Make test work in IE. Disable Firefox which doesn't workArtur Signell2014-03-191-10/+17
* | Merge changes from origin/7.1Build Agent2014-02-272-0/+134
|\|
| * Fix broken TableScrollingWithSQLContainer test UITeemu Suo-Anttila2014-02-251-7/+32
| * Fix SQLContainer paging and caching issue (#11199)Teemu Suo-Anttila2014-02-252-0/+109
* | Adds tests to changeset 53282726 (#12337)Henrik Paul2014-02-122-26/+255
* | Merge changes from origin/7.1Jonatan Kronqvist2014-02-075-0/+774
|\|
| * Ignores scroll events while update from server is in progress (#11454)Jarno Rantala2014-01-093-0/+586
| * Moved selection of selected rows in TableConnector to occur after the new row...Jarno Rantala2014-01-072-0/+188
* | Merge changes from origin/7.1Johannes Dahlström2013-11-292-211/+0
|\|
| * Revert "Fixed lost scrollLeft when row count changed in Table (#12652)."Leif Åstrand2013-11-152-211/+0
* | Merge changes from origin/7.1Artur Signell2013-11-114-0/+330
|\|
| * Fixed lost scrollLeft when row count changed in Table (#12652).Tapio Aali2013-11-062-0/+211
| * Forces redraw in IE 8 when table does post layout. (#12687)Jarno Rantala2013-11-062-0/+119
* | Merge changes from origin/7.1Leif Åstrand2013-10-221-8/+14
|\|
| * Fixed focus issue in TableMoveFocusWithSelectionTest (#12540)John Ahlroos2013-10-211-8/+14
* | Merge changes from origin/7.1Henrik Paul2013-10-184-0/+302
|\|
| * Only fetch rows if there are some (#11189)Matti Tahvonen2013-10-092-0/+102
| * Focus selected row in Table #12540John Ahlroos2013-10-092-0/+200
* | Converted test to use screenshots due to IE8 issues with TB dnd commandsPekka Hyvönen2013-10-151-48/+36
* | Table column header dnd ghost element location and styles (#12714)Pekka Hyvönen2013-10-091-0/+136
* | Moved test class to appropriate source folder (#12337)Henrik Paul2013-10-011-0/+107
* | Merge changes from origin/7.1Artur Signell2013-09-262-0/+102
|\|
| * Fixes issue with Table not scrolling completely to the end #12651John Ahlroos2013-09-262-0/+102
* | Keep the Tooltip in the DOM (#12458)michaelvogt2013-09-031-27/+87
* | Merge changes from origin/7.1Leif Åstrand2013-09-032-0/+210
|\|
| * Table ignores Container updates while painting (#12258)Henrik Paul2013-09-022-0/+210
* | Merge changes from origin/7.1Artur Signell2013-08-192-0/+155
|\|