| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
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: I0dcd9f75cd30fe91c17ca0755241e73a37da79ec
|
|
|
|
| |
Change-Id: Idfeb20a385fc68c6527f1947bdbf238d9d4af918
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Two clicks were being triggered for IE11,
the first with coordinates (0,0) and the
second with the correct coordinates.
Change-Id: I6f0feb520710b254eac6542f082a5012de2c5f85
|
|
|
|
| |
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: I7ce7c61f842a09af1842a14fedec3412120944c7
|
|
|
|
|
|
| |
Couldn't created an automated test in selenium - can't get it to drag text.
Change-Id: I1a0beab97840401423e3b446015ff0c729bc2ca2
|
|
|
|
| |
Change-Id: I733f21f5fc0795633ed3a658b6b19681d8f26b22
|
|
|
|
| |
Change-Id: I513340db4123c40bba0832f8af77ec5e725c24e6
|
|
|
|
|
|
|
|
| |
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: I3125dec887106e746b95c220f587a8d3e39be0f0
|
|
|
|
| |
Change-Id: I7bdaf849e79191183013ca05e7420e10411f0b2e
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 1b73b00b2875c5eafa3c641b77f5d9efc2f7d929 as
well as the related changes to @since, release notes etc.
Conflicts:
client/src/com/vaadin/client/ResourceLoader.java
client/src/com/vaadin/client/communication/TranslatedURLReference.java
client/src/com/vaadin/client/ui/ui/UIConnector.java
server/src/com/vaadin/ui/UI.java
shared/src/com/vaadin/shared/ui/ui/UIState.java
uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java
Change-Id: Id882dc730f51055f6d17200964bcaf8a1f87a35f
|
|
|
|
| |
Change-Id: I62610ef647fbbb5a7cfae25ac5c7628f78f2c6ff
|
|
|
|
| |
Change-Id: I48c37a377d6764333b83512dc613798aaf39423c
|
|\
| |
| |
| |
| |
| |
| |
| | |
Updated release notes to the form previously used in master.
The ticket list link needs to be updated separately in the
7.3 branch.
Change-Id: I7b7d09a1281261d3a1b8793cfff9ba8951a07798
|
| |\
| | |
| | |
| | | |
Change-Id: Ifeb36e6c0acd156b7714f96f32ad7d4ff8416100
|
| |\ \
| | | |
| | | |
| | | | |
Change-Id: Iffe877e047ee29dbd4e5b3a6098f82da3d0a47cc
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
Change-Id: I9f804f3ba10922a3d59999df06a23f2daa4cd4e8
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The default hiding delay should be 0ms instead of 1000ms, according to
the server side class at least.
Change-Id: I064c01b2fdc9df4cbcbd74def8e494add22ee749
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
An improper fix to an issue with the closing animation that was left
there mistakenly.
Change-Id: I645c6983058fb128cf060a3c7bb2766cb47e3a81
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Notification delay now applied to browsers without CSS animation
support
- PopupView now also supports animation-in and animation-out, and also
shows the “loading” widget when the popup is opened and the server
response takes a little longer. The popupComponentWidget is also kept
in the popup during the animation-out
Change-Id: Idb26d87a8cf75cfa3e145ea670dacc1c87ce75d6
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Any running animation-in is now finished before animation-out is
triggered.
Moved windowClone variable into WindowConnector where it should be.
Change-Id: I0ee733d05558d46a08e5e46f821104ad98783118
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: Ic04f97d00745c2b7d1b4c143b2a458ab47188fd2
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
build.properties
Change-Id: I2477f2b420506d1b41d29d9bb1e361d66bedb68d
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I768d93e8eb7f4b6415f17c80bc4564053313dc56
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Default opacity (90%), fade duration (400ms) and fade delay (1000ms) are
defined in the base theme.
“In” animations can be defined by using a dependent stylename
‘animate-in’ (prefixed with the widgets own primary stylename), e.g.
'v-Notification-animate-in'. That CSS class should then have a CSS
animation specified, and the CSS animation name should contain
'animate-in', e.g.
.v-Notification-animate-in {
animation: notification-animate-in 400ms;
}
@keyframes notification-animate-in {
...
}
“Out” animations are defined similarly, but with 'animate-out' as the
keyword.
The base theme contains mixins for declaring keyframes rules as well as
animation values, which include needed vendor prefixes.
Refactored deprecated GWT API’s to use newer API’s.
Change-Id: Iba929e8de8b6ce100852d472d65c9c9d0630c48f
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Conflicts:
WebContent/release-notes.html
build.properties
client/src/com/vaadin/client/ApplicationConfiguration.java
Change-Id: I36f075a03350e45c8666832142d7368891af3e59
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
CSS box-shadow should be used instead wherever possible.
Change-Id: I17829cddd1d6d0d32930132654a9b79b52723e23
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixes #13563 and #10356
Debug window styles are only downloaded and injected to the page if
productionMode==false and ?debug parameter is present and not in
‘quiet’ mode
Change-Id: I3ac588745f4702a1cc0473b95806877cbf7062ad
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Change-Id: If68c4145f90951f6400ccf4264a481c3531519e7
|
| |_|_|_|_|/
|/| | | | |
| | | | | |
| | | | | | |
Change-Id: Ie70214898cca5bfd2e5a5b0e287427fd9acb8ce3
|
| |_|_|_|/
|/| | | |
| | | | |
| | | | | |
Change-Id: Ic596c0428bc3a59f9fe0ad82276dacb4b23c0d99
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
preloading. (#13956)
Change-Id: Ia61d672a55f69326b37420305f0108f2d7443b70
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I70c153c4109428686002f985bfe1cb7cba2c9b31
|
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
(#11929)"
This reverts commit ede8fbaad050c98682df9da935caf59a3a3787c6.
Change-Id: I6d2b6ad3901ac50782a9c8af6847c0b917d6027d
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- This patch includes four elements:
1.- A class able to validate a licensed product against Vaadin
license server. It can be used in any vaadin product (thought
for non addons like TB) just adding vaadin dependency, or
copying the class.
2.- A class able to inspect all addons in the classpath and figure
out, based on the MANIFEST.MF info, whether we have to check
developer license.
3.- A modification to Vaadin connector generator to use the classes
above and to stop compilation in case.
4.- A modification to ConnectorBundleLoader, so as when a new connector
is instatiated, we check whether it is using an evaluation
license and show a notice. We only show the notice once.
- In addition to validating developer licenses, the checker caches the
server response for using it when there are connection problems.
- This stuff is in Vaadin core, so as we dont maintain license code in
each addon. For checking an addon license we just add the license type
to the manifest when packaging the artefact.
- It checks expiration time, product name and major version.
Fixes: #13696
In some-way related with: #13474
Change-Id: Ib61b1c2e9c3cacd463a1ce5db02c2cfbc06851c2
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I351d256230a5cd674a5e1b8066d3e2aef07ff3bf
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I68775af42c1c6086d347bea81e54bbe3cf7e5a22
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
#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
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ib9b3625e4104763143906eb1b7986ef7b3b80737
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Previous patch caused a regression that was caught by tests for #10522.
Change-Id: I3ebc6a3ffe08c24d463cc70d95c4417d465fc490
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Iab2ddc31261f198c486b9028249fab9cc2cc06a1
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I74e6c35ef0aa30dbb24301bfb5858cedd0008e71
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I4d4d054c2e4f068aacd9b324350be4ee696cf3d3
|