| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I1d4882c820722094128dac3a6f595d30286ee458
|
|
|
|
|
|
|
| |
Change-Id: Ic0aafa2bbcb7b0f512405c7b47dd66debd77ed21
Conflicts:
server/src/com/vaadin/server/communication/PushRequestHandler.java
|
|
|
|
| |
Change-Id: Ie1e2726613033ad321e15f7f58e098080d4d9a5f
|
|
|
|
| |
Change-Id: I31a923faf5ae369ffc2160cdeb12584ca0babc9d
|
|
|
|
|
|
| |
Opening files in a new tab because iframe with a file isn't opened in iOS.
Change-Id: I7f8af4b9348ade0f845e3a656c7287490b9482cf
|
|
|
|
|
|
|
|
|
|
| |
After this patch navigation with PageDown, PageUp, Home, End works
properly. What was
changed in this patch (new state): the first visible row number is
updated before
sending selected rows to the server while handling these keys.
Change-Id: I3bdebc434f886ef55f90f3fed5fd607d5f65f87f
|
|
|
|
| |
Change-Id: If75998b1bc87b0bd7d2fa83298e1f17d65a18745
|
|
|
|
| |
Change-Id: Ie84eda1120b9b91fc3289961e134a567fcbdbd52
|
|
|
|
| |
Change-Id: Ia6a4342f6488da27310afe14421ef5af68e436bc
|
|
|
|
| |
Change-Id: I7f249c880464b38226856a00882a05af80991d48
|
|
|
|
|
|
| |
displaying child items (#15421)
Change-Id: Iadf1faa979fbae412b55551c6622b0429039a21c
|
|
|
|
|
|
| |
Adds overflow-hidden in cases where scrollbars should not be needed
Change-Id: Icee2444b0e7ee999fe49fadcb1598027453d49c5
|
|
|
|
|
|
|
| |
Change-Id: I0ddcea2a617fea00d707f7deaf155e98b9d6a832
Conflicts:
client/src/com/vaadin/client/ui/textfield/TextFieldConnector.java
|
|
|
|
| |
Change-Id: Ied78a8c999e592a944c27138e179c37a31a0af54
|
|
|
|
| |
Change-Id: I16bc415596431340e4e4d1944b3927dc3fd6cd96
|
|
|
|
| |
Change-Id: I671013284cadbef89b46cca042a099441dbb6bff
|
|
|
|
| |
Change-Id: Ie25c7142bc111829be829f4ba98ed639ad1f5126
|
|
|
|
| |
Change-Id: I69bcd7b1d610d0e9adb6ce43e06591a769bef957
|
|
|
|
| |
Change-Id: Ic994d4e5d74ddc2a554311110640b84bc2e9c802
|
|
|
|
| |
Change-Id: Ie21f1078cd25b859c5a3dcc4ca6db3d048bbdf42
|
|
|
|
| |
Change-Id: Ifa5f3d3d583d6d32a50b69b3b59b141829293b37
|
|
|
|
| |
Change-Id: I6f749ab0788324d24e1e7451183ec9f0ff8ed5ba
|
|
|
|
| |
Change-Id: If854186547e3d7b8e67710113ec6754bc84ace2f
|
|
|
|
| |
Change-Id: Ie019abbda1664e8dd4f53a76f2c6f21e3bc5443b
|
|
|
|
| |
Change-Id: I6759ca142f9618425df007e995bc7a0a9a211919
|
|
|
|
| |
Change-Id: I6c3ebea2983855937fadc7eab171d892a4f80884
|
|
|
|
| |
Change-Id: I3f92722ce9832ec2b748f2bf20477244597a8912
|
|
|
|
|
|
|
|
|
| |
onEventPreview() method is deprecated and it's called now only for the
very first handler. We need it to work for any handler. So old
onEventPreview() method is explicitly called with updated logic for the
onPreviewNativeEvent().
Change-Id: I11d98ef0bbd284b74bbccb4f6ac2ab26de73f209
|
|
|
|
|
|
|
|
|
|
|
| |
Partial fix for setting/unsetting expand ratios of existing table.
Result of this patch:
1) when switching off column expand ratio, natural column width is
restored.
2) changes in method run() for the same (though incorrect) treatment of
expand ratio as in sizeInit()
Change-Id: I2119eb1041e205a54373ac40a9ce8fdd14d70ad8
|
|
|
|
|
|
| |
Changed "it's" to possesive "its".
Change-Id: I4db55425a6f6778d0c1d0716ab833fa4fa8d31ac
|
|
|
|
| |
Change-Id: Ic8f29163442a1476406a1f2b617a4ecaf577ba93
|
|
|
|
|
|
|
| |
Change-Id: I68fdea1144253feba906acd882b573d469f39a30
Conflicts:
server/tests/src/com/vaadin/data/util/sqlcontainer/SQLContainerTableQueryTest.java
|
|
|
|
|
|
| |
Seemingly not possible to auto-test reliably
Change-Id: Idb492465323d91279caf170646590a54847b9414
|
|
|
|
|
|
| |
Horizontally is done in the block before this one. Vertically is done here.
Change-Id: I230297edb26ee41106d50756ae5221fd108fba21
|
|
|
|
| |
Change-Id: I1679f63554ff7a9f7f1e51e0988f03aede26c1ba
|
|
|
|
|
|
|
|
| |
Regression was caused by patch https://dev.vaadin.com/review/#/c/4480
Fixed the same issue for ComboBox as well.
Change-Id: Id43912f0803b5e056d4ca6585746e53226282d85
|
|
|
|
| |
Change-Id: I8fd616f52e7a4fbc8c0f251103f440092ec0c57f
|
|
|
|
|
|
| |
When using Valo theme and Responsive extension, all responsive UIs get a padding-top even though it should be only added when a Valo Menu is present in the UI. Added a stylename which has to be added to any responsive UIs containing a Valo Menu.
Change-Id: Ib3e3c5341bef03c174accb01401b4a90c1deb29e
|
| |
|
|
|
|
| |
Change-Id: Ie7936fd2eaca0e0c5da1f6ed8f12238ae207b7eb
|
|
|
|
| |
Change-Id: I44b29ca74ed9d8037a307b790115c2e21cb2c376
|
|
|
|
| |
Change-Id: I6bfcd0a5ad78bd79aad2fa2357a7e33a00b3c33d
|
|
|
|
| |
Change-Id: Ib1211a7a2282753b329129615a544264e62d1ed5
|
|
|
|
|
|
|
|
|
|
|
| |
Full Name of defect:
Regression: Table column jumps when table is shown and table is contained in a layout
Regression is a outcome of change due to #12672.
No TB4 test because problem happens too fast to be caught.
Change-Id: I9af5ed3c11e0fb673c7f2f1c5fd4739bd4b8c655
|
|
|
|
|
|
| |
Changed detection logic.
Change-Id: I9cb8e94fe6bb5be587fa73ed6a71d2c7c1d91733
|
|
|
|
|
|
|
| |
Checking whether invisible tab are present before the scroll index and
if so resetting the scroll index when tab goes back to visible.
Change-Id: I156dbe93963b0d9f46e21a593ffc3c4c77ebd1c6
|
|
|
|
| |
Change-Id: I8ce4fbc566f030bf22c555f68b97beb781b19805
|
|
|
|
| |
Change-Id: Ie925757167b6d8521707b6d5515157eca85f9dba
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A status code of 0 indicates that the request has not been handled by
the server because the connection was closed without sending response
headers.
This can happen on the browser side when the browser window is closed,
or it can happen on network equipment side under adverse quality of link
conditions.
Therefore vaadin should retry such a request once before popping up the
disconnect message.
Change-Id: I9524c97a3de8e4ac9499394a2a795b0441a36ead
|
|
|
|
|
|
| |
Refactored to remove invisible widgets from DOM.
Change-Id: I94d0ba37f4a75d71df88fbb0b1767ae60f39432d
|