Closed GoogleCodeExporter closed 9 years ago
This bug persists in 'gwt-2.6.0-rc3' as well
Original comment by yura.nak...@gmail.com
on 5 Dec 2013 at 8:53
Nothing changes on this issue. Is it going to be fixed?
Original comment by digitals...@gmail.com
on 23 Jan 2014 at 5:33
We waiting for accepting patch!
Original comment by sergeicelov@gmail.com
on 23 Jan 2014 at 5:39
Thanks for the patch. Commit 55b29bc583e9f0a1126efdc201fd370fe76e2f35 adds ie10
support, removes ie6 support and depends on GWT 2.6.0 rather than 2.5.1
Original comment by fredsa
on 23 Jan 2014 at 6:34
Attachments:
Thanks a lot for the commit!
Could you please advise when this will be released as separate version, so it
can be downloaded using Maven?
Original comment by yura.nak...@gmail.com
on 23 Jan 2014 at 6:45
gwt-dnd-3.3.0 for GWT 2.6.0 released today
Original comment by fredsa
on 6 Feb 2014 at 1:51
That's brilliant - thanks a lot!
Original comment by yura.nak...@gmail.com
on 6 Feb 2014 at 9:47
There is minor problem with latest patch:
If anyone using GWT 2.6 and gwt-dnd-3.0.3 wants to add ie6/7 support (disabled
by default in GWT 2.6) as described in following Q/A:
http://stackoverflow.com/questions/21876765/gwt-2-6-0-how-to-enable-internet-exp
lorer-6-7-permutation
then build will fail with error mentioned in description of this issue.
Solution to this problem is to "resurrect" following line:
<when-property-is name="user.agent" value="ie6" />
which was removed in previous patch.
Please advise whether I should create new issue for this
Original comment by yura.nak...@gmail.com
on 17 Jul 2014 at 6:56
Original issue reported on code.google.com by
wuerting...@gmail.com
on 15 Nov 2013 at 11:17Attachments: