| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Ifdf6d8f61eb1f5f19736e057e9314b400d6030ee
|
|
|
|
|
| |
Change-Id: Ib46a450c7d6a6d15eb6bea5d53351d182929e52f
(cherry picked from commit b322664b8b21da53e6fc833005fe3968f8352bec)
|
|
|
|
|
|
| |
Update release type, ticket list link and supported browsers.
Change-Id: I4e05620e78f081c70c0efc1545f7a6a41d090ba6
|
|
|
|
|
|
|
| |
The shared package seems to no longer use any
flute or streamhtmlparser classes
Change-Id: Ie10f0b8169ec79afacc5bf1dc7a30c7eb809a413
|
|
|
|
|
|
|
|
|
| |
As vaadin-client-compiler dependens on gwt-dev, the gwt-dev dependencies
are either bundled in gwt-dev or specified as transitive dependencies
for it, so there is no need to specify them again for
vaadin-client-compiler
Change-Id: Iec075a3b4a005ae7b2e331287d942357aafe277d
|
|
|
|
| |
Change-Id: Ic580c17bddf05455827ecb7fbfb44e5c9e2c7bf2
|
|
|
|
|
|
|
|
|
| |
When Grid is inside of a Tab (Tabsheet or Accordion) and
height mode is set to HeightMode.ROW, layout happens
before row height is known. To fix that, an event is fired
and a handler starts a layout after everything is calculated.
Change-Id: Idc8de795956b387ec69adf1871cb7f557914d998
|
|
|
|
|
|
|
|
|
| |
This patch fixes an issue with disappearing tabs in a TabSheet placed in a
SplitPanel.
Scrolling a tab into view needs to be done after layout has happened. Otherwise
the available width for TabSheet is unknown and causes unexpected behaviour.
Change-Id: Ibcea04ddadfafc5028efe44a6817517b16e21bde
|
|
|
|
| |
Change-Id: I5f58901c34fab4466be12469d730b1c81a8265b4
|
|
|
|
| |
Change-Id: I2c5b617dbd0da4f352e494097a601cea922f14df
|
|
|
|
|
|
|
| |
Without the fix, when selecting a value from page n+1 and re-opening the
ComboBox popup, the content of the text box may disappear.
Change-Id: I5fb57c0e5a068645f4b11fb1c392e682dd04b06a
|
|
|
|
|
|
|
|
|
| |
Earlier the comparision worked only if the item value was a subclass of
the value in comparator, but not in the other way around. Now the
compairision works if the one is a subclass of the other and both
implements Comparable.
Change-Id: I1bcbba94f1263915f838e948ed9d8b68a14aefd0
|
|
|
|
| |
Change-Id: Ibc86d36ce4c8f68eec400ad264546651353709f1
|
|
|
|
| |
Change-Id: I659561533420af1977003f918eb8f3f6479c6b6f
|
|
|
|
| |
Change-Id: I20c6e98fe84f0e42c3aa7544a85d4283e2a21537
|
|
|
|
| |
Change-Id: Ic786692f480c44526762fe7872b1c78751a665aa
|
|
|
|
|
|
|
| |
checks that shortcircuit method(#20031)
Change-Id: I55e240980377d7ad94c06e2bf395acd95de32542
(cherry picked from commit 04eeee3d55b253435fdb7c8e5f23ebb970099022)
|
|
|
|
| |
Change-Id: Ib1b2d85b26d35f65a9212a207e60124c74f015d9
|
|
|
|
| |
Change-Id: Ie044355ebd9ee165d5f9016666ac46f4df4243d8
|
|
|
|
| |
Change-Id: Iad1f7c9fbff6ded1ce85536788a0b86135ecfbad
|
|
|
|
| |
Change-Id: Id88508acf416c162e0107a7ca1ebcf7ba376a63a
|
|
|
|
|
|
|
|
| |
Change-Id: I6007358e1240c458d3b9148d4def6729d4c42aac
Updated a Slider diagram. #19835
Change-Id: I4d0a75b5f85bcce37e8579b7544672c2433f50f1
|
|
|
|
| |
Change-Id: Ie12ff05f8dd22677727127bec33cf2c4ba046c6b
|
|
|
|
|
|
|
|
|
| |
The test was based on the assumption that only the visible tabs are
in the DOM of the tab bar. This assumption was no longer true.
Furthermore, the test iterated over all tabs which led to performance
issues especially on IE8.
Change-Id: If8e904418bdb81cf2762475b317adb2b21dcc032
|
|
|
|
|
|
|
|
| |
Folder upload is not supported by most of the browsers and can cause
StreamVariable methods not fire on some configurations.
This fix tries to detect and prevent uploading of folders.
Change-Id: Ib6357ddaeda5549065ab8ef5f682f12ad5968bce
|
|
|
|
|
|
| |
Required indicators in Grid Layout are now located right after the fields
Change-Id: I764fe15a967673c3a70a2a8ab97e7d1a223061fa
|
|
|
|
|
|
|
|
| |
Uses outer class name as package name for static inner classes. When reading,
there is no way to know that the class is an inner class so only when creating
a class fails, an inner class is tried as a backup.
Change-Id: I3ebf5b2da11384f9dc64072a3dc8ee132607237c
|
|
|
|
|
|
|
|
|
|
| |
Since the fix for #13370 which causes tooltips to react to mouseOut,
TB tests for tooltips fail on Firefox because of an extraneous
mouseOut event from FirefoxDriver.
Tooltips do work in manual tests also on Firefox.
Change-Id: Ic6d73bb4487749618bbc5c7e3a8416107adb4856
|
|
|
|
|
|
| |
This fixes an issue caused by the fix for #19658.
Change-Id: I688275b0c39af723500bc0f7d0c87799698c90e7
|
|
|
|
| |
Change-Id: Iaea8b5267c7ccb2a6bc667cc89078bd3c4bf2435
|
|
|
|
| |
Change-Id: Ib740904674e289b11116fdb8ea13abbbac81fdfe
|
|
|
|
| |
Change-Id: I4abedb7726b0ae152df8c449cde162854d50c8ad
|
|
|
|
| |
Change-Id: I4432d0b6bbc6c9c3152e9bde58e8305bf8a25ead
|
|
|
|
| |
Change-Id: Idea068b22acc0955a272db3da5f555a7ee0d902f
|
|
|
|
|
|
|
|
|
| |
Updated readme file to use Vaadin Framework instead of plain Vaadin, as Vaadin is a
company name nowadays. Also updated some links, formatting and order of the
instructions. "maven -> mvn" in CLI instructions. Removed obsolete Maven
instructions about versioning.
Change-Id: Ia4fef7526b8d7e4914ebcf007b3bc6813ef4d48c
|
|
|
|
| |
Change-Id: If0ea592add451b7c730147a6f2b6a90ee4f550dd
|
|
|
|
| |
Change-Id: Ic38c2803b3d83e76fa74d21490a4277c6037b950
|
|
|
|
| |
Change-Id: I0ecc18f0ee5aecac42cfc6c9422932e2e308ab83
|
|
|
|
|
|
|
|
| |
Trackpad scroll gesture produces a large amount of wheel events causing
the same amount of flips on ComboBox. This fix tries to control page flips
in a way that it would feel more natural to use it.
Change-Id: I3ed206a5abe8c3ba8c06a5998f788468157663f1
|
|
|
|
| |
Change-Id: I3e14463a11e24cfeeafb1cddd7a42927e6897073
|
|
|
|
|
|
| |
layouts chapter (#19835). Also major revision of Tree, CustomField, and layouts overview.
Change-Id: I19f5e9511b83f953ce4707f324d81c2821ebb69d
|
|
|
|
|
|
|
| |
- new height more for undefined height that works like in Table and
resizes the grid when details row opens or closes
Change-Id: I2dc817140308093865be30de72edcd6494e4a44b
|
|
|
|
| |
Change-Id: I74e8e82df2a7bb26c45c9c3797d044061ec3c24d
|
|
|
|
|
|
|
| |
If servlets have never been initialized, then destroy must happen in the
context destroy method
Change-Id: I9c5188884637be8d1bd2cdf11167e3bdd6081bea
|
|
|
|
| |
Change-Id: I831a02f26929cc7ec4dac5177cb68f84bd0bfc2b
|
|
|
|
| |
Change-Id: I4fcc1af9916fa84523531d7886812e3a6d2af0fc
|
|
|
|
|
|
| |
This fixes https://dev.vaadin.com/ticket/19800
Change-Id: I9b12c76b97af5731a4dd374ecab5b217c404a04d
|
|
|
|
|
|
| |
Just a typo
Change-Id: I814c583f91fa6724f8ad8785c8cc2ae939aa99f4
|
|
|
|
|
|
|
| |
When resizing a column in Grid, widths of all columns without
a fixed width (-1) are set to their actual width. This is 0 when
the column is hidden.
Change-Id: If50e71c748cd0674f44d9e51777518eb48b42c5c
|
|
|
|
| |
Change-Id: Ib1652668ca6292fd54edf4f1055034bb061892cd
|