aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/grid/basicfeatures
Commit message (Collapse)AuthorAgeFilesLines
* Build uitest war with mavenTeemu Suo-Anttila2016-04-1576-13332/+0
| | | | Change-Id: I32625901ca27a282253df44c6e776cf9632bacda
* Fix Escalator BodyContainer logical top row tracking (#17262)Markus Koivisto2016-04-052-0/+22
| | | | Change-Id: I43041999cba9429e3a08b09f14ac2e8f58774285
* Fix GridClientKeyEventsTest on IE8Teemu Suo-Anttila2016-03-051-0/+3
| | | | Change-Id: I08b41559a0cb5bd27727d6be533149916a41b61c
* Always stick Grid column resize handle to the right edge (#19409)Johannes Dahlström2016-01-071-0/+15
| | | | Change-Id: I329bc5ae8138be731770211e995225cb3ca4fc76
* Add keyboard shortcut to save grid editor in buffered mode (#16842)Teemu Suo-Anttila2015-12-281-21/+63
| | | | Change-Id: I4f542d166e15a63f12f8033aec4ef7b95578df71
* Fix Grid sorting tests (#16838)Henri Sara2015-12-212-3/+3
| | | | | | Increase click X offset to account for wider resize handle. Change-Id: Id638214f4a98d2476f298014c1bae0bbca6dea16
* Fix GridColumnReorderTest for IE8 (#16838)Henri Sara2015-12-211-2/+2
| | | | | | Use a different X offset not to hit a resize handle. Change-Id: I6e7d4cb0ae0e9c941cb3dd2ba3e29256d6643fde
* Fix GridEditorBufferedTest for (#16838)Henri Sara2015-12-211-0/+6
| | | | | | | Changed cell padding affected the location of the cursor after a click. Change-Id: I950496eb43b8c9be1fc37f558ddd80511eb1c0c3
* Fix IE8 focus handling in Grid editor in unbuffered state (#19389)Teemu Suo-Anttila2015-12-181-7/+19
| | | | Change-Id: Ia77c246239cae7b0add3c4975dfa5ffaa42d08b6
* Fix Grid column resize to take account min width for cells (#16597)Johannes Dahlström2015-12-161-0/+10
| | | | | | | | Use Escalator cell size calculation without content to determine the absolute minimum size for cells. This is used in Grid when drag resizing or sorting columns to prevent cells from overflowing to the next row. Change-Id: I2d598232d7d2b8729b11fe190b68ca3e42ee3652
* Fix GridMultiSortingTest click coordinates to avoid column resize Teemu Suo-Anttila2015-11-261-2/+2
| | | | Change-Id: I79da24a71576fb91db5366afe1dfc17edc7c86f9
* Changed grid sidebar to overlay (#18698)mtzukanov2015-11-033-40/+33
| | | | | | | | | Previously grid sidebar could be partially hidden by "overflow: hidden" of an ancestor component. Now it's in an overlay and the hierarchy doesn't affect it. Grid tests were also updated for new DOM structure. Change-Id: Ic5fb125d9c097be0f0141c121dfe74d30e650dd0
* Let column resize handle overflow its parent (#16838)Johannes Dahlström2015-10-283-9/+16
| | | | Change-Id: I795956a4512f1e6e688e1e3c0522cc952117d78f
* Fix Grid NPE when deselecting already removed row (#19152)Teemu Suo-Anttila2015-10-262-0/+27
| | | | Change-Id: I1361c8099e9f4a95e991f4937a406c5e4db67027
* Set pixel sizes to Grid columns when user starts drag resize (#16838)Johannes Dahlström2015-10-212-17/+31
| | | | | | This makes column resizes smoother and more intuitive. Change-Id: I6e4e92e0391d8f95f74ec89cfc3ffbbb133c7ecc
* Refactor DetailComponentManager to be a static nested class of GridTeemu Suo-Anttila2015-10-122-10/+3
| | | | | | | | | | While refactoring any special cases are removed. This needs Grid extensions to have a way for adding and removing components from Grid. Removing any and all parts of RpcDataProvider work towards having it separate from Grid and maybe usable for other components as well. Change-Id: Ia4e25d5f0acaf2085478346b0ff6e23c8334e1b9
* Add Grid column resize event API (#16838)Johannes Dahlström2015-10-093-2/+26
| | | | Change-Id: I1cdecb54b3df45b16ddf2c7b06261198be086274
* Report user-resized column widths to server (#16838)Johannes Dahlström2015-10-081-0/+11
| | | | Change-Id: Id53bab75688ab7f01d6b64f679d2a40e03714c97
* Add API for setting Grid columns resizable (#16838)Johannes Dahlström2015-10-083-11/+112
| | | | | | | By default columns can be drag-resized by the user. This can be changed on a column-by-column basis. Change-Id: I8354e270db9affe865d1444d6cccbe8c839a3b5b
* Add handles to Grid default header for column drag resize (#16838)Patrik Lindström2015-10-072-10/+30
| | | | Change-Id: If8399a13585ae691ea3b3ee4a41a1a38b342adb9
* Remove Grid EditorEvents and ListenersTeemu Suo-Anttila2015-10-071-27/+0
| | | | | | | The EditorEvent API is not mature and useful enough to be present in a stable release. Change-Id: Ia982cb1a6e7b6a3518ea0f187993a964aafa1d53
* Change ValoIcons to ThemeIcons and moved to base (#18472)Artur Signell2015-10-071-0/+9
| | | | Change-Id: I7122252e9b238fdca0383d0698623fe5a9e3f262
* Add API for data destruction to DataGenerator interface (#19038)Teemu Suo-Anttila2015-10-062-24/+50
| | | | | | | This patch provides destroyData implementation for all default data generators. Change-Id: I1458080ee0203a27b52e604d3a30c9e5240c0383
* Make a Grid editor test work on IE8-9.Mika Murtojarvi2015-09-211-4/+6
| | | | Change-Id: If2b6cec71504b7a9e966f49752cbb230ab322ab1
* Fix Grid validation with row change race condition (#18908)Teemu Suo-Anttila2015-09-161-1/+15
| | | | Change-Id: I628f6b2921f800218a2e65d866b2332a9c574bda
* Fix scrolling bug when moving Grid editor upsnapshot/7.6Johannes Dahlström2015-09-151-1/+22
| | | | Change-Id: I005e17ec8ce7927e5fc36975b1e784444d5904b7
* Save editor content on keyboard editor move (#18809)Teemu Suo-Anttila2015-09-071-0/+22
| | | | Change-Id: I1bb3e352c87fac491269c1ca93f6acdff8bb97eb
* Merge remote-tracking branch 'origin/master' into reconnect-dialogArtur Signell2015-09-0414-285/+1127
|\ | | | | | | Change-Id: Ie622160a83116c83b255a26bec297f73f3223ac7
| * Do not open detail row if generator is the NULL one (#18663)Teppo Kurki2015-09-023-36/+48
| | | | | | | | Change-Id: Ib853205dae7745ca4af11fb558899e6648e25da8
| * Close existing details when the generator is changed (#18664)Teppo Kurki2015-09-011-19/+6
| | | | | | | | Change-Id: Iae5e70f42c27731ce40c00604ccc6097323faa79
| * Fix Grid column width calculation regression (#18617)Teemu Suo-Anttila2015-08-241-3/+3
| | | | | | | | Change-Id: I359240ff393428dd5d6764d5e01a40022ab94fc6
| * Cut off Grid cell content when max column width is set (#18617)Teppo Kurki2015-08-212-0/+49
| | | | | | Change-Id: I912377ffe366e6ac46280b374fa04caa59c3bcf2
| * Make Grid Editor return focus to last focused cell (#16834)patrik2015-08-201-1/+11
| | | | | | | | Change-Id: Ifbea95c2b5b39ca3c4532baa7e3f9298423bc030
| * Merge branch 'master-before-18503' into grid-unbuffered-editorHenri Sara2015-08-193-0/+80
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: server/src/com/vaadin/data/RpcDataProviderExtension.java uitest/src/com/vaadin/tests/components/grid/basicfeatures/server/GridEditorTest.java Change-Id: I9e7907c9caf839fd043444db0505f9853f020a6a
| | * Add style names to selection checkboxes (#17755)Teppo Kurki2015-08-111-0/+18
| | | | | | | | | | | | Change-Id: I982433f643962ed68b0856b520d331038c7fe838
| | * Fix Grid client-side NPE finding uneditable column editor (#18589)Teemu Suo-Anttila2015-08-111-0/+1
| | | | | | | | | | | | Change-Id: I6f3fc25785bc6036795a791d6582c3d9194b505c
| | * Update Select all -CheckBox from server and partial selections (#17590)Teppo Kurki2015-08-052-0/+60
| | | | | | | | | | | | Change-Id: I8f4986455029fc3b997ec5fee8916fa118a487ca
| * | Merge branch 'master-18493' into grid-unbuffered-editorHenri Sara2015-08-193-10/+9
| |\| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/connectors/GridConnector.java server/src/com/vaadin/data/RpcDataProviderExtension.java server/src/com/vaadin/ui/Grid.java Change-Id: Ie8931fbae322c93aeb409e8a6d393623ba9d9dc6
| | * Fix DetailsRow communication use connector IDs (#18493)Teemu Suo-Anttila2015-07-211-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Details are now initialized when they are made visible. The old way of requesting when seen caused a lot of problems when moving stuff around. Now uses less communication, but reserves a bit extra resources due to all details components being in the hierarchy. Change-Id: I1c1163bdc306f5b86e5e0f6e2bbf2801e65c2243
| | * Stabilize Grid tests on IE11Teemu Suo-Anttila2015-07-172-5/+8
| | | | | | | | | | | | Change-Id: I1e16dfe54a369c5ed18dedd8755ff479bc1617a1
| * | Keep non-editable & selection columns visible in editorTeppo Kurki2015-08-112-7/+10
| | | | | | | | | | | | Change-Id: Ib3090d43e97667707590a2bca5f4641b72d7cd7f
| * | Merge branch 'master' into grid-unbuffered-editor7.6.0.alpha3Johannes Dahlström2015-07-153-9/+11
| |\| | | | | | | | | | | | | | | | | | | Conflicts: uitest/src/com/vaadin/tests/components/grid/basicfeatures/server/GridEditorTest.java Change-Id: I5ed68bc73d38be4e1f6816108a5246d0c98a258f
| | * Grid sidebar menu design changed. See design document and comments at trac ↵elmot2015-07-151-6/+6
| | | | | | | | | | | | | | | | | | ticket. (#18325) Change-Id: I6686d131f015cf0b7b9a6b43ce43284218d5dd63
| | * Support frozen columns in Grid editor (#16727)Johannes Dahlström2015-07-152-3/+5
| | | | | | | | | | | | Change-Id: Iff797c3bf90a6021099a3ed4082cfca3a6fb3540
| * | Add row and cell description generators to Grid (#18481)Teppo Kurki2015-07-152-0/+117
| | | | | | | | | Change-Id: I940399d986eb6970df687880645fafc157dab432
| * | Prevent Grid editor move in unbuffered mode if validation errors inJohannes Dahlström2015-07-154-14/+53
| | | | | | | | | | | | | | | | | | fields Change-Id: I37f3c21f4464c8f83308a741ed51485f7bd0375a
| * | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-07-132-0/+43
| |\| | | | | | | | | | Change-Id: Id630861d5089b0deabbccffe66d971252c44f46b
| * | Close Grid editor on container item set changeJohannes Dahlström2015-07-095-35/+79
| | | | | | | | | | | | | | | | | | Also allow user sorting when in unbuffered mode. Change-Id: Ibe1c1770647529b63c6e3c7fc9509562449b54a4
| * | Added missing "grid" TestCategory for grid testsTeppo Kurki2015-07-061-0/+2
| | | | | | | | | | | | Change-Id: I9d78fba84fca2eef72c751b76d7748cbd40210b3
| * | Revert "Fixes non-editable column and selection visibility in editor"Teppo Kurki2015-07-031-14/+0
| | | | | | | | | | | | | | | | | | This reverts commit 5460f5ec736f479795d3301acb73d62040c99311. Change-Id: I043e3db57b55694c6ef87751e487472a778c1b8a