Closed
Bug 1697492
Opened 5 years ago
Closed 5 years ago
Dragging month day box throws: Uncaught TypeError: can't access property "clone", draggedDOMNode.occurrence is undefined
Categories
(Calendar :: Calendar Frontend, defect)
Calendar
Calendar Frontend
Tracking
(thunderbird_esr78 wontfix)
RESOLVED
FIXED
88 Branch
| Tracking | Status | |
|---|---|---|
| thunderbird_esr78 | --- | wontfix |
People
(Reporter: lasana, Assigned: lasana)
Details
Attachments
(1 file)
Full trace:
Uncaught TypeError: can't access property "clone", draggedDOMNode.occurrence is undefined
onDragStart chrome://calendar/content/widgets/calendar-dnd-widgets.js:146
It's not immediately clear why the month day box needs to be dragable.
| Assignee | ||
Updated•5 years ago
|
Summary: Dragging an event box in the month view throws: Uncaught TypeError: can't access property "clone", draggedDOMNode.occurrence is undefined → Dragging month day box throws: Uncaught TypeError: can't access property "clone", draggedDOMNode.occurrence is undefined
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Updated•5 years ago
|
Keywords: checkin-needed-tb
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/d9dd44af6779
Check for an occurrence before initating month day box drag. r=darktrojan
Updated•5 years ago
|
Target Milestone: --- → 88 Branch
Updated•5 years ago
|
status-thunderbird_esr78:
--- → wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•