Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing since for 8.0.7 | Teemu Suo-Anttila | 2017-07-11 | 1 | -0/+3 |
| | |||||
* | Fix displaying Grid sort order set from server (#9530) | Teemu Suo-Anttila | 2017-07-11 | 1 | -3/+25 |
| | | | Fixes #8316 | ||||
* | Add handler for row height changing in Grid | Teemu Suo-Anttila | 2017-07-11 | 1 | -0/+6 |
| | | | Fixes #9488 | ||||
* | Show empty selection caption in ComboBox (#9468) | Teemu Suo-Anttila | 2017-07-11 | 2 | -6/+33 |
| | | | Fixes #9079 | ||||
* | Fix resetting of last filter in VComboBox (#9381) | Matti Tahvonen | 2017-07-11 | 1 | -1/+0 |
| | | | | | | Currently the reset method resets the lastFilter as well and then the logic thinks items don’t need to be refreshed when popup is reopened. Fixes #9027 Fixes #7790 | ||||
* | Make clicking checkbox label call focus listeners (#9271) | Knoobie | 2017-07-11 | 1 | -3/+3 |
| | | | | | Fixes the remaining issue from #3944 for Firefox so that a click on the checkbox label calls the focus listener. Fixes #9290 | ||||
* | Add since tags for 8.0.68.0.6 | Teemu Suo-Anttila | 2017-05-08 | 1 | -0/+1 |
| | |||||
* | Remove unnecessary logging from setHeightByRows in Escalator | Teemu Suo-Anttila | 2017-05-08 | 1 | -1/+0 |
| | |||||
* | Fix issues in Grid with undefined height (#9104) | Teemu Suo-Anttila | 2017-05-08 | 1 | -49/+43 |
| | |||||
* | Fix client-side memory leak caused by Grid events (#9103) | Aleksi Hietanen | 2017-05-08 | 6 | -65/+170 |
| | | | | | | | Refactors AbstractGridKeyEvent, AbstractGridMouseEvent and their descendants to follow the pattern used in other GWT DomEvents. Fixes #7633 | ||||
* | Ignore all external events in the Profiler (#9033) | Artur | 2017-05-08 | 1 | -0/+6 |
| | | | | | This fixes problems with profiling the initial paint: "SEVERE: Got end event for leftoversDownload.runAsync but is currently in null" | ||||
* | Use separate identifier for push connections | Aleksi Hietanen | 2017-05-08 | 2 | -6/+25 |
| | | | | Closes #8700 | ||||
* | Correctly set ListSelect style names | Artur | 2017-05-08 | 1 | -19/+10 |
| | | | | Fixes #8901 | ||||
* | Notify a resource load listener many times if it has been added many times ↵ | Artur | 2017-05-08 | 1 | -3/+4 |
| | | | | | | (#9075) This is what the javadoc promises and what DependencyLoader relies on | ||||
* | Provide GridLayout size and cell elements to JS and TB (#9019) | Artur | 2017-05-08 | 1 | -0/+44 |
| | |||||
* | Remove compile-time mockito dependency from client module | Aleksi Hietanen | 2017-05-08 | 1 | -5/+0 |
| | |||||
* | Send view width as width and not height | Artur | 2017-05-08 | 1 | -2/+2 |
| | |||||
* | Correctly set style names for NativeSelect (#9006) | Artur | 2017-05-08 | 2 | -2/+9 |
| | | | | Fixes #9005 | ||||
* | Fix Editor not saving values by pressing Enter (#8946) | Stephen Wellington | 2017-05-08 | 1 | -2/+2 |
| | | | | Fixes #8945 | ||||
* | Fix column indexing when setting a renderer (#8976) | Teemu Suo-Anttila | 2017-05-08 | 1 | -4/+5 |
| | | | | Fixes #8943 | ||||
* | Add missing @since for 8.0.5 and 7.7.88.0.5 | Pekka Hyvönen | 2017-03-30 | 2 | -1/+3 |
| | |||||
* | Fix Panel.setScrollTop() for large values (#8563) | Olli Tietäväinen | 2017-03-30 | 1 | -0/+7 |
| | | | Fixes #1149 | ||||
* | Fix NativeSelect inner component size (#8737) | Ilia Motornyi | 2017-03-30 | 1 | -0/+24 |
| | | | | Fixes #8702 | ||||
* | Fix data not being sent again when adding DataGenerators (#8947) | Teemu Suo-Anttila | 2017-03-30 | 1 | -0/+6 |
| | | | | | | * Fix data not being sent again when adding DataGenerators * Fix header component detaching, revert early header cleanup | ||||
* | Fix removing rows over the cached range in Grid | Pekka Hyvönen | 2017-03-30 | 1 | -1/+9 |
| | | | | Fixes #8840 | ||||
* | Use computed style for Escalator size calculations (#8861) | Artur | 2017-03-30 | 2 | -59/+113 |
| | | | | | | | | | | | | | * Use computed style for Escalator size calculations The old method of using getBoundingClientRect does not work as expected if a transform has been applied to the element or one of its parents. For instance PopupView animates itself using a scale(0) -> scale(1) animation. When scale(0) is active, getBoundingClientRect will return 0 for all sizes while computed style ignores the transform and returns the expected value. Fixes #8793 | ||||
* | Fix default header content changes on init (#8921) | Teemu Suo-Anttila | 2017-03-30 | 1 | -12/+14 |
| | | | | | This patch also enables an old test that was pending #8128 Fixes vaadin/framework8-issues#556 | ||||
* | Fix Flash expanding with percentage sizing (#8898) | Olli Tietäväinen | 2017-03-22 | 2 | -8/+107 |
| | | | | | Allows Flash embed to expand if percentage dimensions given Fixes #4035 | ||||
* | Check Trident version to detect compatibility mode (#8884) | Dos Moonen | 2017-03-22 | 1 | -0/+36 |
| | | | IE11 in compatibility mode is actually not too old. It's just not recognized as IE11 if you leave the Trident version out of the equation. Checking the Trident version and using it to determine the actual IE version instead of trusting the possibly emulated MSIE version string. | ||||
* | Optimize grid by avoiding redundant row refreshes (#8874) | Henri Sara | 2017-03-22 | 1 | -6/+21 |
| | | | | | | * Optimize grid by avoiding redundant row refreshes * Delay more calls to refreshBody() | ||||
* | Support data-location attribute in CustomLayout (#8866) | Henri Sara | 2017-03-22 | 1 | -0/+4 |
| | | | Fixes #8416 | ||||
* | Add @since 8.0.3 tags8.0.3 | elmot | 2017-03-16 | 2 | -0/+6 |
| | |||||
* | Always calculate Escalator max row count the same way (#8740) | Artur | 2017-03-16 | 1 | -13/+19 |
| | | | | | | | | | | | | | | * 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 | ||||
* | Remove unnecessary width calculation on Grid initial render (#8848) | Henri Sara | 2017-03-16 | 2 | -31/+56 |
| | | | | | | | Do not calculate column widths unnecessarily, especially for columns with fixed width. Fixes #8678 | ||||
* | Allow changing renderers after column creation (#8841) | Teemu Suo-Anttila | 2017-03-16 | 1 | -1/+5 |
| | | | | Closes #8250 | ||||
* | Fix removing rows from the middle of Escalator (#8826) | Pekka Hyvönen | 2017-03-16 | 1 | -8/+2 |
| | | | | | | * Fix removing rows from the middle of Escalator Fixes #8825 | ||||
* | Correct license location | Ahmed Ashour | 2017-03-16 | 2 | -6/+2 |
| | |||||
* | Fix detach of grid when it contains frozen columns (#8803) | Artur | 2017-03-16 | 1 | -2/+6 |
| | | | | | | * Fix detach of grid when it contains frozen columns Fixes #8748 | ||||
* | Fix ComboBox popup location on scrolled pages in IE/Firefox | Henri Sara | 2017-03-16 | 1 | -5/+13 |
| | | | Fixes #8778 | ||||
* | Remove extra empty javadocs before package declaration (#8776) | Ahmed Ashour | 2017-03-16 | 14 | -40/+0 |
| | |||||
* | Avoid double unregister of columns on the client side | Artur Signell | 2017-03-16 | 1 | -7/+7 |
| | | | | | | | Columns unregister themselves from the grid through removeColumn, also when the whole grid is removed. Fixes #8748 | ||||
* | Fix client-side error when Upload in TabSheet and Push | Johannes Tuikkala | 2017-03-16 | 1 | -4/+6 |
| | | | Fixes #8728 | ||||
* | Always load the deferred connector bundle (#8713) | Leif Åstrand | 2017-03-16 | 3 | -18/+51 |
| | | | | | | | | | | endDependencyLoading that was used for starting to load the deferred connector bundle is only called during regular application init if the theme wasn't yet loaded when the initial UIDL request finished. With this patch, the bundle is instead set to be loaded after the initial UIDL message has been completely processed. Fixes #4763 | ||||
* | Add support for rendering HTML in ButtonRenderer (#8606) | Artur | 2017-03-16 | 2 | -1/+22 |
| | |||||
* | Support Vaadin custom protocols in Vaadin-Refresh redirects (#8597) | Artur | 2017-03-16 | 1 | -1/+2 |
| | | | | A login page you want to redirect to is typically in the webapp root, which you can now refer to as "Vaadin-Refresh: context://login.html" | ||||
* | Translate "context://" to the context root of the web app | Artur | 2017-03-16 | 2 | -3/+22 |
| | | | Fixes #2523 | ||||
* | Picked all changes from 7.7 | Teemu Suo-Anttila | 2017-03-07 | 9 | -72/+96 |
| | | | | | Synchronises parts of compatibility package code to match 7.7 Picks suitable patches for 8 code as well | ||||
* | Remove tracking of unregistered connectors (#8153) | Aleksi Hietanen | 2017-03-07 | 2 | -25/+9 |
| | |||||
* | Fix exception when no columns are shown (#8733) | Artur | 2017-03-07 | 1 | -9/+17 |
| | | | | | | * Fix exception when no columns are shown or all columns are frozen Fixes #8329 | ||||
* | Fix js state partial updates (#8695) | Leif Åstrand | 2017-03-07 | 1 | -6/+0 |
| | | | | | | | | | | | | * Fix partial state change handling of JavaScript components In ace0e324b69753431dcde9949eaa9b0e3e648db9 (Use diffstate for JS connectors) partial state change handling for JavaScript components was introduced, but the setNativeState method in JavaScriptConnectorHelper was not adjusted. By removing the cleanup code from the updateNativeState method it can be ensured that the non-changed properties are still present on the state object. * Add test for preserving untouched JS state fields |