Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Empty sinces for 7.7.14 (#11114)7.7.14 | Olli Tietäväinen | 2018-08-15 | 1 | -2/+2 |
| | |||||
* | Compensate for Grid editor moving out of sync horizontally. (#11092) | Anna Koskinen | 2018-08-13 | 1 | -2/+14 |
| | | | Fixes #10998 | ||||
* | Fix removal tabsheets if last one is selected (#11074) | Ilia Motornyi | 2018-07-19 | 1 | -1/+1 |
| | | | | | Backport #11070 Related to #10925 | ||||
* | Fix initially selected CheckBox rendering in Safari (#11047) | Olli Tietäväinen | 2018-07-18 | 1 | -0/+23 |
| | |||||
* | Add xsrf token header if cookie is present (#11040) | Ilia Motornyi | 2018-07-18 | 2 | -0/+16 |
| | | | Fixes #9471 | ||||
* | Fix MultiSelectionRenderer right-click exception (#10945) | Ilia Motornyi | 2018-05-23 | 1 | -3/+1 |
| | | | Related #10942 | ||||
* | Update Copyright headers for year 2018 (#10762) | Ilia Motornyi | 2018-03-28 | 512 | -540/+510 |
| | |||||
* | Allow configuring content modes for Grid cell tooltips (#10396) | Leif Åstrand | 2018-02-06 | 3 | -6/+67 |
| | |||||
* | Add missing since tag to new method (#10458)7.7.13 | Adam Wagner | 2017-12-21 | 1 | -0/+1 |
| | | | | * Add missing since tag to new method | ||||
* | Ensure Upload is properly reset after an upload is interrupted (#9635) (#10457) | Anna Koskinen | 2017-12-20 | 1 | -0/+1 |
| | | | | * Ensure Upload is properly reset after an upload is interrupted (#9635) | ||||
* | Fix grid details height calculation issue (#10453) | Adam Wagner | 2017-12-20 | 6 | -3/+188 |
| | |||||
* | Fix column width resize event firing when mode is SIMPLE (#10452) | Adam Wagner | 2017-12-19 | 1 | -2/+10 |
| | |||||
* | added missing javadocs and since tags (#10315)7.7.12 | Olli Tietäväinen | 2017-11-13 | 3 | -6/+26 |
| | | | | | | * added missing javadocs and since tags * fix formatting of javadocs | ||||
* | Make focus circulate in modal dialog to improve accessibility (#10311) | Adam Wagner | 2017-11-13 | 4 | -26/+228 |
| | | | | | | | | | | | | * Make focus circulate in modal dialog to improve accessibility (#10260) Make focus circulate in modal dialog to improve accessibility * Backport window order event * Correct since tag * Correct copyright header | ||||
* | hand-picked fix to #5043 combobox suggestion popup on scroll (#10307) | Olli Tietäväinen | 2017-11-13 | 1 | -8/+71 |
| | | | | | | * hand-picked fix to #5043 combobox suggestion popup on scroll * cleanup | ||||
* | Add missing @since tags and missing javadocs (#10155)7.7.11 | Olli Tietäväinen | 2017-10-10 | 5 | -21/+52 |
| | |||||
* | Fix click in subclasses of Grid (#10144) | Adam Wagner | 2017-10-10 | 9 | -18/+75 |
| | | | Add findWidget() method to accept non exact matches. | ||||
* | Implement error level on client side (#9816) | Adam Wagner | 2017-09-26 | 20 | -24/+303 |
| | | | | | Add additional class names and style to components and error indicators to distinguish different error levels. Vaadin 7 solution for #3139 | ||||
* | Fix invalid user visible value in ComboBox (#8115) | Matti Tahvonen | 2017-09-06 | 1 | -1/+1 |
| | | | Closes #7902 | ||||
* | Fix ListSelect scrolling behavior on IE (#9910) | Aleksi Hietanen | 2017-09-04 | 1 | -0/+7 |
| | | | Fixes #9894 | ||||
* | Resize should work within Grid details row (#9799) | Ansku | 2017-08-17 | 2 | -4/+82 |
| | | | Fixes #7341 | ||||
* | Use separate identifier for push connections (#9150) | Olli Tietäväinen | 2017-08-10 | 2 | -22/+42 |
| | | | | | | By using a separate id we can avoid sending the sessions CSRF token as a GET parameter when initializing a push connection. Cherry-picked from #8700 to the 7.7 branch. | ||||
* | Added loop and preload attributes for media elements, fixed null poster (#9161) | Krassimir Valev | 2017-08-08 | 3 | -1/+39 |
| | | | | | Fixes #7261 Fixes #5178 Fixes #4409 | ||||
* | Add missing @since tags for 7.7.97.7.10 | Olli Tietäväinen | 2017-06-12 | 5 | -0/+30 |
| | |||||
* | Fix issues in Grid with undefined height (#9118) | Teemu Suo-Anttila | 2017-04-20 | 1 | -8/+20 |
| | |||||
* | Fix removing rows over the cached range in Grid | Johannes Tuikkala | 2017-04-20 | 1 | -1/+9 |
| | | | Fixes #8840 for 7.7 | ||||
* | Fix client-side memory leak caused by Grid events (#9062) | Aleksi Hietanen | 2017-04-19 | 7 | -71/+176 |
| | | | | | | 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) | davidef | 2017-04-19 | 1 | -1/+1 |
| | | | Fixes #4967 | ||||
* | Add @since tags for 7.7.8 (#8954)7.7.8 | Henri Sara | 2017-03-27 | 1 | -1/+1 |
| | | | | Add @since tags to VFlash and ApplicationConstants | ||||
* | Fix Flash expanding with percentage sizing (#8552) | Olli Tietäväinen | 2017-03-21 | 2 | -8/+107 |
| | | | | | Allows Flash embed to expand if percentage dimensions given Fixes #4035 | ||||
* | Fix Panel.setScrollTop() for large values (#8563) | Olli Tietäväinen | 2017-03-09 | 1 | -0/+7 |
| | | | Fixes #1149 | ||||
* | Fix client-side error when Upload in TabSheet and Push (#8779) | Ilia Motornyi | 2017-03-09 | 1 | -4/+6 |
| | | | | | | | | * Fix client-side error when Upload in TabSheet and Push Fixes #8728 * Merge 7.7 into 7.7-upload-in-tab-exception-fix | ||||
* | Always calculate Escalator max row count the same way (#8740) | Artur | 2017-03-07 | 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 full classnames and parenthesis from code (#8681) | Teemu Suo-Anttila | 2017-03-02 | 20 | -111/+68 |
| | | | 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. | ||||
* | Enable long tap emulation on iOS for context clicks (#8565) (#8570) | Teemu Suo-Anttila | 2017-02-15 | 1 | -1/+1 |
| | | | Fix release notes mention of context click events | ||||
* | Fix toggling of WeekNumbers for PopupDateField. (#8405) (#8469) | caalador | 2017-02-08 | 1 | -0/+5 |
| | | | | Refresh calendar body for show week numbers state change. | ||||
* | Update missing since tags for 7.7.7 (#8474)7.7.7 | Pekka Hyvönen | 2017-02-07 | 2 | -0/+4 |
| | | | | * Add missing since tags for 7.7.7 | ||||
* | Fix problem with re-opening the popup (#8446) (#8454) | caalador | 2017-02-07 | 1 | -5/+7 |
| | | | | | Fixed problem that disables opening of popup after closing it by clicking the datefield-button. | ||||
* | Fix caption updating in CustomLayout (#8415) | Artur | 2017-02-02 | 1 | -5/+7 |
| | | | Fixes #8413 | ||||
* | Call "destroy" instead of "destory" in JavaScriptRenders (#8263) | Artur | 2017-02-01 | 1 | -4/+19 |
| | | | | | | | | | | | | | | | | | | * 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) | Artur | 2017-02-01 | 1 | -1/+1 |
| | | | Fixes #8348 | ||||
* | Prevent reorder of frozen columns when there are hidden columns (#8278) | Artur | 2017-01-30 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | * 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) | Artur | 2017-01-30 | 9 | -6/+216 |
| | | | Fixes #7880 | ||||
* | Fix absolute layout component sizing on size change in Vaadin7 (#8304) | caalador | 2017-01-23 | 1 | -0/+4 |
| | | | | | | | | 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. | ||||
* | Flush the correct editor widget if there are hidden columns (#8276) | Artur | 2017-01-20 | 1 | -2/+2 |
| | | | Fixes #8266 | ||||
* | Fix navigation using keyboard to frozen column when there are hidden columns ↵ | Artur | 2017-01-19 | 1 | -3/+1 |
| | | | | (#8277) | ||||
* | Fix closing of modal window curtains while dragging and resizing (#8281) | Aleksi Hietanen | 2017-01-19 | 1 | -0/+2 |
| | | | Fixes #7496 | ||||
* | Rename variables to indicate whether they use DOM index or Grid index (#8275) | Artur | 2017-01-19 | 2 | -51/+55 |
| | |||||
* | Properly end HTML5 drag operations when no drop is performed (#8242) | Artur | 2017-01-19 | 1 | -0/+1 |
| | | | | | | | | * Properly end HTML5 drag operations when no drop is performed No auto test because of https://github.com/SeleniumHQ/selenium/issues/1365 Fixes #4060 | ||||
* | Make it possible to deselect what was selected on the server (#8235) | Artur | 2017-01-13 | 1 | -2/+8 |
| | | | | | | * Make it possible to deselect what was selected on the server Fixes #8221 |