| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Resolves #9372
|
|
|
|
|
| |
Now the DnD events are listened from tablewrapper element,
which contains also grid's header and footer, making it possible to
drop on top of them.
|
|
|
| |
* Add style name to all dragged rows to indicate that they are being dragged
|
|
|
| |
Closes #9223
|
|
|
|
| |
Also makes sure that the drop location and target row return something sensible in drop event.
Clarifies docs on drop location.
|
|
|
|
|
|
| |
empty (#9332)
* Make it possible for grid drop target to accept dragged data when grid is empty (#9068)
* Make return type of getDropTargetRow() optional
|
|
|
|
| |
* Add mention of context menu and DnD collision on mobile devices
|
|
|
|
| |
* Add ability to set multiple drag data generators for any drag data type
and change default to be accepted by spreadsheet applications such as Excel
|
| |
|
|
|
|
|
|
| |
- Rename OSGi to Osgi in class names.
- Rename VaadinOSGiPortlet to OSGiVaadinPortlet for consistency with
Spring, CDI etc. add-ons
- Add missing javadoc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
First step of mobile DND support.
- Add mobile html5 dnd support using polyfill
- Adds a switch for enabling mobile html5 dnd support
- Adds polyfill only when needed
- Ignore native Android Chrome drag start because doesn't work properly
(no dragend event fired)
- Add documentation on enabling mobile HTML5 DnD support
- Add mention of drag-drop-polyfill license
- Fixed issue in polyfill when not using "snapback"
- Add mention of forked polyfill
Fixes #9174
|
|
|
| |
Fixes #8891
|
|
|
|
| |
Doesn't fix #9261, drag image missing on Safari when dragging grid row because
that has position: absolute and offset.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Always set some drag data
- Set the dropEffect on dragEnter and dragOver events on drop target
- Send the dropEffect to server on drop event with disclaimer of current support
- Remove _dragOverCriteria_ and use _dropCriteria_ for `dragenter`, `dragover` and `drop` criteria
Tested manually basic DnD and Grid DnD on Mac with Chrome, Firefox, Safari.
Safari is still missing drag image (regression).
Tested manually basic DnD and Grid Dnd on Windows IE11 and Edge.
Drop event for both is still not working properly #9174.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Resolves #9141
Partly addresses #8999
|
| |
|
|
|
|
|
|
| |
* Moved docs comment to own row
Anyone can read the TODO comment on https://vaadin.com/docs/-/part/framework/advanced/advanced-logging.html. The comment is directly on same row as normal text, which means that it will be printed out when asciidoc is transformed to html. I moved it now to a new row which will make the asciidoc parser treat is as a comment. Please make a proper fix for it.
|
|
|
|
|
|
|
|
|
|
| |
* Add API support for setting server side drag data
* Fix javadocs
* Add server side drag data API to ASCII doc
* Fix some javadocs and documentation details
|
|
|
|
|
|
| |
* Remove API for setting arbitrary drag data
* Store the drag source component in the UI
Fixes #8893
|
|
|
|
|
|
| |
* Initial documentation for 8.1 Drag and Drop
Part of #8395
|
|
|
| |
Minor documentation fixes.
|
|
|
|
| |
* Remove jpacontainer section from the docs.
|
|
|
|
| |
* Fix broken docs in advanded-shortcuts
|
|
|
|
|
|
|
|
| |
* Remove Google App Engine from documentation
Mention removal in release notes.
Part of #8033
|
|
|
|
| |
(#7977)
|
|
|
|
| |
Change-Id: I8dcf5b7576a64b26419136ca6b8927f4c2731d60
|
|
|
|
|
|
| |
Fixed broken comment on 'Calling Javascript' -paragraph.
Change-Id: I5098f21006f00eab48ce5cd55e3bb14bee040fbf
|
|
|
|
| |
Change-Id: Ifddcdda98090c5e5262d000a131c53109ce2c5c5
|
|
|
|
| |
Change-Id: I8facb7e89af09eec3331c21e04124b5e5827a66e
|
|
|
|
|
|
| |
layouts chapter (#19835). Also major revision of Tree, CustomField, and layouts overview.
Change-Id: I19f5e9511b83f953ce4707f324d81c2821ebb69d
|
|
|
|
|
|
| |
Error on formatting at line 299
Change-Id: I8ca16880dd77def9e01b5d51c3186cb0ed4fba41
|
|
|
|
|
|
| |
Vaadin is not anymore using the type of GWT History support that would need the __gwt_historyFrame iframe.
Change-Id: Ibd5414ddd744b3a570bb7b23700a616ca7ee56bf
|
|
|
|
| |
Change-Id: I838fccb573166791bf7fdcd9bc292dd9a4ae810c
|
|
|
|
|
|
| |
getting-started chapter (#19639).
Change-Id: Ie8e371c059f70600bafcf781938ef35878f41324
|
|
|
|
|
|
| |
creation chapters. #19639
Change-Id: I4aab29b8b9ab23091903016e9cc91850c4ca3b93
|
|
|
|
|
|
|
|
| |
* UIDL responses only include server side timing information when not
in production mode.
* Update documentation accordingly.
Change-Id: I961d1fdc96b3d04f22254fcd13a5412f17118b42
|
|
|
|
|
|
| |
some other formatting, and moved book preface, chapter structure, and index to the docs repository.
Change-Id: If9299da4415f3181d59b8384e5ac96f940bd5229
|
|
|
|
| |
Change-Id: I49c0566a40f0c58a37435ff7b12d0a349849712b
|
|
|
|
| |
Change-Id: I2504bb10f1ae73ec0cbc08b7ba5a88925caa1674
|
|
|
|
|
|
| |
This reverts commit f6874bde3d945c8b2d1b5c17ab50e2d0f1f8ff00.
Change-Id: I67ee1c30ba3e3bcc3c43a1dd2e73a822791514bf
|
|
Change-Id: I767477c1fc3745f9e1f58075fe30c9ac8da63581
|