tida1 / gwt-selection

Automatically exported from code.google.com/p/gwt-selection
0 stars 0 forks source link

Selection includes HTML markup in IE9 #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run the SelectionTest in IE9 (I'm using development mode)
2. in the text area select quick or brown or "er " (in "over the lazy") or 
spaces
3. look at the bottom right panel

What is the expected output? What do you see instead?
Expected, respectively:
quick
brown
er  (with space in the end)
spaces

Actual, respectively:
<SPAN style="font-weight: bold;">quick</SPAN>
<SPAN style="font-style: italic;">brown</SPAN>
<A href="http://www.google.com">er </A>
spaces<BR>

What version of the product are you using? On what operating system?
1.1 on Windows 7 64-bit, Internet Explorer 9 (both 32-bit and 64-bit)

Original issue reported on code.google.com by mauro...@tiscali.it on 11 Nov 2011 at 7:01