Drag and drop of calendar events in month and multiweek views doesn't work
Categories
(Calendar :: Calendar Frontend, defect, P3)
Tracking
(Not tracked)
People
(Reporter: pmorris, Assigned: pmorris)
Details
Attachments
(1 file)
|
1.34 KB,
patch
|
darktrojan
:
review+
pmorris
:
approval-calendar-beta+
|
Details | Diff | Splinter Review |
On trunk, when you try to drag and drop a calendar event (including all day events) in month or multi-week view, the event does not move and the following error appears in the console:
NS_ERROR_XPC_NOT_ENOUGH_ARGS: Not enough arguments [nsIDragService.invokeDragSession] 3 calendar-dnd-listener.js:589
invokeEventDragSession chrome://calendar/content/calendar-dnd-listener.js:589
MozCalendarEditableItem chrome://calendar/content/calendar-editable-item.js:123
Looks like bug 1561056 added an additional csp argument to invokeDragSession (in nsIContentSecurityPolicy aCsp) and we haven't caught up yet:
https://searchfox.org/mozilla-central/source/widget/nsIDragService.idl#59
(Seems like we should have a test for dragging and dropping calendar events.)
| Assignee | ||
Comment 1•6 years ago
|
||
Well that was simpler than it looked.
| Assignee | ||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
| Assignee | ||
Comment 3•6 years ago
|
||
Adding "checkin-needed-tb". Let me know if we're still using "checkin-needed" instead.
Comment 4•6 years ago
|
||
If this broke due to bug 1561056, this will need beta uplift. Kindly add it yourself while Geoff's away this week. I'll be building another beta in a few days.
Updated•6 years ago
|
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/6604dca556d4
Fix drag and drop of calendar events. r=darktrojan
| Assignee | ||
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
TB 71 beta 2:
https://hg.mozilla.org/releases/comm-beta/rev/1f60ef9ee3b3a9a102ce7fd8f2121bd8f27bb1f5
Description
•