summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add @since tags for 7.7.8 (#8954)7.7.8Henri Sara2017-03-272-1/+3
| | | | Add @since tags to VFlash and ApplicationConstants
* Add vaadin-archetypes as expected artifact (#8953)Henri Sara2017-03-271-1/+1
|
* Fix Flash expanding with percentage sizing (#8552)Olli Tietäväinen2017-03-214-8/+209
| | | | | Allows Flash embed to expand if percentage dimensions given Fixes #4035
* Fix some tests for 7.7Henri Sara2017-03-133-9/+18
|
* Include charset in text/html responses (#8777)Artur2017-03-095-6/+16
| | | Fixes #8775
* Fix Panel.setScrollTop() for large values (#8563)Olli Tietäväinen2017-03-093-0/+110
| | | Fixes #1149
* Fix client-side error when Upload in TabSheet and Push (#8779)Ilia Motornyi2017-03-093-4/+173
| | | | | | | | * Fix client-side error when Upload in TabSheet and Push Fixes #8728 * Merge 7.7 into 7.7-upload-in-tab-exception-fix
* Correctly detach header/footer components when column is removed (#8645)Artur2017-03-092-2/+98
| | | | | | | | | | | | * Correctly detach header/footer components when column is removed Fixes #8638 * Merge branch '7.7' into _detach-header-components-on-remove-column * Merge branch '7.7' into _detach-header-components-on-remove-column * Merge branch '7.7' into _detach-header-components-on-remove-column
* Always calculate Escalator max row count the same way (#8740)Artur2017-03-075-18/+156
| | | | | | | | | | | | | | * Rename getMaxEscalatorRowCapacity to describe what it does * Always calculate Escalator max row count the same way This changes Escalator to not take a horizontal scrollbar into account when trying to determine "maximum visible rows". This will add another row, compared to previous versions, when there is a horizontal scrollbar. In reality, it would likely make sense to always add 10 more rows to have some buffer above and below the visible area. Fixes #8661
* Handle unknown connectors consistently and quietly as described in #8111 (#8741)Artur2017-03-072-6/+63
| | | Fixes #8629
* Fix some tests and update screenshots (#8744)Henri Sara2017-03-062-1/+1
| | | | | | * Update expected Chrome version to 56 * Update screenshots
* Remove unnecessary full classnames and parenthesis from code (#8681)Teemu Suo-Anttila2017-03-0291-1354/+459
| | | This change aims to reduce the number of false positives when comparing Vaadin 7 compatibility package in Vaadin 8 and actual Vaadin 7.7 branch. Conflicting parts are moved to imports as much as possible. Files have been formatted with same Eclipse version.
* Updated links to zip files in tutorial (#8659)Alejandro2017-02-221-4/+4
| | | | * Updated links to zip files in tutorial
* Enable long tap emulation on iOS for context clicks (#8565) (#8570)Teemu Suo-Anttila2017-02-152-3/+3
| | | Fix release notes mention of context click events
* Fix absoluteLayoutResizeComponents test for IE8 (#8497)caalador2017-02-082-2/+136
| | | | IE8 handles the sizings differently from other tested browsers so it needs to be tested on 'left: auto' and not wrapper div width.
* Fix toggling of WeekNumbers for PopupDateField. (#8405) (#8469)caalador2017-02-083-0/+174
| | | | Refresh calendar body for show week numbers state change.
* Update missing since tags for 7.7.7 (#8474)7.7.7Pekka Hyvönen2017-02-077-1/+13
| | | | * Add missing since tags for 7.7.7
* Update 7.7 release notes to github era (#8472)Pekka Hyvönen2017-02-071-21/+5
| | | | | | * Update 7.7 release notes to github era Fixes framework8-issues#222
* Fix problem with re-opening the popup (#8446) (#8454)caalador2017-02-073-5/+118
| | | | | Fixed problem that disables opening of popup after closing it by clicking the datefield-button.
* Fix the absolute layout component resize positioning tests. (#8456)caalador2017-02-061-17/+45
| | | | * Fix gthe absolute layout component resize positioning tests.
* Fix caption updating in CustomLayout (#8415)Artur2017-02-023-5/+77
| | | Fixes #8413
* Call "destroy" instead of "destory" in JavaScriptRenders (#8263)Artur2017-02-017-8/+115
| | | | | | | | | | | | | | | | | | * Call "destroy" instead of "destory" in JavaScriptRenders For backwards compatibility, calls "destory" if no "destroy" exists Fixes #8162 * Merge branch '7.7' into _js-renderer-destory * Merge branch '7.7' into _js-renderer-destory * Merge branch '7.7' into _js-renderer-destory * Merge branch '7.7' into _js-renderer-destory * Merge branch '7.7' into _js-renderer-destory
* Use an actually transparent 1x1 image (#8407)Artur2017-02-011-1/+1
| | | Fixes #8348
* Add method for refreshing all Grid rows (#8406)Artur2017-02-013-1/+53
| | | | | | * Add method for refreshing all Grid rows Fixes #8350
* Prevent reorder of frozen columns when there are hidden columns (#8278)Artur2017-01-302-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | * Rename variables to indicate whether they use DOM index or Grid index Grid indexes include hidden columns, DOM/Escalator indexes do not * Prevent reorder of frozen columns when there are hidden columns Fixes #8265 * Merge branch '7.7' into _grid-no-reorder-of-frozen-columns * Merge branch '7.7' into _grid-no-reorder-of-frozen-columns * Merge branch '7.7' into _grid-no-reorder-of-frozen-columns * Merge branch '7.7' into _grid-no-reorder-of-frozen-columns * Merge branch '7.7' into _grid-no-reorder-of-frozen-columns * Merge branch '7.7' into _grid-no-reorder-of-frozen-columns * Merge branch '7.7' into _grid-no-reorder-of-frozen-columns
* Make it possible to disallow user selection in Grid (#8144)Artur2017-01-3018-30/+694
| | | Fixes #7880
* Improve Grid extendability (#8343)Adam Wagner2017-01-271-2/+2
| | | | | | | * Improve Grid extendability (#8342). Find GridState field type using getField() instead of getDeclaredField() so that the field could be found in superclass as well. Change-Id: I33996f45e848575d11bb206c6a1d30d19e514968
* Remove invalid trailing comma from Thai date format (#8311)Artur2017-01-242-40/+1040
| | | | | | * Remove invalid trailing comma from Thai date format Fixes #8303
* Fix absolute layout component sizing on size change in Vaadin7 (#8304)caalador2017-01-233-0/+199
| | | | | | | | Changing from relative to defined size leaves the component positioned wrong, also changing from defined size to relative size leaves the component in the wrong position with the wrong size. Change makes the wrapper rerun setChildWidgetPosition() that adds/removes necessary css definitions to/from the cssPosition String.
* Serve VAADIN files also from META-INF/resources (#8286)Artur2017-01-221-4/+5
| | | Fixes #8206
* Flush the correct editor widget if there are hidden columns (#8276)Artur2017-01-202-5/+22
| | | Fixes #8266
* Fix navigation using keyboard to frozen column when there are hidden columns ↵Artur2017-01-194-8/+25
| | | | (#8277)
* Fix closing of modal window curtains while dragging and resizing (#8281)Aleksi Hietanen2017-01-192-6/+50
| | | Fixes #7496
* Rename variables to indicate whether they use DOM index or Grid index (#8275)Artur2017-01-192-51/+55
|
* Properly end HTML5 drag operations when no drop is performed (#8242)Artur2017-01-192-0/+81
| | | | | | | | * Properly end HTML5 drag operations when no drop is performed No auto test because of https://github.com/SeleniumHQ/selenium/issues/1365 Fixes #4060
* Removed broken/obsolete 'Setting up the Development Environment' link (#8251)Alejandro2017-01-171-2/+0
| | | | * Removed broken/obsolete 'Setting up the Development Environment' link
* Properly report invalid arguments to StaticRow.join() (#8243)Artur2017-01-161-4/+10
| | | | | | * Properly report invalid arguments to StaticRow.join() Closes #8234
* Make it possible to deselect what was selected on the server (#8235)Artur2017-01-132-3/+18
| | | | | | * Make it possible to deselect what was selected on the server Fixes #8221
* Reset selected icon when blurring a ComboBox (#8082)Artur2017-01-122-6/+84
| | | | | | | | | | * Reset selected icon when blurring a ComboBox Fixes #8073 * Merge branch '7.7' into _combobox-icon-reset-selection * Merge branch '7.7' into _combobox-icon-reset-selection
* Remove tracking of unregistered connectors (#8153)Aleksi Hietanen2017-01-1117-448/+65
| | | | | | | | | | | | * Remove tracking of unregistered connectors * Merge branch '7.7' into 8111-remove-unregistered-connector-tracking * Merge branch '7.7' into 8111-remove-unregistered-connector-tracking * Add tests that verify markAsDirty is called on old parent * Merge branch '7.7' into 8111-remove-unregistered-connector-tracking
* Fix exception when Grid is inside a PopupView (#8157)Artur2017-01-103-3/+78
| | | Fixes #7695
* Correctly detach components in merged cells when a static row is removed (#8142)Artur2017-01-092-7/+57
| | | Fixes #8140
* reopen Grid details on attach, fixes #8015 (#8074)Olli Tietäväinen2017-01-093-0/+91
| | | Fixes #8015
* Render font icon correctly on the 'more' menu item (#8126)Artur2017-01-054-7/+152
| | | | | | * Render font icon correctly on the 'more' menu item Fixes #8125
* Call error handler for exceptions in UI.init() (#8055)Artur2017-01-024-5/+210
| | | Fixes #4995
* Fix chrome version (#8086)Ilia Motornyi2016-12-271-1/+1
| | | | * Fix chrome version
* Fix removal of hidden Grid columns (#8071)Artur2016-12-233-2/+113
| | | Fixes #8018
* Use correct indexes in multiselect checkboxes after removing rows (#8072)Artur2016-12-224-25/+89
| | | Fixes #8011
* Fix context menu missing box-shadow for Runo on Chrome (#7966)Pekka Hyvönen2016-12-141-1/+1
| | | Change-Id: I318761527a695c741f52b4c18e9f8ea943f89017
* Make AtmospherePushConnection methods public (#7973)Artur2016-12-141-5/+9
| | | | | There is no sensible way to use a custom version of APC, so protected access does not help in any way to access the underlying resource and/or connected UI.