isomorphic-software / smartgwt

Smart GWT is a GWT-based framework that allows you to not only utilize its comprehensive widget library for your application UI, but also tie these widgets in with your server-side for data management.
35 stars 22 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