MH42 / gwt-cal

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

settings.setEnableDragDrop(false) does nothing with month view #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a Calendar c
2. create CalendarSettings s and invoke s.setEnableDragDrop(false)
3. add some appointments
4. set the view to a month view c.setView(CalendarViews.MONTH)

What is the expected output? What do you see instead?

User should not be able to drag and drop events but user can.

What version of the product are you using? On what operating system?

version-0.9 os x

Please provide any additional information below.

MonthView never queries calendarWidget.getSettings() when adding d&d behavior 
via 
dragController

Original issue reported on code.google.com by d.tang...@gmail.com on 29 Dec 2009 at 9:24

GoogleCodeExporter commented 9 years ago
fixed in r228

Original comment by Brad.Ryd...@gmail.com on 29 Dec 2009 at 9:38

GoogleCodeExporter commented 9 years ago
thanks for the quick fix!

Original comment by d.tang...@gmail.com on 30 Dec 2009 at 3:01

GoogleCodeExporter commented 9 years ago
Issue 29 has been merged into this issue.

Original comment by Brad.Ryd...@gmail.com on 15 Feb 2010 at 5:56

GoogleCodeExporter commented 9 years ago

Original comment by Brad.Ryd...@gmail.com on 12 May 2010 at 7:11