aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add missed since for 8.3.3 (#10787)8.3Ilia Motornyi2018-04-051-1/+1
|
* Update since for 8.3.3 (#10767)8.3.3Teemu Suo-Anttila2018-03-281-1/+1
|
* Fix grid spacebar handling (#10750)Ilia Motornyi2018-03-272-3/+4
| | | | * Fix spacebar handling
* Correctly handle data providers with overriden getId (#10728)Anastasia Smirnova2018-03-276-4/+365
| | | | | Fixes #10647 Fixes #10498
* Scroll the parent if Grid has already scrolled to the end (#10700)Anna Koskinen2018-03-272-5/+71
| | | Fixes #9477
* Fix selecting rows from header and footer (#10720)Teemu Suo-Anttila2018-03-273-5/+47
|
* Add missing null check to Binding (#10726)Teemu Suo-Anttila2018-03-272-3/+24
| | | | * Add missing null check to Binding
* Fix initially disabled items in RadioButtonGroup (#10719)Teemu Suo-Anttila2018-03-277-17/+155
|
* Initialize VRichTextArea.client in RichTextAreaConnector Marco Collovati2018-03-273-0/+66
| | | Fixes #10536
* Removed misleading Javadoc, as double can never be null (#10722)Daniel Schwering2018-03-271-2/+1
|
* Fix performance issue in Grid initial render with Footer (#10705)Teemu Suo-Anttila2018-03-272-4/+4
| | | | * Fix performance issue in Grid initial render with Footer
* Clear VComboBox selection fields when updated on server (#10692)Anna Koskinen2018-03-273-0/+130
| | | Fixes #10660
* Enable setting cursor after the last character (#10670)Anastasia Smirnova2018-03-273-1/+110
| | | | | | | | | | * Enable setting cursor after the last character Resolves #9157 * Reformat the code * Reformat the code using conventions
* Lost since tags (#10691)8.3.2Ilia Motornyi2018-03-081-2/+2
|
* 8.3.2 since (#10683)Ilia Motornyi2018-03-069-12/+12
|
* Fix client and server filter state mismatch in Combobox (#10630)Anna Koskinen2018-02-285-9/+98
| | | Fixes #10624
* Allow configuring content modes for Grid cell tooltips (#10632)Ilia Motornyi2018-02-285-26/+228
| | | | * Allow configuring content modes for Grid cell tooltips
* Fixes Grid editor visibility inside TabSheet (#10557)Piotr Wilkin2018-02-284-4/+34
| | | | | | Fixes #10146 Fixes #10543
* Add Content-Type with charset to notifications sent via Push KatriHaapalinna2018-02-281-0/+2
| | | Fixes #9922
* Set no-store headers for error responses (#10628)Leif Åstrand2018-02-286-21/+56
|
* Implement focus handing in RadioButtonGroup and CheckboxGroup (#10440)Olli Tietäväinen2018-02-288-1/+277
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #10429 * implement focus handing in RadioButtonGroup, fixes #10429 * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * merge * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * fix initial focus handling also on CheckBoxGroup and add tests * add license headers * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * changed client to use lambdas and refactored focus testing to parent class * made FocusTest abstract * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * don't allow focusing on disabled items & refactor focusing first item
* Change log level for "VaadinServlet Registration" message from WARNING to ↵Ilia Motornyi2018-02-281-1/+1
| | | | INFO (#10613)
* Fix Column.setSortable being overridden (#10604)Teemu Suo-Anttila2018-02-283-43/+108
|
* Fix GridLayout spacing if first row/column empty and set to be hidden (#10593)Anna Koskinen2018-02-282-11/+26
|
* Fix Grid details height calculation issue (#10343)Adam Wagner2018-02-287-3/+204
|
* Fix Grid initial render performance (#10579)8.3.1Teemu Suo-Anttila2018-02-065-79/+150
| | | Fixes #10232
* Fix code example in DataProvider JavaDoc (#10601)Ilia Motornyi2018-02-061-1/+1
|
* Fix ComboBox new item handler test (#10587)Anna Koskinen2018-02-061-0/+2
|
* Optimize style theme duplicates (#10534)AJ2018-02-061-3/+6
|
* Update release notes for maintenance release (#10588)Teemu Suo-Anttila2018-02-011-2/+2
|
* Update since tags for 8.3.1Teemu Suo-Anttila2018-01-311-1/+1
|
* Selection handling fix when adding new item to ComboBox. (#10445)Anna Koskinen2018-01-316-9/+544
| | | Fixes #10284
* Fixes Button constructor not setting up RPC (#10566)Morgan Pittkin2018-01-311-1/+1
| | | Fixes #10540
* Update release notes to mention correct Java versions (#10576)Teemu Suo-Anttila2018-01-311-1/+1
|
* Fix column width in resize event when mode is SIMPLE (#10442)Adam Wagner2018-01-313-2/+88
|
* Fix removeUI assertions to work with proxy UIs (#10574)Teemu Suo-Anttila2018-01-311-2/+4
|
* Fix Grid not updating selected item immediately (#10569)Teemu Suo-Anttila2018-01-313-17/+31
|
* Make modal window focus circulate correctly (#10497)Olli Tietäväinen2018-01-313-17/+67
|
* Update release notes for release candidate (#10554)8.3.0.rc18.3.0Teemu Suo-Anttila2018-01-221-2/+2
|
* Use Spring and CDI 3.0.0 (#10550)Teemu Suo-Anttila2018-01-191-2/+2
|
* Update Spring and CDI versions in BOM (#10530)8.3.0.beta2Teemu Suo-Anttila2018-01-156-12/+17
|
* Rename widgetEventsAllowed to handleWidgetEvents (#10529)Leif Åstrand2018-01-155-24/+22
|
* Ensure Upload is properly reset after an upload is interrupted (#10522)Anna Koskinen2018-01-153-0/+321
| | | Fixes #9635
* Fix tests for Chrome 63 and focus issues in IE11 (#10495)Teemu Suo-Anttila2018-01-158-19/+18
|
* Recognise Firefox and its version on iOS (#10466)Adam Wagner2018-01-152-3/+54
| | | Fixes #9592
* Fix space key on selection checkbox to select grid row (#10388)Marco Collovati2018-01-152-1/+36
| | | Fixes #10221
* Add aria-modal attribute and role='dialog' for modal Window (#10447)Olli Tietäväinen2018-01-152-2/+22
| | | Fixes #10424
* Backport fix for removing Notifications on close (#10504)Teemu Suo-Anttila2018-01-154-16/+106
|
* Tweak date style API (#10493)8.3.0.beta1Leif Åstrand2018-01-081-15/+16
| | | | | | | * Disallow some `null` arguments * Return an unmodifiable map from getDateStyles(). This helps the developer understand that changes to the returned map are not automatically applied to the component. * Remove redundant `@link` markup from `@see` in the javadocs.
* Rename contentMode to descriptionContentMode in MenuItem (#10494)Leif Åstrand2018-01-084-29/+31
|