Closed
Bug 323696
Opened 19 years ago
Closed 19 years ago
Dragging events that span multiple days does not react/display properly
Categories
(Calendar :: Internal Components, defect)
Calendar
Internal Components
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jminta, Assigned: jminta)
References
Details
(Keywords: dataloss)
Attachments
(1 file)
4.79 KB,
patch
|
mvl
:
first-review+
|
Details | Diff | Splinter Review |
For events that span more than one day, there are multiple boxes associated with the single event. They are all selected properly, but the drag-code doesn't know how to handle this case. These type of events, when dragged, may behave in appropriately. (They'll likely be shortened to only 1 day.)
Updated•19 years ago
|
Whiteboard: [cal relnote]
Assignee | ||
Comment 1•19 years ago
|
||
Medium risk. Changes the way we assign times to events, at the end of a drag, working from the event's original start/end times, rather than from the column's date. Fixing the modify-start and modify-end cases was pretty trivial and I would consider it low risk. The move case was more difficult, because of the possibility of dragging across days, but not overly scary.
Assignee | ||
Updated•19 years ago
|
Blocks: sunbird-0.3a2
Comment 2•19 years ago
|
||
Patch works as advertised against trunk on Mac OS X 10.4
Assignee | ||
Updated•19 years ago
|
Attachment #213922 -
Flags: first-review?(dmose) → first-review?(mvl)
Comment 3•19 years ago
|
||
Comment on attachment 213922 [details] [diff] [review]
restructure assignment of drag times
r=mvl
Attachment #213922 -
Flags: first-review?(mvl) → first-review+
Assignee | ||
Comment 4•19 years ago
|
||
Patch checked in.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Whiteboard: [cal relnote]
Filed a possible followup bug to build a correct shadow when events that spanning multiple days are dragged in week view: bug 533414.
You need to log in
before you can comment on or make changes to this bug.
Description
•