summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix occasional empty rows in Table and TreeTable (#9551)mlindfors2017-08-093-45/+87
| | | | | | | | There's an intermittently happening issue with both Table and TreeTable, which results in row data disappearing. This change removes a method which is probably a vestigial one from over five years ago and other changes are handling the things the method used to perform. Currently the method removes rows deemed unnecessary from the row buffer. The problem is, those rows are visible to the user and removing causes row contents to be lost. Also included are manually runnable test cases which demonstrate that this removal actually prevents the issue from happening. Fixes #7964 Fixes #5030
* Added loop and preload attributes for media elements, fixed null poster (#9161)Krassimir Valev2017-08-087-10/+165
| | | | | Fixes #7261 Fixes #5178 Fixes #4409
* Do full connector tracker cleanup when the session lock is released (#9707) ↵Artur2017-08-016-28/+136
| | | | | | | | | | | | | (#9730) As there is no "request end" call after invoking UI.access() from a background thread, the connector map was not earlier properly cleaned afterwards. If you toggled visibility of a component from the background thread, the tracker state became inconsistent. If this becomes a performance problem, it could probably be optimized to that cleanup is done in request end and only at the end of access if not inside a request. Backported from master Fixes #9693
* Add missing @since tags for 7.7.97.7.10Olli Tietäväinen2017-06-125-0/+30
|
* Allow changing NavigationStateManager (#9416)apolds2017-05-241-0/+4
| | | | | Unregister old NavigationStateManager before setting new one (backport of #9410). Fixes #9406
* Remove warning for shortcuts on disabled connector (#9369)Olli Tietäväinen2017-05-191-3/+0
| | | | | Remove unnecessary warning on server log when using shortcut on disabled connector. Fixes #6951
* Clean connector tracker after each access block to stop memory leaks (#9331)Artur2017-05-179-30/+276
| | | | | Immediately clean connectors which the client side does not know about Fixes #9303
* Upgrade GWT version7.7.9Ilia Motornyi2017-05-052-2/+2
|
* Fix issues in Grid with undefined height (#9118)Teemu Suo-Anttila2017-04-203-8/+107
|
* Fix removing rows over the cached range in Grid Johannes Tuikkala2017-04-203-1/+140
| | | Fixes #8840 for 7.7
* Fix client-side memory leak caused by Grid events (#9062)Aleksi Hietanen2017-04-199-71/+226
| | | | | | Refactors AbstractGridKeyEvent, AbstractGridMouseEvent and their descendants to follow the pattern used in other GWT DomEvents. Fixes #7633
* Fix calendar dateclick does not work when in readonly mode (#9065)davidef2017-04-191-1/+1
| | | Fixes #4967
* Fix bug column and row expand ratio are not persisted Tien Nguyen2017-04-062-14/+31
| | | Fixes #9009
* Fixed links to domain modelAlejandro2017-03-281-3/+3
|
* 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