aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/grid/basicfeatures/GridColumnHidingTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Build uitest war with mavenTeemu Suo-Anttila2016-04-151-1094/+0
| | | | Change-Id: I32625901ca27a282253df44c6e776cf9632bacda
* Changed grid sidebar to overlay (#18698)mtzukanov2015-11-031-23/+10
| | | | | | | | | 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
* Do not open detail row if generator is the NULL one (#18663)Teppo Kurki2015-09-021-0/+1
| | | | Change-Id: Ib853205dae7745ca4af11fb558899e6648e25da8
* Stabilize Grid tests on IE11Teemu Suo-Anttila2015-07-171-1/+4
| | | | Change-Id: I1e16dfe54a369c5ed18dedd8755ff479bc1617a1
* Rename grid sidebar 'opened' style to 'open' (#18120)Teppo Kurki2015-06-091-2/+2
| | | | Change-Id: Ifbd791c45bf0a4b62e6e73195c73c4f0f3bddad0
* Hide sidebar when clicking outside it (#18111)Artur Signell2015-06-071-2/+12
| | | | Change-Id: I0dc8d218f8b9584874e34bf7c38eeae4b89f5df9
* Insert columns using correct logical row index (#18103)Artur Signell2015-06-051-0/+46
| | | | Change-Id: I7010f4ca938e29c0b348aac15581c0aeb48d2dc0
* Only set height when at least one header cell is shown (#18000)Artur Signell2015-06-051-0/+24
| | | | Change-Id: I252a8223804b5ba45abb20061c3d65d0b80603dc
* Hiding/Unhiding Grid column when details row is open (#17691)Pekka Hyvönen2015-05-061-3/+32
| | | | | | | Fixes paintRemoveColumns and paintInsertColumns in Escalator.AbstractStaticRowContainer to not include spacers in row count. Fixes couple ColumnHidingTests for IE8. Change-Id: I283ee9fcdf0f3a7d0019948a700225c27a25d701
* Calculate Grid sidebar button height when closed #17412Pekka Hyvönen2015-04-161-3/+6
| | | | | | | + contains Valo theming fixes for all browsers. + includes screenshot test for sidebar in Valo Change-Id: Ic6401057efff7e4d4ab65c46885dda2d995bce5d
* Take hidden columns into account with spanned cells #17287Pekka Hyvönen2015-03-311-0/+274
| | | | Change-Id: I595c6b7da061ebfa495c7f9f649c935a48190b66
* Refactored fragile column reorder tests for GridPekka Hyvönen2015-03-311-10/+10
| | | | Change-Id: I72fd2b09269d5dfc689d8b1f213f46989adf8bfe
* Fix Grid's frozen column count with hidden columns #17273Pekka Hyvönen2015-03-251-0/+75
| | | | Change-Id: I4f8a893eec3cf7c32da34cb364a4d56589cbf3e2
* Fixes several issues with hidden columns in Grid (#17023)Pekka Hyvönen2015-03-201-3/+146
| | | | | | | | Makes sure that hidden columns are taken into account when calculating indices. This is because escalator doesn't know about hidden columns, thus need to convert cell indices to actual column indices in quite many places. Change-Id: I4c0f3097938ee9340a1922464e12ad7261084ecb
* Grid's columns hidable with toggles in the sidebar (#17023)Pekka Hyvönen2015-03-181-28/+309
| | | | | | There is know issue with hidden columns and reordering columns. Change-Id: If308c84aed5dd23c2c00cb38ed6bba41c6f1a28e
* Display button for opening sidebar in Grid when hidable columns #17023Pekka Hyvönen2015-03-171-0/+84
| | | | Change-Id: I9dc1d5d8ede4984c2dd6f5fcc932bb987ce95dcb
* Client side event for grid's columns visibility change (#17023)Pekka Hyvönen2015-03-131-0/+46
| | | | Change-Id: I1965ca6c298366d89b1940a992788d042cf7a4aa
* Hide columns with client side API in Grid (#17023)Pekka Hyvönen2015-03-131-0/+88
For now, the width for spanned header/footer cells is broken after hiding their columns. Change-Id: I0833fb570fcad731776a88a183b3df45cbc19557