summaryrefslogtreecommitdiffstats
path: root/client/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #11369 (#11402)macprzepiora2019-01-111-0/+16
| | | Clear contents of iframe clone that is in a Window so that when it's reattached to DOM we don't get 404
* V7: Improve VMenuBar click handling logic (#11362)Anastasia Smirnova2018-12-142-95/+113
| | | | | | | | | | | | | | | | | | | | | | * Improve VMenuBar click handling logic Backport to V7: During `updateFromUIDL` inside MenuBarConnector we empty and re-instantiate the components of MenuBar. When we are modifying the Menubar from the BlurEventListener of another component, we ,by this, remove widgets, therefore clickEvent is not fired and the action of the MenuItem is not proceed as a result. (The BlurEvent is fired before the click event in the chain of events. ) To improve the situation, we catch onMouseDown event , which is fired before BlurEvent,by assigning mouseDown flag to true. Then if no click event has yet happened, we delay the execution of update inside `updateFromUIDL` by default 500 ms. Then if click event occurs, it proceeds normally. The time can be increased/decreased using setter. There is no delay, if we are clicking on the MenuBar as usual or no Blur listener is set. This change allows setting descriptions preserving the action from the MenuItem (cherry picked from commit 22cc85c76f28a762685204911ad66f95bda2d296) * Improve VMenuBar click handling logic Add missing files from the first commit Backported to V7: (cherry picked from commit 22cc85c)
* Add columns at once in a batched way to increase performance (#11261)ericflock2018-11-062-87/+150
| | | | | | | | | | | | | | * provide possibility to add columns in a batched way This is the basis to increase the performance for further changes. * add the columns at once to the grid to increase performance * combined performance fixes * respect the column order * Fixed formatting
* Eliminate initial double rendering during initial renderingTatu Lund2018-10-031-2/+17
|
* Empty sinces for 7.7.14 (#11114)7.7.14Olli Tietäväinen2018-08-151-2/+2
|
* Compensate for Grid editor moving out of sync horizontally. (#11092)Anna Koskinen2018-08-131-2/+14
| | | Fixes #10998
* Fix removal tabsheets if last one is selected (#11074)Ilia Motornyi2018-07-191-1/+1
| | | | | Backport #11070 Related to #10925
* Fix initially selected CheckBox rendering in Safari (#11047)Olli Tietäväinen2018-07-181-0/+23
|
* Add xsrf token header if cookie is present (#11040)Ilia Motornyi2018-07-182-0/+16
| | | Fixes #9471
* Fix MultiSelectionRenderer right-click exception (#10945)Ilia Motornyi2018-05-231-3/+1
| | | Related #10942
* Update Copyright headers for year 2018 (#10762)Ilia Motornyi2018-03-28512-540/+510
|
* Allow configuring content modes for Grid cell tooltips (#10396)Leif Åstrand2018-02-063-6/+67
|
* Add missing since tag to new method (#10458)7.7.13Adam Wagner2017-12-211-0/+1
| | | | * Add missing since tag to new method
* Ensure Upload is properly reset after an upload is interrupted (#9635) (#10457)Anna Koskinen2017-12-201-0/+1
| | | | * Ensure Upload is properly reset after an upload is interrupted (#9635)
* Fix grid details height calculation issue (#10453)Adam Wagner2017-12-206-3/+188
|
* Fix column width resize event firing when mode is SIMPLE (#10452)Adam Wagner2017-12-191-2/+10
|
* added missing javadocs and since tags (#10315)7.7.12Olli Tietäväinen2017-11-133-6/+26
| | | | | | * added missing javadocs and since tags * fix formatting of javadocs
* Make focus circulate in modal dialog to improve accessibility (#10311)Adam Wagner2017-11-134-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äinen2017-11-131-8/+71
| | | | | | * hand-picked fix to #5043 combobox suggestion popup on scroll * cleanup
* Add missing @since tags and missing javadocs (#10155)7.7.11Olli Tietäväinen2017-10-105-21/+52
|
* Fix click in subclasses of Grid (#10144)Adam Wagner2017-10-109-18/+75
| | | Add findWidget() method to accept non exact matches.
* Implement error level on client side (#9816)Adam Wagner2017-09-2620-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 Tahvonen2017-09-061-1/+1
| | | Closes #7902
* Fix ListSelect scrolling behavior on IE (#9910)Aleksi Hietanen2017-09-041-0/+7
| | | Fixes #9894
* Resize should work within Grid details row (#9799)Ansku2017-08-172-4/+82
| | | Fixes #7341
* Use separate identifier for push connections (#9150)Olli Tietäväinen2017-08-102-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 Valev2017-08-083-1/+39
| | | | | Fixes #7261 Fixes #5178 Fixes #4409
* Add missing @since tags for 7.7.97.7.10Olli Tietäväinen2017-06-125-0/+30
|
* Fix issues in Grid with undefined height (#9118)Teemu Suo-Anttila2017-04-201-8/+20
|
* Fix removing rows over the cached range in Grid Johannes Tuikkala2017-04-201-1/+9
| | | Fixes #8840 for 7.7
* Fix client-side memory leak caused by Grid events (#9062)Aleksi Hietanen2017-04-197-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)davidef2017-04-191-1/+1
| | | Fixes #4967
* Add @since tags for 7.7.8 (#8954)7.7.8Henri Sara2017-03-271-1/+1
| | | | Add @since tags to VFlash and ApplicationConstants
* Fix Flash expanding with percentage sizing (#8552)Olli Tietäväinen2017-03-212-8/+107
| | | | | Allows Flash embed to expand if percentage dimensions given Fixes #4035
* Fix Panel.setScrollTop() for large values (#8563)Olli Tietäväinen2017-03-091-0/+7
| | | Fixes #1149
* Fix client-side error when Upload in TabSheet and Push (#8779)Ilia Motornyi2017-03-091-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)Artur2017-03-071-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-Anttila2017-03-0220-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-Anttila2017-02-151-1/+1
| | | Fix release notes mention of context click events
* Fix toggling of WeekNumbers for PopupDateField. (#8405) (#8469)caalador2017-02-081-0/+5
| | | | Refresh calendar body for show week numbers state change.
* Update missing since tags for 7.7.7 (#8474)7.7.7Pekka Hyvönen2017-02-072-0/+4
| | | | * Add missing since tags for 7.7.7
* Fix problem with re-opening the popup (#8446) (#8454)caalador2017-02-071-5/+7
| | | | | Fixed problem that disables opening of popup after closing it by clicking the datefield-button.
* Fix caption updating in CustomLayout (#8415)Artur2017-02-021-5/+7
| | | Fixes #8413
* Call "destroy" instead of "destory" in JavaScriptRenders (#8263)Artur2017-02-011-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)Artur2017-02-011-1/+1
| | | Fixes #8348
* Prevent reorder of frozen columns when there are hidden columns (#8278)Artur2017-01-301-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)Artur2017-01-309-6/+216
| | | Fixes #7880
* Fix absolute layout component sizing on size change in Vaadin7 (#8304)caalador2017-01-231-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)Artur2017-01-201-2/+2
| | | Fixes #8266
* Fix navigation using keyboard to frozen column when there are hidden columns ↵Artur2017-01-191-3/+1
| | | | (#8277)