]> source.dussan.org Git - vaadin-framework.git/commit
Ignore context click on resize handle (#19408)
authorHenri Sara <hesara@vaadin.com>
Mon, 21 Dec 2015 09:44:23 +0000 (11:44 +0200)
committerVaadin Code Review <review@vaadin.com>
Mon, 21 Dec 2015 10:45:00 +0000 (10:45 +0000)
commit9dbaab1898a62a0eb94e70437e876ca80a5ee591
treec9531d6436a1473f056671fbb990e2b645a6ae60
parenta20b178dda71fa6a60db322d90e63bfa9d43f9d2
Ignore context click on resize handle (#19408)

Otherwise, context clicks in the left edge of a header cell get
handled by the wrong cell.

Change-Id: I08e0c6bb62c90cc871fde7ec1d0f0a8602e5631f
client/src/com/vaadin/client/connectors/GridConnector.java
uitest/src/com/vaadin/tests/contextclick/GridContextClickTest.java