| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Based on Mika's reverted patch, with additional fix and test for
regression "an empty tooltip appears while the application is
initializing".
Change-Id: I8237fc9340265708a05a7576a5d9e8e374dc1fea
Conflicts:
uitest/src/com/vaadin/tests/components/menubar/MenuTooltipTest.java
Change-Id: Idff1b1e705012e67700db9e337f374de0eb557c5
|
|
|
|
| |
Change-Id: I04bc18f59bfdcd6d85dbe825f6ad3df44d050ebc
|
|
|
|
| |
Change-Id: I107dbd4c371128268cf45ce87d5269d2f0bfd955
|
|
|
|
| |
Change-Id: I01a4b67ddebcf6f868250bf149e507a011ef9d1e
|
|\
| |
| |
| | |
release/7.2.6
|
| |
| |
| |
| |
| |
| |
| | |
Correct ButtonTooltips TB2 with coeect test class package.
Add ?restartApplication to SubWindows.
Change-Id: I32fbf93875d537f6dc6ec232e3063c33de8ae71f
|
|/
|
|
|
|
|
| |
(#13444, #8801):"
This reverts commit d45e5c2592a3b949d781cdd05532560375fc524e.
this is not supposed to be picked before 7.3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
#8801):
Changing the name of a style should not cause the width of the textbox
to change. If there is a width set for the wrapper, the width for the
wrapper should not change if the styles changes.
To reconcile these two demands, we have removed the width for the
wrapper and only manipulate the width of the textbox itself. This
solves both issues neatly.
Change-Id: Idb2dbc5d2ca6406cafb44df93110e079a1dff473
Conflicts:
client/src/com/vaadin/client/ui/VFilterSelect.java
client/src/com/vaadin/client/ui/combobox/ComboBoxConnector.java
|
|
|
|
|
|
|
|
|
|
|
| |
(#14094)"
This reverts commit 3390332b3e75e970cd3bf3b6bc5075bb867320b5.
Conflicts:
client/src/com/vaadin/client/ui/VScrollTable.java
Change-Id: If33910705cdf9e4d7612557bfb55a01dde9e435d
|
|
|
|
|
|
|
|
| |
Gridlayout removes columns and rows with no content. Gridlayout is
supposed to check for spanned cells and not remove otherwise empty rows
or columns if they are covered by a span.
Change-Id: I1c25a8e6426e6ce0e24f9110a6b994598c395e7a
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#14147)"
This reverts commit 2ed3a310ca9e32f255602139eb1b08bfdfe2f25f.
Conflicts:
client/src/com/vaadin/client/ui/VScrollTable.java
client/src/com/vaadin/client/ui/table/TableConnector.java
Change-Id: Ie18f4ad61a88c17cd2b8eff677836fc68abffc15
|
|
|
|
| |
This reverts commit 6f3aec50bfb17d14c75318f0172c45695c22a811.
|
|
|
|
| |
Change-Id: I095401164a931f3a69dea91037a6cbf35b197121
|
|
|
|
| |
Change-Id: I9c39db5c2ccafd495a1ecc8b28687eeeebe3b6c2
|
|
|
|
|
|
|
| |
Listen to MouseUp event on the <textarea> and notify the state with the width and height if changed.
Add com.vaadin.client.Util.Size to manipulates the css width/height.
Change-Id: I96a308658d2877f1f6c05feaa7840a268bb06709
|
|
|
|
| |
Change-Id: Ie33ef684f2177fe1807f95bf234031cc3a44f317
|
|
|
|
|
|
|
| |
Change-Id: I45907c5c22bcea1a403af71ecbf5236e5669ab38
Conflicts:
uitest/src/com/vaadin/tests/tb3/TB3Runner.java
|
|
|
|
| |
Change-Id: I0dcd9f75cd30fe91c17ca0755241e73a37da79ec
|
|
|
|
|
|
|
| |
Change-Id: Idfeb20a385fc68c6527f1947bdbf238d9d4af918
Conflicts:
client/src/com/vaadin/client/ui/VFilterSelect.java
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Due to old fix for (#11994) the v-scrollable div of the window would
expand to 110% of its size then immediately back to the original size.
The first action, expanding the v-scrollable to 110% would decrease
the scrollTop value of our panel, while increasing its height. When
the revert back action would set the v-scrollable to its own size,
the panel's scrollTop would remain decreased, causing the scroll bar
to move up, hiding the ~10% at the bottom.
Fixed by calling Util.runWebkitOverflowAutoFix(); instead of changing
the height.
Change-Id: I79eafd1f9500c2e4c10dadbfc7100608c0732e04
|
|
|
|
| |
Change-Id: I27c0a236d4dd654c1cf8d567752af9d1ea3c1de5
|
|
|
|
|
|
|
|
| |
Two clicks were being triggered for IE11,
the first with coordinates (0,0) and the
second with the correct coordinates.
Change-Id: I6f0feb520710b254eac6542f082a5012de2c5f85
|
|
|
|
|
|
|
|
| |
(#11929)"
This reverts commit ede8fbaad050c98682df9da935caf59a3a3787c6.
Change-Id: I6d2b6ad3901ac50782a9c8af6847c0b917d6027d
|
|
|
|
| |
Change-Id: I8563f1e2cfc66ca89399590401fd77ec67e50e82
|
|
|
|
| |
Change-Id: Icdac51322a90c32c122a182bc692c4eff3d8285b
|
|
|
|
|
|
|
| |
Conflicts when cherry-pick (the file was missing):
uitest/src/com/vaadin/tests/components/upload/TestFileUploadTest.java
Change-Id: I4eb9409629f64c17f39b1560062e763270f1f582
|
|
|
|
| |
Change-Id: Ibd6f890136d62a3b19f8c60158b4aa1397454f7e
|
|
|
|
| |
Change-Id: I59596630b71f5a6b78c13bc5dbeaf7ef5dfaccf9
|
|
|
|
|
|
|
| |
If the server sends no token and the client value remains "init" then
it's not sent back to the server.
Change-Id: I74fc470c5c22d57c4a48eab3e4476ae4cc2dd242
|
|
|
|
| |
Change-Id: Ic35b71a01b207ff87072d2e46f34f171ec581fe0
|
|
|
|
| |
Change-Id: I4a9db58e65b94ec0e46e849e6856817986bd750e
|
|
|
|
| |
Change-Id: Icd38631f8802fc86949fa29dd517f1aca0499c33
|
|
|
|
| |
Change-Id: I7ce7c61f842a09af1842a14fedec3412120944c7
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We actually want to pass around the primitive long values emulated by
GWT even though JavaScript code can't do anything with the values.
Skipping the unboxing caused long fields to always be 0 since that's how
JavaScript converts an object into a number.
This patch also makes the test assert that the expected state values are
received and updates those values to actually make sense in some
situations.
Change-Id: Id9c3696d699593bd9e59e249c5daf077873b85fc
|
|
|
|
|
|
|
|
| |
Calling GWT RPC throw an exception when __gwtStatsEvent doesn't return
a boolean. This was in the Profiler.ensureNoLogger where the function
assigned was empty.
Change-Id: If97e15eb3c2c6512e80f3bde81ba180b8c95c947
|
|
|
|
| |
Change-Id: If297591d46979ce991921f9545ed04a0c2c92e41
|
|
|
|
| |
Change-Id: I57fcffc5e9fb463759639c95a6b47fe09bfa268f
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Tooltips are no longer removed but moved outside the viewport,
which broke several tests.
Rewrite related tests using TB4 to be stable across all
browsers. There are differences between browsers (e.g.
position -999 or -1000, gwt-uid-* varied between browsers
etc.) so TB2 tests kept failing on some or all browsers.
Some tests have been renamed to better indicate what they
do.
Change-Id: Ia7276871f3c26d506dc70e1719347d020b547bfc
|
|
|
|
|
|
| |
Fixed issue with SplitPanels which were not marking sets as dirty.
Change-Id: I23bb8bfca87a825aef132f249e05871cf7b36a34
|
|
|
|
| |
Change-Id: Iaff310ccd2f25ca2d9a4a1043403a3aa1bde2e1a
|
|
|
|
| |
Change-Id: Ic596c0428bc3a59f9fe0ad82276dacb4b23c0d99
|
|
|
|
| |
Change-Id: I68775af42c1c6086d347bea81e54bbe3cf7e5a22
|
|
|
|
|
|
| |
(#13341)
Change-Id: Ie3df61fab6d76dce3e2027cd732d0e6e7dd299e9
|
|
|
|
| |
Change-Id: If223f4e573c1e99bcae3c724aba9bdb6ee3c5106
|
|
|
|
|
|
| |
preloading. (#13956)
Change-Id: Ia61d672a55f69326b37420305f0108f2d7443b70
|
|
|
|
| |
Change-Id: I1466381b12a147fea90240420d3f6c05cd156a1b
|
|
|
|
| |
Change-Id: Ida4550689387c048c0eee95420851dc72620ad65
|
|
|
|
| |
Change-Id: Ibb7080c37a67516c852e00d08c2d5d822fda654e
|
|
|
|
| |
Change-Id: Icc1965e6bc23423d8af66ab91b80143d07b49483
|
|
|
|
| |
Change-Id: I7efb8b10a0d1b19ffdc9eb1d29db1f00b45f17aa
|