summaryrefslogtreecommitdiffstats
path: root/client/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Prevent Escalator scrollbars oscillation in HeightByRows mode (#18596)Teemu Suo-Anttila2015-08-141-1/+16
| | | | Change-Id: Ie44ee231d83491af8704f989300a0b8cd9888374
* Add class for last frozen column requested by designers (#18590)Taras Hupalo2015-08-121-5/+27
| | | | | | | See https://github.com/vaadin/components/pull/57#issuecomment-127622121 for details Change-Id: I71e64a420d9fc1ae0d970bdc7eb71fdfb34553c3
* Do not force zero height for empty caption height in FormLayout (#15409)Artur Signell2015-08-121-17/+0
| | | | Change-Id: I6dc347f44f3eda51d1d5497af1376355f5665cee
* Add style names to selection checkboxes (#17755)Teppo Kurki2015-08-122-0/+8
| | | | Change-Id: Ic7169c6a93dc497ca247db8740bbe9c8e4ac6809
* Fix Grid client-side NPE finding uneditable column editor (#18589)Teemu Suo-Anttila2015-08-121-5/+15
| | | | Change-Id: I53e7cb95cf2828f966db5b41c07c38fb756372f3
* Prevent scrolling when expanding a TreeTable item (#18247)Mika Murtojarvi2015-08-121-5/+9
| | | | Change-Id: I0877b848b051413e1c2a8af29f066003bdc744ab
* Add @since for change 11526 ticket #175907.5.3patrik2015-08-051-4/+4
| | | | Change-Id: I3e4540a5a1fe87c82c8ce2c4d92b21c8f94a4d4f
* Update Select all -CheckBox from server and partial selections (#17590)Teppo Kurki2015-08-052-32/+67
| | | | Change-Id: Iab111504502dc104cb9ce8777dbaf87bba1e31a0
* Take margin/border/padding into account when measuring TabSheet (#18471)Artur Signell2015-08-052-2/+59
| | | | Change-Id: Id9aba32d5f2564961f167261a4fac2a3621e3583
* Attach Window in hierarchy change as required (#18502)Artur Signell2015-08-052-4/+14
| | | | Change-Id: I75bfe6769814a857d36fb3cc594e11b5dcb5062e
* Restrict old IE fix to IE <= 10 (#17002)Artur Signell2015-08-041-1/+2
| | | | Change-Id: I84b7d654f1a62aad623055033ee0666ad950b805
* Fix NPE when clicking and move handler is not set (#8718)Artur Signell2015-08-042-4/+12
| | | | Change-Id: I6c4547eb716e64e60239d9d901b9b889cfcc3761
* Ensure server side focus is applied when opening a window (#17731)Artur Signell2015-08-042-21/+10
| | | | | | | | This change removes all deferred commands for handling window focus to ensure the focus events are triggered in the expected order Change-Id: Ie3295aa8825f5c1c16d15f3deded987beb34d5fd
* Take margin/border/padding into account when measuring ComboBox in IEArtur Signell2015-08-041-3/+20
| | | | | | (#17002) Change-Id: Id9bde2424cdeab0fa48f1259130d34f88a8b88b3
* Enable IE stuff also needed for Edge (#18523)Artur Signell2015-08-045-15/+13
| | | | Change-Id: I5f1a58710a1dd68fed6f14e8d16acadc085354b7
* Detect Edge correctly (#18537)Artur Signell2015-08-041-0/+16
| | | | Change-Id: Ib47f624923a3a7e8d6f07f06a55074657bdb8bbd
* Make methods return what they promiseArtur Signell2015-08-041-3/+3
| | | | Change-Id: I4e1bbb5106bdeec966439e6a9cf926fd263afa56
* Fix empty @since7.5.2Markus Koivisto2015-07-221-3/+1
| | | | Change-Id: Ie0117047ee7b3923bf56b90c4ba5a1ab8edb91ab
* Fix IE8 centered window initial placement (#18498)Teemu Suo-Anttila2015-07-222-14/+10
| | | | Change-Id: I0bb5160adfab11bdba695c4e7187d8a3b3f955cd
* Fix DetailsRow communication use connector IDs (#18493)Teemu Suo-Anttila2015-07-212-305/+103
| | | | | | | | | 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: If94e8df76254816aeb2fd681624fc82e7718cbb8
* Convert ComboBoxLargeIconsTest from TB2 to TB4Teemu Suo-Anttila2015-07-211-5/+16
| | | | | | | This patch also adds some subpart awareness as well as deferred worker interface to VFilterSelect to support running TB4 tests reliably. Change-Id: I59afe353853026a88b16bcabb5f7a3923d5db7cd
* Fix IE8 icons in tree expand regression (#18488)Teemu Suo-Anttila2015-07-212-3/+18
| | | | Change-Id: I8200cf16ad3ff8fd15e963d3b7b3646c47639d5f
* Fix IE8 window shadows with undefined height (#18487)Teemu Suo-Anttila2015-07-211-1/+13
| | | | Change-Id: I48717be814a6f150bf39dd2d725b753277927865
* Workaround for IE10 invalid min-height calculations (#15169)Artur Signell2015-07-211-0/+6
| | | | Change-Id: I322b11248db0449e9cddc471a719c83105802896
* Select last item only if filtered items exist. (#18441)Sauli Tähkäpää2015-07-211-1/+3
| | | | Change-Id: I8fcf93e807f90c297b0bc4a8820a88ff5a58aeca
* Grid sidebar menu design changed. See design document and comments at trac ↵elmot2015-07-211-1/+0
| | | | | | ticket. (#18325) Change-Id: I65be0245c9bfcd7986cc188b96a6bade9e8c4a54
* Support frozen columns in Grid editor (#16727)Johannes Dahlström2015-07-211-7/+36
| | | | Change-Id: I0ce69b37c87a345e5757636292cf52fbdd4eb0c2
* Increase Tooltip z-index to be larger than the default overlay z-index. (#14854)Sauli Tähkäpää2015-07-211-0/+3
| | | | Change-Id: I2122c7a1475a6ec3f53be92f04e770e4a8104167
* Allow using only hostname with ?superdevmodeArtur Signell2015-07-211-1/+5
| | | | Change-Id: Iffa9da89e869448ce0ef84af4b8d228832ea46b1
* Fixes scrollToLine while resizing Grid via split position (#18424)Teppo Kurki2015-07-211-44/+55
| | | | Change-Id: I589622de8f0078c4fcbdcc50bc074dcc6e11e6bc
* Read debug window settings when all entry points have run (#17882)Leif Åstrand2015-07-211-13/+25
| | | | Change-Id: I033635b0c314e67330f894e79d69fc8d2e129562
* Log exception from responsive with cross site css in FF (#16249)Leif Åstrand2015-07-211-4/+15
| | | | Change-Id: I073659e782d1451f1d5ca4782d6bb5b8cb988d1d
* Eliminate unguarded Profiler string concatenationLeif Åstrand2015-07-211-4/+8
| | | | | | | | Even though the call to Profiler.enter would be eliminated by the compiler, it would still include the string concatenation since it can't prove it wouldn't have any side effects. Change-Id: I26391549fac48bbca71f30b216dd175c964b8b34
* Add missing @since 7.5.1 to JavaDocTeemu Suo-Anttila2015-07-104-12/+12
| | | | Change-Id: I8dc89fe5ec8cda3998e7cb08b71b0ed10a4a1ce4
* Fix displaying Details when Grid is attached to DOM (#18390)Teemu Suo-Anttila2015-07-102-8/+23
| | | | Change-Id: Ib892eb4d40bbb655113d21b622cc117d54b2cebc
* Attach GridLayout children in logical order to preserve focus order (#18353)Yuriy Artamonov2015-07-102-3/+17
| | | | Change-Id: Ib5477cfe2e2ad6eaeabdb6c829f6ad16e31d1eaf
* Fix Grid detaching with open details rows (#18415)Teemu Suo-Anttila2015-07-091-0/+9
| | | | Change-Id: I68f5edcfc48063419109b1f3b3f61853db5cfd1a
* Fix NPE caused by fix for Grid resizing with split panel (#18370)7.5.1Teemu Suo-Anttila2015-07-082-4/+4
| | | | Change-Id: I0dfe71115db9f510e71e22ecfeffcd34fe5bd304
* Ensure correct render of selection when changing selection model (#17087)Artur Signell2015-07-081-0/+3
| | | | Change-Id: I0f7e0d6027d193acaa13e9f71b3d55b6ea2087f1
* Fix Grid jerky resize in vertical split panel (#18370)Teemu Suo-Anttila2015-07-083-1/+84
| | | | | | | This patch makes SplitPanels overflow hidden when there is a full height/width widget in the container. Change-Id: I0e4e49f373bf9a4735ccfb828e2813932f31d0c1
* Fix Grid header adding and removing with select all checkbox (#17592)Teemu Suo-Anttila2015-07-072-100/+90
| | | | Change-Id: I4306635ca334429ef006216c5b35165cf89a938f
* Keep a reference to the file we are uploading to keep IE10 happy (#18372)Artur Signell2015-07-071-0/+3
| | | | Change-Id: I480c37b051f0efb2b0d7b1c6922eb7479117b62c
* Fix Grid details on sort to display them on correct rows (#18224)Teemu Suo-Anttila2015-07-041-0/+6
| | | | | | | Due to the nature of Container this is only achieved by removing any existing details and reopening those after the sort is done. Change-Id: Ie8f89b4b01ad53df6eb4cac9e9c360565c7e50c9
* Do not let Escalator set width to spacer row's TD element (#18223)Teppo Kurki2015-07-041-14/+17
| | | | Change-Id: I560bb4663d72cc4f939f2d463ef678fd335e7e8e
* Fix Grid scrolling on Firefox (#16865. #17352)patrik2015-07-041-1/+22
| | | | Change-Id: I71ceb0be978c797f5016afaa4557af043acdd5bd
* Don't recalculate columns if only height has changed (#18274)Leif Åstrand2015-07-041-1/+5
| | | | | | | | | This patch increases the reported fps in GridResizeTerror from 12 to 35 in my Chrome if only changing the height. No automatic test since performance testing on our shared testing infrastructure would be quite error-prone. Change-Id: I17aeb2eac9fe4ef72993eb0f9307c1d5a75653a2
* Change focused Grid cell when scrolling with the keyboard (#18356).Mika Murtojarvi2015-07-041-54/+35
| | | | | | | | | - The focused cell is now updated when scrolling with pageup/down, home or end key. - The scroll amount is slightly reduced to ensure that no cells are skipped over with pgup/down scroll. Change-Id: I8a7dccf46350761f86714715183b24ec29d79f4e
* Fix incorrect system notifications with details styling (#18340)Artur Signell2015-07-042-74/+91
| | | | Change-Id: If0b5e185a049daadfa96dcdd2aa366e38d18fb7f
* Reformat with Luna SR2Artur Signell2015-07-046-28/+36
| | | | Change-Id: Id1f16b16cdf5712bf26e0f2dfc9c9ad651fe1144
* Real fix for subpixels in Grid (#18213)Artur Signell2015-07-043-154/+194
| | | | Change-Id: I26cea74541629988c2ea8be8db54bd62442ecf59