| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Add DragAndDropWrapper examples
- Improve Window example with toolbar support
Change-Id: I1d6dc7d5e7449bd479f3510d9cbf1fda3cccddd6
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
build.properties
Change-Id: I2477f2b420506d1b41d29d9bb1e361d66bedb68d
|
| |
| |
| |
| |
| |
| | |
Split tests into separate classes. Create hierarcy for tests.
Change-Id: I71e20a5410612f9a246bab051173e60768532185
|
| |
| |
| |
| |
| |
| |
| | |
Causes regression with IE8:
http://r2d2.devnet.vaadin.com:8111/viewLog.html?buildTypeId=Vaadin72_Vaadin72DevelopmentBuildTb2Tests&buildId=86020
Change-Id: I6d848777b28a1d3f27a25fec778cba8d68a45690
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This fix splits the used regular expressions into a more manageable
parts while fixing the handling of a case where both width-range and
height-range are defined. Also refactored some duplicate code into
a helper function.
Change-Id: I98295b8b0772b33a9985c0630e065eea2281d11d
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Change-Id: I44acce87ea5c37d7b210e6c6c3dd9cd511192524
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If row has no elements or only invisible elements, its size will be set to zero.
When row expand ratio was set, its size will be assigned to the value according to an expand ratio.
If component takes several rows of the gridLayout, these rows are considered as non-empty and won't be removed.
Change-Id: I10ddd22a6c9535b9978769bab7b496e11a28b78a
|
| |
| |
| |
| | |
Change-Id: I8563f1e2cfc66ca89399590401fd77ec67e50e82
|
| |
| |
| |
| | |
Change-Id: Iceba6be78a49bc1aacf837b9fcd9790749be01c0
|
| |
| |
| |
| | |
Change-Id: I3f5244565dd393e9fcb7386d352f835b5afd9faa
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
'Aborting layout after 100 passes.' is caused by LayoutManager falling
into a loop on rounding fractional layout slot sizes up and down while
trying to fit layout's content in the space available. LayoutManager
round always up, that causes this issue with IE9+ and Chrome. This
change helps LayoutManager to round fractional sizes down for browsers
that causes problems if rounded up.
Browsers may fall into the loop especially with a zoom level other than
100%. Not with any zoom level though. Problematic zoom level varies by
browser. OrderedLayoutExpandTest uses zoom levels other than 100%. Test
for Chrome is the only one that really is able to reproduce error
without the fix. IE9/10 would too, but the zoom level could not be set
exactly to the required 95% for IE. Test works best as a regression test
for other browsers.
Change-Id: Ie840b074df5fed5ea3b15fba9a6fd372a5c0b76a
|
| |
| |
| |
| | |
Change-Id: I20e03a79562d6bc71ae1454cbbe2d6903649c771
|
| |
| |
| |
| | |
Change-Id: I4840da6281c8be676384aa5b71bf689f7083ee36
|
| |
| |
| |
| | |
Change-Id: Id324ed06e45e73a9383667e86651ea794c3ff322
|
| |
| |
| |
| | |
Change-Id: I1ce52065e529d471876e8aae1b53b5808089cc53
|
| |
| |
| |
| |
| |
| | |
New “tests-valo” theme also included multiple variations to test with.
Change-Id: I3dd3b91526b32ae8d080d2fa431d2a64f6f7fef4
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
Top level background-color variable, which is then specialized by
different components in the theme.
Mass search-and-replace, tested that the theme works as expected.
Added a new test UI class for the Valo theme.
Updated .gitignore to ignore .sass-cache (command line Sass creates a
cache folder when watching for changes)
Change-Id: I574a393de059aec7b24cb6014d3192d9717688e5
|
|
|
|
|
|
|
| |
Added explicit isNaN checks to the results of parseInt function
because JavaScript would always convert 0 to false.
Change-Id: Ic904c321c0195ce50d9a498005459425b0c30d4c
|
|
|
|
| |
Change-Id: I1c3ed59d8a19d3355a3c729fb3635731b326a00e
|
|
|
|
| |
Change-Id: Iab81b1e5992d47c956f9d0440ece98fa546ee927
|
|
|
|
| |
Change-Id: I50094bc2d236f6dbb02a8b82d6cc9b5f7e4733a5
|
|
|
|
| |
Change-Id: I99db3d6280f0066ed1249cb348da7e82381b45c2
|
|
|
|
| |
Change-Id: Ic8ad7163d35e0e1c2d44e928cd52ca66a637b7fa
|
|
|
|
|
|
| |
This reverts commit ce1764fb1bad1b82462d73fbfe293b676c2a9c00.
Change-Id: I897e0f3a0876eaea4b68f0e3b75671ccb1398242
|
|
|
|
| |
Change-Id: I35375d2b39fbd666d848f6ffa62aa0ce1c0d4fad
|
|
|
|
| |
Change-Id: I509213ade4ed9765db8a7773c42051f8f182b272
|
|
|
|
| |
Change-Id: I7bb9a404c789f352477b752537ffdedfc60da91c
|
|
|
|
| |
Change-Id: I2c9c68134d9fe958e2881975d1d845dea819a761
|
|
|
|
|
|
| |
Extract code which focuses on item after changing the page. Deferring this method allows to update the list of items before focusing.
Change-Id: I7d249c2abbd5c24ca2d798736e483f2b7dfa59f1
|
|
|
|
| |
Change-Id: Idf24ab4f7c2c48f8246f0c38906d2b8a46f46587
|
|
|
|
| |
Change-Id: I2ad5164a637b2b4c96b46f30df036ccbc5cbcd66
|
|
|
|
| |
Change-Id: I99f37403d58385a814347d36b0f8b1a35c63c282
|
|
|
|
|
|
| |
(#13444)
Change-Id: Ie666e2867908160b1544d3bf8251802ea771660f
|
|
|
|
| |
Change-Id: Idfdd37fad9917843c71cee6fd9ba6700f9df8a87
|
|
|
|
|
|
|
| |
VScrollTable ignores server-initiated changes to column size while the user is
dragging a table resizer element.
Change-Id: I2866246e7975a8ddddbfdc12a9d99fb2c813a870
|
|
|
|
| |
Change-Id: I63f0b1c8da52d426b5c370097256b08dbd44b5d7
|
|
|
|
| |
Change-Id: I9299d8c78e92816e368208f1cbc07b8c969a9600
|
|
|
|
| |
Change-Id: I7d2e00b13d2d0b3e3b0e3c20dd431c77721e7d91
|
|
|
| |
Change-Id: I0d1747d41b3b9e0a32d995a5cea9081292c8c2c6
|
|
|
|
| |
Change-Id: I050553b233fb7024049c31d9495d90f4d88239c8
|
|
|
|
| |
Change-Id: I95c82d2256221b0068d6c2762f6dbb8a1e29b6b8
|
|
|
|
| |
Change-Id: I4d13bee983817ce299d1f7e52ddd6cdc725fee6f
|
|
|
|
|
|
|
|
| |
This fix adds support for typing in color values according to
http://www.w3schools.com/cssref/css_colors_legal.asp into the
colorpicker popup input textfield.
Change-Id: If14ead791725c3052c05aa31e12e237e90c32348
|
|
|
|
| |
Change-Id: If95d50954a4122b1039174ffcacd7874f7f1f71e
|
|
|
|
| |
Change-Id: If899309eb1b05f4a519eed45df4e9cf1670a7740
|
|
|
|
| |
Change-Id: Ib8c6e45a8f77630e71b6f5264d6d42dc5efe922d
|
|
|
|
| |
Change-Id: I7bb500c1b64502881824875e967cf43c5e49a999
|
|
|
|
| |
Change-Id: Ib4dcb7519e3271de80bf9cd531c2d31030228494
|
|
|
|
| |
Change-Id: I6a2745c59c468aa2fbc45032a8478f533494b181
|