summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ignore change btwn paints and force update unfocused TextField (#15144)AMahdy AbdElAziz2015-01-213-7/+185
| | | | | | | Change-Id: I0ddcea2a617fea00d707f7deaf155e98b9d6a832 Conflicts: client/src/com/vaadin/client/ui/textfield/TextFieldConnector.java
* Embedded ThemeResource should react to theme change (#15194)Anna Koskinen2015-01-215-15/+228
| | | | Change-Id: Ied78a8c999e592a944c27138e179c37a31a0af54
* Button icon 'icon-align-top' style correction (#15140).Denis Anisimov2015-01-211-4/+6
| | | | Change-Id: I16bc415596431340e4e4d1944b3927dc3fd6cd96
* Button icon 'icon-align-top' style correction (#15140).Denis Anisimov2015-01-213-0/+100
| | | | Change-Id: I671013284cadbef89b46cca042a099441dbb6bff
* Fix for Wrong background color in a Window in IE8 (#15322)AMahdy AbdElAziz2015-01-213-3/+67
| | | | Change-Id: Ie25c7142bc111829be829f4ba98ed639ad1f5126
* Hide input field from clicking for immediate upload in Valo. (#15404)Sauli Tähkäpää2015-01-212-24/+50
| | | | Change-Id: I69bcd7b1d610d0e9adb6ce43e06591a769bef957
* Fix maximized window ordering. (#15360)Sauli Tähkäpää2015-01-204-1/+176
| | | | Change-Id: Ic994d4e5d74ddc2a554311110640b84bc2e9c802
* Updating table size if set to undefined (#15384)Alexey Fansky2015-01-203-0/+163
| | | | Change-Id: Ie21f1078cd25b859c5a3dcc4ca6db3d048bbdf42
* Only split CssLayout styles at the first : character (#15490)Leif Åstrand2015-01-203-1/+78
| | | | Change-Id: Ifa5f3d3d583d6d32a50b69b3b59b141829293b37
* ComboBox: programmatic value reset breaks dropdown (#13217)Anna Miroshnik2015-01-203-0/+254
| | | | Change-Id: I6f749ab0788324d24e1e7451183ec9f0ff8ed5ba
* ICON_ONLY mode should not show icon row header for TreeTable (#14799).Denis Anisimov2015-01-205-1/+163
| | | | Change-Id: If854186547e3d7b8e67710113ec6754bc84ace2f
* Change cursor to default for nondraggable windows in Valo. (#15377)Sauli Tähkäpää2015-01-203-1/+42
| | | | Change-Id: Ie019abbda1664e8dd4f53a76f2c6f21e3bc5443b
* Escape optimize widgetset output (#15387)Leif Åstrand2015-01-201-3/+5
| | | | Change-Id: I6759ca142f9618425df007e995bc7a0a9a211919
* Test for using setFirstVisibleHourOfDay on Calendar week view (#13431)Anna Miroshnik2015-01-202-0/+192
| | | | Change-Id: I6c3ebea2983855937fadc7eab171d892a4f80884
* Fix NotificationDelayTest for IE8 and Chrome. (#14689)Sauli Tähkäpää2015-01-201-15/+12
| | | | Change-Id: I3f92722ce9832ec2b748f2bf20477244597a8912
* Notification should be closed after delay (#14689).Denis Anisimov2015-01-203-0/+120
| | | | | | | | | 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
* Table: column not expanding after setColumnExpandRatio (#15101)Ilya Ermakov2015-01-203-43/+277
| | | | | | | | | | | 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
* Removed apostrophe typo in VToolTip.Java (#15533)Markus Koivisto2015-01-191-2/+2
| | | | | | Changed "it's" to possesive "its". Change-Id: I4db55425a6f6778d0c1d0716ab833fa4fa8d31ac
* Use API for setting content length on responses (#15504)7.3.8Artur Signell2015-01-073-1/+22
| | | | Change-Id: Ic8f29163442a1476406a1f2b617a4ecaf577ba93
* Throw IllegalArgumentException on non-existent version column. (#15290)Sauli Tähkäpää2015-01-052-65/+97
| | | | | | | Change-Id: I68fdea1144253feba906acd882b573d469f39a30 Conflicts: server/tests/src/com/vaadin/data/util/sqlcontainer/SQLContainerTableQueryTest.java
* Prevent key events without key code from triggering actions (#11029)Artur Signell2015-01-052-0/+42
| | | | | | Seemingly not possible to auto-test reliably Change-Id: Idb492465323d91279caf170646590a54847b9414
* Typo in the Profiler log (#15426)AMahdy AbdElAziz2015-01-051-1/+1
| | | | | | Horizontally is done in the block before this one. Vertically is done here. Change-Id: I230297edb26ee41106d50756ae5221fd108fba21
* Preserve newlines and align exception stacktraces left (#15456)Artur Signell2015-01-051-4/+7
| | | | Change-Id: I1679f63554ff7a9f7f1e51e0988f03aede26c1ba
* Fix date field button regression (#14572)Jouni Koivuviita2015-01-052-15/+23
| | | | | | | | Regression was caused by patch https://dev.vaadin.com/review/#/c/4480 Fixed the same issue for ComboBox as well. Change-Id: Id43912f0803b5e056d4ca6585746e53226282d85
* Remove mentions of SimpleViewDisplay as there is no such thing (#12934)Artur Signell2015-01-051-7/+4
| | | | Change-Id: I8fd616f52e7a4fbc8c0f251103f440092ec0c57f
* Fixes unnecessary padding-top added to all responsive UIs (#14679)Teppo Kurki2015-01-054-1/+152
| | | | | | 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
* Update release notes for 7.3.77.3.7Leif Åstrand2014-12-171-3/+16
|
* Handle portlet error messages properly (#15398)Leif Åstrand2014-12-171-0/+5
| | | | Change-Id: Ie7936fd2eaca0e0c5da1f6ed8f12238ae207b7eb
* Add missing @since for 7.3.7.Sauli Tähkäpää2014-12-173-1/+3
| | | | Change-Id: I44b29ca74ed9d8037a307b790115c2e21cb2c376
* Set explicit calculated size for drag image element (#14617).Denis Anisimov2014-12-164-1/+121
| | | | Change-Id: I6bfcd0a5ad78bd79aad2fa2357a7e33a00b3c33d
* Back button doesn't change URL if view blocks the navigation (#10901)Anna Miroshnik2014-12-163-0/+230
| | | | Change-Id: Ib1211a7a2282753b329129615a544264e62d1ed5
* Delayed column layouting is visible (#15189)Anna Miroshnik2014-12-162-14/+73
| | | | | | | | | | | 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
* VBrowserDetails fails to detect Android when using Firefox (#15183)Sergey Budkin2014-12-162-7/+14
| | | | | | Changed detection logic. Change-Id: I9cb8e94fe6bb5be587fa73ed6a71d2c7c1d91733
* Reset tabsheet scroller when unhiding leftmost tab (#14644)Alexey Fansky2014-12-163-2/+96
| | | | | | | 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
* Fix CustomLayout child rendering when template is missing (#8696)Teemu Pöntelin2014-12-163-6/+104
| | | | Change-Id: I8ce4fbc566f030bf22c555f68b97beb781b19805
* Horizontal split panel height shouldn't ignore second component (#15149)Denis Anisimov2014-12-163-91/+261
| | | | Change-Id: Ie925757167b6d8521707b6d5515157eca85f9dba
* always retry a status code 0 uidl request (#15254)Fabian Lange2014-12-161-24/+38
| | | | | | | | | | | | | 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
* Accordion causes SEVERE error in browser console (#15182)Sergey Budkin2014-12-163-19/+37
| | | | | | Refactored to remove invisible widgets from DOM. Change-Id: I94d0ba37f4a75d71df88fbb0b1767ae60f39432d
* DateField popup doesn't close when popup button is clicked (#14857)Anna Miroshnik2014-12-163-10/+165
| | | | Change-Id: Ieb6ff2f072726fe8707d3cce61569dd623b13ebd
* Position calendar popup on the left side if there is no space (#14757).Denis Anisimov2014-12-168-54/+376
| | | | Change-Id: I83836bbf077033712a569c8eff52576b012b4dee
* MenuBar submenus close unexpectedly if use Valo theme (#15255)Jouni Koivuviita2014-12-165-43/+212
| | | | | | | | | | | This fix is for animation-in and animation-out. Fix was done in VMenuBar. VOverlay provides now hide() method with possibility to enable/disable the animations via parameters boolean animateIn, boolean animateOut. By default they are true (not to break animate-in, animate-out for VWindow and VNotification) Change-Id: I49981952c7c18a02edd7fa9e6d247bb18f660207
* Long events aren't displayed properly when using Container (#15242)Sergey Budkin2014-12-163-56/+81
| | | | | | Rewrote event selection. Change-Id: I8f0dd1c5ec736ea14037619b1656a79b7e3532be
* Make addNestedContainerBean work with existing bean item container items ↵Artur Signell2014-12-162-1/+43
| | | | | | (#15355) Change-Id: I04a91349fce452aa26c304413061440ad74465cc
* Fix opacity for disabled checkboxes and option groups. (#15239)Jouni Koivuviita2014-12-093-20/+34
| | | | Change-Id: I2d09a116d07621053f2fc9524f95e47bf7fc834e
* UIInitHandler emits Content-Length when writing json response (#15271)Fabian Lange2014-12-091-13/+8
| | | | | | | | This prevents chunked-transfer mode and allows server infrastructure to decide correctly on things like compression which benefits from knowing a content length. Change-Id: I4e969e0874b506d0f61526662ee78418987937c4
* SQLContainer removeItem Error when isModified (#8802)Ilya Ermakov2014-12-092-12/+28
| | | | | | This patch makes commit() work properly if an item was modified and later deleted. Change-Id: I5a00024112e7b6bb7ab3750c292a872937f03af9
* Add null check to UI.setTheme. (#15326)Sauli Tähkäpää2014-12-092-15/+61
| | | | Change-Id: I2ab2d24ec05bb618969f59ea15d3a971f88009ca
* Fix opacity for disabled links in Valo. (#15253)Sauli Tähkäpää2014-12-093-3/+12
| | | | Change-Id: I865526499a6d55a835758f0194a977c36c10304a
* Escape dynamic and configured theme names in the same way. (#15309)7.3.6Leif Åstrand2014-12-023-5/+52
| | | | Change-Id: Ib7fd42e6017d0b78e6d5e6bd7f531f0cd6c8c0ab
* Escape themeUri before rewriting CustomLayout HTML. (#15309)Leif Åstrand2014-12-021-1/+1
| | | | Change-Id: I192691ac02bf3a98df1424dead5e4fd6385e395d