| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I47ccc3bdffa5b6c9ea12dae2f21dd4578f483bc0
|
|
|
|
|
|
|
| |
If servlets have never been initialized, then destroy must happen in the
context destroy method
Change-Id: If5ea6072f729719c9d2f6b305b0dae2338efd07b
|
|
|
|
| |
Change-Id: I10e2f2c63402f434ca038d380372a552996102b6
|
|
|
|
|
|
|
|
| |
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: I8238af0bc36de90bff860d67ce94cce7c67ed6d1
|
|
|
|
| |
Change-Id: I019357e375408b9317c527b790e0ca6693118f8c
|
|
|
|
| |
Change-Id: Ib32aab728021d81aaa35d9ab1eab4727bef534de
|
|
|
|
| |
Change-Id: I3b732fc4c7a2ed52197cfd785658aa741ade5000
|
|
|
|
| |
Change-Id: Iaa491c5cc8b9e684999eb45ff2033cc5605c1aa1
|
|
|
|
| |
Change-Id: Ieccb77cedb2a4444e5bc814bb79bc8e076351aaf
|
|
|
|
|
|
|
| |
The subwindows tooltip is now also shown in header and footer of the
subwindow. Added also tests for the feature.
Change-Id: I4e8fb0eb47355d1c35ccfa9f053f5594a5ffc88a
|
|
|
|
| |
Change-Id: I40c088db6ea7ca17b4cd111f2416c85ae36e3e27
|
|
|
|
| |
Change-Id: I4db872e3da96ded94e095dd2f1071416ffab4ff7
|
|
|
|
|
|
|
| |
Test classes need to come first because of how TB3TestLocator is
implemented.
Change-Id: I08e3e418f25c800a951bd199d47a1dfa5f8ca5d8
|
|
|
|
|
|
| |
Allow whitespace after cast to match default and Eclipse formatting.
Change-Id: Iac73099ed85ccfbdb8e825815a202923bcd3472a
|
|
|
|
| |
Change-Id: I0259a648c61a428a41dd2ce8a42501bfa67cf02d
|
|
|
|
| |
Change-Id: I55d13a85d07e17a165aa6e78920c9ed3a5988f69
|
|
|
|
| |
Change-Id: I8d91791d034c386172eda00272f77999e8938b6b
|
|
|
|
|
|
| |
- fixes dragging not working from Window header
Change-Id: I1b325db908a2cf9c003ede144105f26d0846aa31
|
|
|
|
| |
Change-Id: I0fd18d20f01ca497e5c434c913e564cfa6444494
|
|
|
|
| |
Change-Id: I9fbe5d6c624033a98e264063ed62361e569415bc
|
|
|
|
|
|
|
|
|
|
|
| |
For standard standalone Vaadin apps, the body scroll is not scrollable. For
these this change should have no effect.
In embedded cases and when running as portlet, the body is scrollable. For
these cases, the popup is now correctly shown below the combo box when
there is space.
Change-Id: I8776f15fb59c6691eadfdd9d688aa20b0af3b75c
|
|
|
|
| |
Change-Id: Ife5a0b367c0898f212f7112d5ae67f2f191f0785
|
|
|
|
|
|
|
| |
Without this fix, a mismatch in screenshots causes a non-screenshot
test failure.
Change-Id: Ib211f6f436d9d414642bf40f6a1b55dcf03c7b85
|
|
|
|
| |
Change-Id: I268f4b5c1cb1a2fcc627a814e673a7553afa3927
|
|
|
|
| |
Change-Id: Idf9e967a4d64f627392c1977e40e829dff735271
|
|
|
|
| |
Change-Id: I20d6f469cbdf3448e299d27b728e6b52018a06ce
|
|
|
|
| |
Change-Id: I41eb04330c20fcb6833c15ea7575947581e9fb57
|
|
|
|
| |
Change-Id: Ia1dc3c6b131cc171fc46b832febc1852f91559d9
|
|
|
|
| |
Change-Id: Id23424e1380ea9115f8a345579fccc7c8c89fa1a
|
|
|
|
| |
Change-Id: I0c524cd06c1ce5b61515fca17763759bea16c0ce
|
|
|
|
| |
Change-Id: I0b816a1f1f1ddeaa0020fc45bec7629dd97a8092
|
|
|
|
| |
Change-Id: I488785bfde5edf83564a5e0f426dca9cd99ca373
|
|
|
|
| |
Change-Id: I5c6be2ae0fdaff8b6b6169d6a1110ae824472532
|
|
|
|
|
|
| |
This reverts commit e8ec921a3cb4d494ccbe9599cdb491a17b993365.
Change-Id: I3c14a78f841f0207f77df6d66c627967fe0a8332
|
|
|
|
|
|
| |
This reverts commit ff66c79a045a15f4d1b4fd6f962b2139be21affb.
Change-Id: I14f4a4c0b78379e4b22830c1450ef16de229696c
|
|
|
|
|
|
| |
This reverts commit fdad089ca5e3d04aaa4d731240bc3556bff0181d.
Change-Id: I51a48a66d910377ad2e39f4458799b5a14bd5119
|
|
|
|
| |
Change-Id: I95c47739fb785ed111642a41b0928a5dcde3fea2
|
|
|
|
| |
Change-Id: I4d67cd84c6f4179da6d6fea6b881e8ccd65e70d9
|
|
|
|
| |
Change-Id: If6fa13c84c8afb5caaf2d46ac283f704baf88695
|
|
|
|
|
|
|
|
|
|
|
|
| |
Focus inside a drag'n'drop wrapper does not work out of the box as mousedown is
cancelled to avoid text selection when starting a dnd operation.
This change explicitly calls focus on the element at the location which was clicked.
Input elements will now be able to gain focus but e.g. clicking to move the caret
inside a text area won't work as mousedown is cancelled.
Change-Id: I89e046ddb0b1044bc6a2f11fda4edbe5fda25743
|
|
|
|
| |
Change-Id: Idcb88006e671ca80e2877b44b479d0cfd6084b49
|
|
|
|
| |
Change-Id: I6d9dac7b3cb167cfa77b08d9d935437229713a83
|
|
|
|
| |
Change-Id: Ib8ce5d82fe2c270296bf9196fec103edc1534d46
|
|
|
|
|
|
|
| |
This removes a row repaint when a cell that already has focus is clicked
again.
Change-Id: I3e4f4f1aec49e2128cd47f7c0b1b1bb4611fbb04
|
|
|
|
| |
Change-Id: I8531f9d39aaa5854108e1bee9db121b0e54be770
|
|
|
|
| |
Change-Id: I43041999cba9429e3a08b09f14ac2e8f58774285
|
|
|
|
| |
Change-Id: I1c6d830c8a71674c264738f709ad12da3b91cd5c
|
|
|
|
| |
Change-Id: Ie00911096ca93d557a812415f27fe8d54bfd6180
|
|
|
|
| |
Change-Id: I2daf32e0c49501ef3807fd694a641491b26d46bd
|
|
|
|
|
|
| |
getting-started chapter (#19639).
Change-Id: Ie8e371c059f70600bafcf781938ef35878f41324
|