| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
| |
Closes vaadin/archetypes#113
|
|
|
|
|
|
|
|
| |
* Move Grid event handlers to a list, add method to add custom handlers
Change-Id: I2fe67ae961bfb0f7c44ba704346762a0faf6da2c
* Merge branch '7.7' into grid-event-refactoring
|
| |
|
|
|
|
| |
Change-Id: Icbed14cbef14c434f1909fa0350cb0364235c774
|
|
|
|
| |
Change-Id: I67dad4cfbd6e9e355c48703253ff3d6da00e4eef
|
|
|
|
| |
Change-Id: Idbf6c1f978b9b36ed82bf8b96a6a649ae4772ae6
|
|
|
|
| |
Change-Id: I0ae9144817db3bb730c80748d5e9190484b323e7
|
|
|
|
| |
Change-Id: I73201908b537ca0a65106e03c9bad913b59fae9f
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixed by using pointerevents instead of touchevents when the browser is IE11,
or Edge. Also added touch-action: none; css rules into escalator.css to prevent
default touch behaviour on IE11 and Edge. Does not affect IE8 to IE10 browsers,
behaviour on those will stay the same as before the fix.
No new unit tests since we do not have automatic touch testing possibilities yet.
Please test manually with Surface: IE11 and Edge, use for example uitest:
com.vaadin.tests.components.grid.basics.GridBasicsomponents.grid.basics.GridBasics
Change-Id: Iddbf1852e6ffafc855f749d6f4ebb235ed0f5703
|
|
|
|
|
|
|
|
| |
Moves FocusDelegate to AbstractFieldState.
This change is done to revert backwards compatibiity breaking API
change in 7.7.4 when CustomFieldState was introduced.
Change-Id: I76212a8700463140520d5482b740fe0edbfb082c
|
|
|
| |
Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50
|
|
|
|
| |
Change-Id: I47427efc28c350382dba8c1f50fd332a3f4585e4
|
|
|
|
| |
Change-Id: Icdacecc490d2490ea9e262f5c5736c1dece2a89d
|
|
|
|
|
|
|
| |
When dragging message form email client on Windows, item.webkitGetAsEntry()
might return null creating NPE on the client side. Added additional checks
for this situation.
Change-Id: I569f7e6d0d7b137f24be53d1fbce384695ae8c73
|
|
|
|
| |
Change-Id: Iff53a803596f4fc1eae8e4bfa307b9c1f4df961a
|
|
|
|
|
|
|
| |
This could occur in when parent is a different entity than its children
in hierarchical data.
Change-Id: Icd53b5b5e5544a3680d0cd99702ab78224b2dc08
|
|
|
|
| |
Change-Id: Ib0cc6c6835aab6d263f153362a328bcf2be7bc5c
|
|
|
|
| |
Change-Id: Id32467982207ac9a9ce45301097652715d9dfff8
|
|
|
|
| |
Change-Id: Ie215346122ad6533176fd2a8d71660805eacb942
|
|
|
|
| |
Change-Id: I42f2f3fa3597f67f259c3ff9f158560303ffb328
|
|
|
|
|
|
|
|
|
| |
It should not matter how you move from a field to the next. Tabbing
to the next field already previously caused the new item handler to
be invoked. This fixes the case when you click in the next field to
work the same way.
Change-Id: I3978d87cde8f05dce92edda2a4a116f4a15e0749
|
|
|
|
|
|
|
|
| |
The patch prevents Escalator and Grid from ever being rendered on IE8 because element.addEventListener does not exist there
This reverts commit eb2f5ac3a714aefce948d447a4004b94e35e44a9.
Change-Id: I58f6db7432a1cd10299891b2d8c55c855e87265f
|
|
|
|
|
|
|
| |
These have been backported from Vaadin 8 branch with minimal
modifications.
Change-Id: I292917aa0457c69b569313a3e56913b4a8d85316
|
|
|
|
| |
Change-Id: I2a89d3493e2f98ab1b9a0666d9dc075a2457e432
|
|
|
|
| |
Change-Id: I8dcf5b7576a64b26419136ca6b8927f4c2731d60
|
|
|
|
| |
Change-Id: Ibef57aa4f8838f3bbc5f5c5500f3f4f7fc6eb438
|
|
|
|
| |
Change-Id: Ic6711221d0f09ad369c4074d805b237eccb2e5a7
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixed by using mouse events instead of touchevents when the browser is
IE or Edge (added isIEOrEdge utility method in the BrowserInfo). Also
added touch-action: none; css rules into escalator.css to prevent
default touch behaviour on IE and Edge
No new unit tests since we do not have automatic touch testing
possibilities yet.
Please test manually with Surface: IE and Edge, use for example uitest:
com.vaadin.tests.components.grid.basics.GridBasics
Change-Id: I5b37f1648e2051ea0ab4d56ab767186b532da07c
|
|
|
|
| |
Change-Id: I413481a325ebad15aa16dd639c788cc72f18dc52
|
|
|
|
|
|
| |
Backported from master branch (Vaadin 8).
Change-Id: I363c9798de0d238a5a4aa4b4e839a31da460434f
|
|
|
|
| |
Change-Id: I7241ec11a9bfe7ebfa6a720b1abb3c4d0fabdb36
|
|
|
|
|
|
|
| |
Also remove ComponentMissingFromDefaultWidgetsetTest since it's
identical to UnknownComponentConnectorTest
Change-Id: I4b4b8f40c8376f4ea26b73d41191a3e7e811df01
|
|
|
|
| |
Change-Id: I5fa99627a1c3302dd905d78149e5f32c7315a5c7
|
|
|
|
|
|
|
|
|
|
|
| |
- legacy DateField declarative format tests are fixed (day light saving
time is taken into account).
- CalendarMonthViewDndEvent UI because you are not supposed to work on
Sundays (when the test is broken).
Backported from master branch (Vaadin 8).
Change-Id: I5e62c09da579e9f6eb2a58a87253618d3f30b2e9
|
|
|
|
| |
Change-Id: I99347ee1d0f2f13fcb8e110d2e7192590e4f9456
|
|
|
|
|
|
| |
This is needed to be able to get the information from e.g. TestBench
Change-Id: I95ec6064f602e6a8b24e35cc59d467e9c8b31c1e
|
|
|
|
| |
Change-Id: I06477d7ee5252ec4a5e7fdbc05fe6e31e05782e6
|
|
|
|
| |
Change-Id: I1160e7a384b1816204eb7f4b0f52f83ed9e230c0
|
|
|
|
| |
Change-Id: I6b045c3a693e88b3cba182ae9ea68cfa98c914b0
|
|
|
|
| |
Change-Id: I7a8520ef61ddc4dff66c326d61acbf7ccf0e76cd
|
|
|
|
| |
Change-Id: Ibb3b52b652d77a1bfa786417b1c92fd0a578035f
|
|
|
| |
Change-Id: I3cfdac539111ff2e88c7ff81e6d6b9a579160423
|
|
|
|
|
|
|
|
|
|
|
| |
(#19019)
Adding the optional "valo-menu-hover" style to the "valo-menu" element
will make the menu appear on hover - i.e when mousing over on desktop,
when tapping on touch devices (which also triggers hover).
Backported from master branch (vaadin 8).
Change-Id: I8344234a20aa93216b0116608d81e30e86d8b309
|
|
|
|
| |
Change-Id: I7fe8c160405a69140cac511c744d89a62c401cca
|
|
|
|
| |
Change-Id: Iaeb772981f3ac039bf0fe3cde595cfdb3691cddf
|
|
|
|
| |
Change-Id: I9bd845a08fa3c440f05d102ccf8920dfc1c95b6b
|
|
|
|
| |
Change-Id: I554d7b6ca60840bab3a032daa4847e7271086e27
|
|
|
|
|
|
| |
(#20386)
Change-Id: I76be83642f0e56e55b0c0e502ac6769de1ee8af0
|
|
|
|
| |
Change-Id: Ia15edb5a10de9bff047044161ffe83dd09f51098
|
|
|
|
| |
Change-Id: I4e32550e3d3095c2c914bb93d260819414d2e6e6
|