| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
The <table> used by the FormLayout doesn't reduce its size if any child
component has locked its own size (which is the case with e.g. Table and
some other components doing explicit pixel calculations). To work around
this, we need to detect the situation, force the <table> to reduce its
width by temporarily assigning explicit widths to the cells and then
remove the forced size after all children have adjusted.
Change-Id: Iacef62979acf24c869a5cbeb82efb0c1e537ec95
|
|
|
|
|
|
| |
* screenshot based tests for all themes for various features in Grid
Change-Id: Ic6bbb402194132aaf87833215891f5f4ff931099
|
|
|
|
| |
Change-Id: Idfde7842fd31be4b84a1436b40eaa932b6a6c349
|
|
|
|
|
|
|
|
|
| |
If an ONLOAD event fires but the target is not the icon, an NPE
occurs. The isCaptionElement method has already used the check
against null before any call happens on the icon which logic is
enough for the onBrowserEvent check as well.
Change-Id: I64de45a07f50f113dcfcb4556f0d8adeea9e1b1b
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Calculation of the frozen column width was wrong in multiselect mode.
It did not take into account the last frozen column, but added
the select column twice.
The same problem was in AutoScroller (as the same methods were
copy-pasted there), for which reason the autoscrolling was not
scrolling till the end.
This patch fixes the calculation error and removes copy-pasted code,
reusing the same code in both places.
Change-Id: I164e2fc96688088b620ad8785c533c593723f83e
|
|
|
|
| |
Change-Id: I60f68cf7a9e61980809af253bb4f4a0ab92f1230
|
|
|
|
| |
Change-Id: Iaeba81c7e40d4be5f16e74fa8bcf8c86c53a7d3d
|
|
|
|
| |
Change-Id: Iaa69e6b59281f7d6b9d1cf00b3de746243a700cf
|
|
|
|
| |
Change-Id: Ie04e673fcdb3ce0f63b07158b5cd9f128ea9c30e
|
|
|
|
| |
Change-Id: Ib04b7356577dd5027cd9daac351f49a1a1e23f1d
|
|
|
|
| |
Change-Id: Ic03b419b8c10d5d7010c3d10479883149445fe40
|
|
|
|
| |
Change-Id: I12b4d792f4d7cc7e3340d5566fda55f0cb23cbd0
|
|
|
|
|
|
| |
This reverts commit 179a3c8c1c37976b6c14fe252a07b9a7e2f32dd0.
Change-Id: Ia33a6704db4bad8a1a8ef0dc55719e2f8164c827
|
|
|
|
| |
This reverts commit ca3c460cbd6edb801f7919d046a3323f5f8babf1.
|
|
|
|
|
|
| |
* screenshot based tests for all themes for various features in Grid
Change-Id: Id44f319b517fdfa419b70d30a9f8d4bd5e82fa63
|
|
|
|
| |
Change-Id: I12afaf7e5c5c385f3a19c7dab60f044d8721e082
|
|
|
|
| |
Change-Id: I4a60e5a4d8939f996d72fe2234ea945e6afb5542
|
|
|
|
|
|
|
| |
This patch also corrects a possible issue with calculating columns when
it is not attached.
Change-Id: I616eb0f6d060991d9f461b7e2b1e3f7f30fbd122
|
|
|
|
|
|
|
|
|
| |
- Since grid was not cancelling scrolling when multiple touches,
zooming was not working, this patch fixes "zoom trap".
- Prevent default when moving the scroll in touch devices to avoid
parent scrolling
Change-Id: I47856ef20bc835bb2b310b45f6d2749e950e8e7a
|
|
|
|
| |
Change-Id: Ie6cf2f819a167604b894b3b4c390e244867c2be9
|
|
|
|
| |
Change-Id: I4899aac895f061cffffaccc5b0e33f92bada28b0
|
|
|
|
| |
Change-Id: If334cebd85fcfe9b368b1b360181abaadd5cb4ef
|
|
|
|
| |
Change-Id: I899c21e3f71bc728cb613685134b99961b557c5b
|
|
|
|
| |
Change-Id: Ic33572d3cd9e6117dc133bbfe26bc707c4b84f21
|
|
|
|
| |
Change-Id: Ib853205dae7745ca4af11fb558899e6648e25da8
|
|
|
|
| |
Change-Id: Ia96d89a519b1f453457461e596c51642257c61bb
|
|
|
|
|
|
|
|
|
|
| |
This is a new implementation of scrolling for grid we
have in v-grid.
It uses GWT animations instead of having to deal with
the HTML5 animation framework directly and implements
the concepts of velocity and acceleration.
Change-Id: I2ba7748c0f7a473020fb5bea280b4c4bafab3ba3
|
|
|
|
| |
Change-Id: Idb53cf6e8089154ec50979f3cd63faeaac419972
|
|
|
|
| |
Change-Id: Id031ad8ab5d513159e014458e40d35038f98df3d
|
|
|
|
| |
Change-Id: Iaeb5fc84f08746967f664466c3e2e7d09d76e0cc
|
|
|
|
| |
Change-Id: Id56d0ff7b2c675780c84efe999cb4b9d655df4cd
|
|
|
|
| |
Change-Id: I359240ff393428dd5d6764d5e01a40022ab94fc6
|
|
|
| |
Change-Id: I912377ffe366e6ac46280b374fa04caa59c3bcf2
|
|
|
|
| |
Change-Id: I624c44056d43a6a3205be46a748070f269a3c3e3
|
|
|
|
| |
Change-Id: Ie44ee231d83491af8704f989300a0b8cd9888374
|
|
|
|
|
|
|
| |
See https://github.com/vaadin/components/pull/57#issuecomment-127622121
for details
Change-Id: I71e64a420d9fc1ae0d970bdc7eb71fdfb34553c3
|
|
|
|
| |
Change-Id: I6dc347f44f3eda51d1d5497af1376355f5665cee
|
|
|
|
| |
Change-Id: Ic7169c6a93dc497ca247db8740bbe9c8e4ac6809
|
|
|
|
| |
Change-Id: I53e7cb95cf2828f966db5b41c07c38fb756372f3
|
|
|
|
| |
Change-Id: I0877b848b051413e1c2a8af29f066003bdc744ab
|
|
|
|
| |
Change-Id: I3e4540a5a1fe87c82c8ce2c4d92b21c8f94a4d4f
|
|
|
|
| |
Change-Id: Iab111504502dc104cb9ce8777dbaf87bba1e31a0
|
|
|
|
| |
Change-Id: Id9aba32d5f2564961f167261a4fac2a3621e3583
|
|
|
|
| |
Change-Id: I75bfe6769814a857d36fb3cc594e11b5dcb5062e
|
|
|
|
| |
Change-Id: I84b7d654f1a62aad623055033ee0666ad950b805
|
|
|
|
| |
Change-Id: I6c4547eb716e64e60239d9d901b9b889cfcc3761
|
|
|
|
|
|
|
|
| |
This change removes all deferred commands for handling window focus to
ensure
the focus events are triggered in the expected order
Change-Id: Ie3295aa8825f5c1c16d15f3deded987beb34d5fd
|
|
|
|
|
|
| |
(#17002)
Change-Id: Id9bde2424cdeab0fa48f1259130d34f88a8b88b3
|
|
|
|
| |
Change-Id: I5f1a58710a1dd68fed6f14e8d16acadc085354b7
|
|
|
|
| |
Change-Id: Ib47f624923a3a7e8d6f07f06a55074657bdb8bbd
|