aboutsummaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix the initial location of a Window (#16486).Mika Murtojarvi2015-03-021-0/+79
| | | | Change-Id: Ie34384a9683376dda8b78434e0db885591964aba
* Table should load widgets after container content refresh (#16611)Mikael Grankvist2015-03-022-0/+198
| | | | Change-Id: I887830f31f886743d1bd7167236e2f7b61349dd7
* Method for requesting column width recalculation (#16748)Artur Signell2015-03-022-0/+177
| | | | Change-Id: I089f08a056a358d9857ce6608293878e2b8bbd9e
* Maintain Grid scroll position on detach and reattach (#16220)Johannes Dahlström2015-03-022-11/+30
| | | | Change-Id: I6ac5c3304bcd22e23f298c4dbdd65358aa1c64f7
* Fix Escalator size changes when scrolled to bottom (#16382)Teemu Suo-Anttila2015-02-251-0/+49
| | | | Change-Id: Iaf8b21e9c6a09e51667eebae1fdd4b1f5ebabedd
* Add overload to openTestURL for giving UI class as a parameter.Sauli Tähkäpää2015-02-234-22/+42
| | | | Change-Id: Ia964bb1bd185f5b78af1581c58f3f9247fad281c
* Cleanup UI even if detach fails (#16651)Artur Signell2015-02-232-0/+109
| | | | Change-Id: Iefc27b7047836243268970605ba2e946fac55e95
* Fix RpcDataProviderExtension value change listener setup (#16550)Teemu Suo-Anttila2015-02-201-0/+12
| | | | | | | This patch changes value change listener mapping from itemid based to index based mapping. This makes removing rows much less error prone Change-Id: I77e9078de4ae61ce5d752cc394aa47bccd505e70
* Enable navigation on a readonly Calendar. (#16523)Sauli Tähkäpää2015-02-194-0/+320
| | | | | | | | | - Month view: navigate to week and day views - Week view: navigate to day view and to next and prev weeks - Day view: navigate to next and prev days - Month view: hidden events can be expanded to view. Change-Id: I19c64ae64c55b8e07be7f73be64e18e700f849b5
* Resolve infinite loop when clearing and adding rows (#16747)Teemu Suo-Anttila2015-02-192-0/+121
| | | | Change-Id: Ibc364502cb756c499eb170a6a0c509f31d7fccb9
* Don't click widget headers to set selection in test (#16567)Leif Åstrand2015-02-101-2/+2
| | | | Change-Id: I627cb68e54204a7af9c2ad53b131c4928a19e9b0
* Remove grid.[set|get]EditorField(Object, Field) (#16538)Leif Åstrand2015-02-103-7/+10
| | | | Change-Id: Ia5c09b80e32f9842fb4680f035b53cea755cb451
* Make TableNavigationPageDownTest not rely on page down/up scrolling amounts.Sauli Tähkäpää2015-02-101-58/+60
| | | | Change-Id: I31f4eafcc78b8734c9a0651526790f5e1623ec93
* Adjust ContextMenuSizeTest to work with Chrome 40.Sauli Tähkäpää2015-02-101-1/+1
| | | | Change-Id: I8e2562e5833684e07dfc3ceb754fa043af69f5f1
* Update Chrome to 40.Sauli Tähkäpää2015-02-103-31/+22
| | | | Change-Id: I6f970babd7cf6d32d4cf816727d44e140a1018c0
* Rename com.vaadin.ui.renderer to com.vaadin.ui.renderers (#16521)Leif Åstrand2015-02-065-11/+11
| | | | Change-Id: I6fd0313aaba5619a55f03fb52d72c032ea18f409
* Add API for controlling deselection for single select model (#16567)Leif Åstrand2015-02-064-5/+190
| | | | Change-Id: Ieb245205b3a311a4563f39bc48baadc44e218b61
* Show editor save error (#16602)Leif Åstrand2015-02-064-10/+39
| | | | Change-Id: I2727a9fabef4291798e97495c2df86b077387cbb
* Highlights erroneous cells in Grid editor (#16575)Henrik Paul2015-02-064-1/+48
| | | | Change-Id: Ie1f9d738db7a03ddb01b968782ad5e4877af1d7e
* Grid editor theme redesign (#16593)Jouni Koivuviita2015-02-062-6/+5
| | | | | | | | Editor theme is now more flexible with regards to CSS. There are now separate elements for containing the edited cells and the “footer” which contains an optional message area and the save and cancel buttons. Change-Id: I9addcb6adca792a9251ffada99fbe9b77502c77a
* Grid columns can now be marked as non-editable (#16538)Johannes Dahlström2015-02-065-10/+46
| | | | | | | | | | | | Non-editable columns are not assigned editor fields. When the editor is active, any non-editable content is not displayed (this should changein the future). This is separate from setting the property or editor field read-only - in those cases the field is still used to display the data which may not be desired and will fail if there is no converter. Also add Column.setEditorField(Field<?>) and the corresponding getter. Change-Id: Ice17c357895cb63a8e1bfd6abaffc1d803399e98
* Close notification correctly in GridEditorTestTeemu Suo-Anttila2015-02-052-1/+10
| | | | Change-Id: Ibe5f1cab99025fa4760ebd1e6b9d11d739e1a435
* Report ip of test machine containing wrong browser versionArtur Signell2015-02-051-2/+5
| | | | Change-Id: Ib94fbf8a092e321612081672ae54b1170a05b358
* Make test work on all browsers (#13775)Artur Signell2015-02-052-2/+19
| | | | Change-Id: I282b3d5b14a5ec09060491bd9833c76f061bbf56
* Makes it possible to change save/cancel captions in Grid editor (#16551)Henrik Paul2015-02-054-7/+115
| | | | Change-Id: I4e303613f66a13b3ad6a9b2284537e5548391a4a
* Speeds up column adding in Grid (#16474)Henrik Paul2015-02-051-0/+8
| | | | | | | Grid.onStateChange is now about 40% faster when adding columns, and setting several column widths has now way less overhead. Change-Id: I7bd900324207bfb2543a1a90390665b90206aefd
* Editor save/cancel buttons stay visually in place (#16562)Henrik Paul2015-02-051-2/+0
| | | | Change-Id: Ia63ffc36bee83e1bd20dc6e1a83616f94574a89b
* Defer RPC calls in RpcDataProvider to avoid cache issues (#16505)Teemu Suo-Anttila2015-02-052-3/+68
| | | | | | | | This patch defers cache refresh and row adding/removing. These calls are omitted completely when making initial response to the client or updating the size with bare ItemSetChangeEvents. Change-Id: I6b350680b3e2381caf6a66c9a4ad283207d024dc
* Check if event move is allowed also in month view. (#15174)Sauli Tähkäpää2015-02-052-0/+108
| | | | Change-Id: Ie4f01a74d3f2a8e388aed0c2d8b1a99384cb042f
* Add methods for getting invalid fields from a FieldGroup (#13775)Artur Signell2015-02-043-6/+105
| | | | | | | | | | | | * Method for retrieving all failing fields exceptions from a CommitException * Methods for handling commit errors in Grid (#16515) * Show editor row validation errors only on the fields (#16509) Change-Id: Iabef662579e4ccae3803a513205e46542c41cce2 Conflicts: server/src/com/vaadin/ui/Grid.java
* Use a custom field factory for editor row (#16513)Artur Signell2015-02-041-0/+39
| | | | Change-Id: I0102d93c7f661993a5a07d2bcdf511f433419300
* Make test reliableArtur Signell2015-02-031-29/+61
| | | | Change-Id: I10ebe9131d059277f4e02dd3b4db9ea3cd58faac
* Reduce stability issues with LoadingIndicatorTest.Sauli Tähkäpää2015-02-021-15/+21
| | | | Change-Id: Ia8a9c7cef41a1f7bbd4468d6a2c1cb8eb973ee7a
* Mitigate issues with AccordionClipsContentTest on IE8.Sauli Tähkäpää2015-02-021-2/+6
| | | | Change-Id: I7a617f2d1e9d9b24390ea3dded5b68d5f29eb9cb
* Remove DataSource.indexOf (#16542)Leif Åstrand2015-02-021-5/+0
| | | | | | | | This change makes it easier to create custom data sources. The implementations in provided implementations are retained as a convenience. Change-Id: If34bfb378eec75a37f28af78e512210ed9d7c304
* Avoid client side exception using keyboard navigation (#15343).Denis Anisimov2015-02-022-0/+130
| | | | Change-Id: Ibed97b23de72007a6ffe5450bd8c3f271447f8d1
* Fix for TextField focus problem with Valo in IE (#16491)Matti Hosio2015-02-022-0/+110
| | | | | | When clicking the text field with text, the caret was always moved to the beginning. Related also to ticket #11152. Change-Id: I6dd8dcdc51892c2a4f51a9590d4ad435a8dbaba9
* Grid editor save/cancel buttons can now be rendered on top (#16534)Henrik Paul2015-02-021-2/+4
| | | | Change-Id: Ie70588885f0c876757df96c0deffe7e020cc29e5
* Make tests more reliableArtur Signell2015-02-021-0/+13
| | | | | | Especially fixes problems with GridStructureTest Change-Id: Iad0b25fc9cb182940db45af76d47292fd6d1b0bf
* Basic CRUD testArtur Signell2015-02-0212-175/+727
| | | | Change-Id: I4aa0c6e0051731849cd960fb7376b3e01d0005b5
* Revert "Grid now uses ObjectRenderer by default (#15417)"Artur Signell2015-01-292-62/+0
| | | | This reverts commit abaec0217b3351d6f1835d7095ed2a3958fbfcdb.
* Merge "Merge branch 'origin/grid'"Artur Signell2015-01-29137-58/+14728
|\
| * Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-287-9/+558
| |\ | | | | | | | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/ui/VWindow.java Change-Id: I1a35db88a2b11acf76b58c417575451edfdb275d
| * | Make Grid and renderer buttons look like Vaadin NativeButton (#16260)Teemu Suo-Anttila2015-01-272-5/+7
| | | | | | | | | | | | Change-Id: I23a2ee3986360746f0978fa93c96d64fc4f7f442
| * | Better human readable captions for nested properties (#16433)Artur Signell2015-01-271-1/+1
| | | | | | | | | | | | Change-Id: I680ab6b2b4ac2c6101b97581feb52cf68adcead1
| * | Disable and restore editor and scroll locking on setEnabled (#16502)Teemu Suo-Anttila2015-01-271-0/+24
| | | | | | | | | | | | Change-Id: I26b612f5a412c4e056d02799ab8f83429ab46cac
| * | Grid now uses ObjectRenderer by default (#15417)Henrik Paul2015-01-272-0/+62
| | | | | | | | | | | | Change-Id: I2aa8105c0eadbadb29f9aab9e3e3aeb21629f6f3
| * | Fix RpcDataProvider cache clearing on bare ItemSetChange (#16481)Teemu Suo-Anttila2015-01-271-0/+22
| | | | | | | | | | | | | | | | | | | | | This patch optimizes value change listeners and updates a bit in order to make clean up on cache invalidation easier to perform. Change-Id: I6ae3e0ef5046bd5f404f5e0a440607cabd48c6a4
| * | Merge remote-tracking branch 'origin/master' into HEADArtur Signell2015-01-264-9/+31
| |\ \ | | | | | | | | | | | | Change-Id: I42718fcc8a07ca46f7e58016d3caf287ce88e3ed
| * | | Fix Grid not always showing select all checkbox (#16397)Teemu Suo-Anttila2015-01-262-0/+69
| | | | | | | | | | | | | | | | Change-Id: I35f0e9fa615ab23153b638b80f12cd539bd2c52e