]> source.dussan.org Git - vaadin-framework.git/commit
Isolate text selection blocking to Grid instead of body element (#16838)
authorTeemu Suo-Anttila <teemusa@vaadin.com>
Fri, 20 Nov 2015 10:26:21 +0000 (11:26 +0100)
committerTeemu Suo-Anttila <teemusa@vaadin.com>
Fri, 20 Nov 2015 10:26:21 +0000 (11:26 +0100)
commit72d92bcbbb48680244dc4cd6d07a2248297a483e
tree8196ad0b1e6f1251305ab57eac05a5037e96411a
parent46a0731a5bd6a51d0e7b80c2d596df29bc271710
Isolate text selection blocking to Grid instead of body element (#16838)

Some themes are more explicit with user-select rules, and doing this on
the level of body element does not work with said themes. To make all
the themes behave the same way, we only block selection inside of Grid.

Change-Id: Iaf24fede88e4bc683e065c214e7baf3f545c99c9
client/src/com/vaadin/client/widgets/Grid.java