| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Updating screenshots
|
|
|
|
|
|
|
| |
Restore InterruptUploadTest functionality, fix TextChangeEventsTest
Fixes #11161
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Fixes #10998
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Fix scrolling problem in table in Chrome 56+
Fixes #8707
* Remove commented code
|
|
|
|
|
|
|
|
| |
* Prevent killing UI if heartbeats are pending (#10371)
Fixes #9663
* fixed Java 1.8 syntax -> 1.6
|
|
|
|
| |
* Ensure Upload is properly reset after an upload is interrupted (#9635)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
* cleanup
|
|
|
| |
Add findWidget() method to accept non exact matches.
|
|
|
|
|
| |
Add additional class names and style to components and error indicators to distinguish different error levels.
Vaadin 7 solution for #3139
|
|
|
| |
Closes #7902
|
|
|
| |
Fixes #9894
|
|
|
| |
Fixes #7341
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Fixes #7261
Fixes #5178
Fixes #4409
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#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
|
|
|
|
|
| |
Immediately clean connectors which the client side does not know about
Fixes #9303
|
| |
|
|
|
| |
Fixes #8840 for 7.7
|
|
|
|
|
|
| |
Refactors AbstractGridKeyEvent, AbstractGridMouseEvent and their
descendants to follow the pattern used in other GWT DomEvents.
Fixes #7633
|
|
|
|
|
| |
Allows Flash embed to expand if percentage dimensions given
Fixes #4035
|
| |
|
|
|
| |
Fixes #1149
|
|
|
|
|
|
|
|
| |
* Fix client-side error when Upload in TabSheet and Push
Fixes #8728
* Merge 7.7 into 7.7-upload-in-tab-exception-fix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
* Update expected Chrome version to 56
* Update screenshots
|
|
|
|
| |
IE8 handles the sizings differently from other tested browsers so it
needs to be tested on 'left: auto' and not wrapper div width.
|
|
|
|
| |
Refresh calendar body for show week numbers state change.
|
|
|
|
|
| |
Fixed problem that disables opening of popup
after closing it by clicking the datefield-button.
|
|
|
|
| |
* Fix gthe absolute layout component resize positioning tests.
|
|
|
| |
Fixes #8413
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
* Add method for refreshing all Grid rows
Fixes #8350
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
| |
Fixes #7880
|
|
|
|
|
|
|
|
| |
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.
|
|
|
| |
Fixes #8266
|
|
|
|
| |
(#8277)
|
|
|
| |
Fixes #7496
|