wcx6298 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

Text dragging issue with HTMLPane in IE and Chrome #733

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm writing a webmail-application by using smartgwt, and there's an issue when 
selecting the text. The smartgwt ui canvas I use is HTMLPane.

In Chrome, I can't drag the paragraph text, but only one word.
In IE, It results in highlighting all the webpage... 
Only FireFox works fine.

The issue seems also can be found in smartgwt showcase website.

Thanks.

Original issue reported on code.google.com by linch0...@gmail.com on 8 Jan 2014 at 5:07

Attachments:

GoogleCodeExporter commented 9 years ago
canSelectText:true should be set on any component where drag selection of text 
is intended to be allowed.

Original comment by smartgwt...@gmail.com on 9 Jan 2014 at 12:09