[gwt-contrib] Re: Adding drag and drop support to the mobile web app. The desktop TaskEditView now has a list of t... (issue1420811)

2011-05-04 Thread jlabanca
committed as r10138 http://gwt-code-reviews.appspot.com/1420811/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adding drag and drop support to the mobile web app. The desktop TaskEditView now has a list of t... (issue1420811)

2011-05-04 Thread jlabanca
http://gwt-code-reviews.appspot.com/1420811/diff/2001/user/src/com/google/gwt/event/dom/client/DragEndEvent.java File user/src/com/google/gwt/event/dom/client/DragEndEvent.java (right): http://gwt-code-reviews.appspot.com/1420811/diff/2001/user/src/com/google/gwt/event/dom/client/DragEndEvent.ja

[gwt-contrib] Re: Adding drag and drop support to the mobile web app. The desktop TaskEditView now has a list of t... (issue1420811)

2011-05-04 Thread rice
LGTM http://gwt-code-reviews.appspot.com/1420811/diff/2001/user/src/com/google/gwt/event/dom/client/DragEndEvent.java File user/src/com/google/gwt/event/dom/client/DragEndEvent.java (right): http://gwt-code-reviews.appspot.com/1420811/diff/2001/user/src/com/google/gwt/event/dom/client/DragEndEv

[gwt-contrib] Re: Adding drag and drop support to the mobile web app. The desktop TaskEditView now has a list of t... (issue1420811)

2011-05-01 Thread דניאל רייס
Yep. Dan On Sun, May 1, 2011 at 8:00 PM, wrote: > @rice - > > Will you have time to review this on Monday?  I'd like to get it > submitted this week. > > On 2011/04/27 18:14:47, Jeff Larsen wrote: >> >> On 2011/04/26 21:10:21, jlabanca wrote: >> > On Tue, Apr 26, 2011 at 4:57 PM, Jeff Larsen

[gwt-contrib] Re: Adding drag and drop support to the mobile web app. The desktop TaskEditView now has a list of t... (issue1420811)

2011-05-01 Thread jlabanca
@rice - Will you have time to review this on Monday? I'd like to get it submitted this week. On 2011/04/27 18:14:47, Jeff Larsen wrote: On 2011/04/26 21:10:21, jlabanca wrote: > On Tue, Apr 26, 2011 at 4:57 PM, Jeff Larsen wrote: > > > Drag n Drop doesn't work in

[gwt-contrib] Re: Adding drag and drop support to the mobile web app. The desktop TaskEditView now has a list of t... (issue1420811)

2011-04-27 Thread larsenje
On 2011/04/26 21:10:21, jlabanca wrote: On Tue, Apr 26, 2011 at 4:57 PM, Jeff Larsen wrote: > Drag n Drop doesn't work in ie8 (expected). Perhaps use deferred binding to > get rid of the templates portion for all versions of ie<9. Otherwise > those templates are p

[gwt-contrib] Re: Adding drag and drop support to the mobile web app. The desktop TaskEditView now has a list of t... (issue1420811)

2011-04-26 Thread jlabanca
http://gwt-code-reviews.appspot.com/1420811/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adding drag and drop support to the mobile web app. The desktop TaskEditView now has a list of t... (issue1420811)

2011-04-26 Thread John LaBanca
On Tue, Apr 26, 2011 at 4:57 PM, Jeff Larsen wrote: > Drag n Drop doesn't work in ie8 (expected). Perhaps use deferred binding to > get rid of the templates portion for all versions of ie<9. Otherwise > those templates are pretty useless. DragEvent can implement PartialSupport and provide a stat

[gwt-contrib] Re: Adding drag and drop support to the mobile web app. The desktop TaskEditView now has a list of t... (issue1420811)

2011-04-26 Thread Jeff Larsen
Drag n Drop doesn't work in ie8 (expected). Perhaps use deferred binding to get rid of the templates portion for all versions of ie<9. Otherwise those templates are pretty useless. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors