Skip to content

Commit

Permalink
final touches for 1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Jan 2, 2011
1 parent 84ed406 commit 3079c2f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

version 1.4.10 (1/2/11)
- fixed bug with resizing event to different week in 5-day month view (issue 740)
- fixed bug with events not sticking after a removeEvents call (issue 757)
- fixed bug with underlying parseTime method, and other uses of parseInt (issue 688)

version 1.4.9 (11/16/10)
- new algorithm for vertically stacking events (issue 111)
- resizing an event to a different week (issue 306)
Expand Down
2 changes: 1 addition & 1 deletion src/agenda/AgendaView.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function AgendaView(element, calendar, viewName) {
var head, body, bodyContent, bodyTable, bg;
var colCnt;
var slotCnt=0; // spanning all the way across
var axisWidth, colWidth, slotHeight;
var axisWidth, colWidth, slotHeight; // TODO: what if slotHeight changes? (see issue 650)
var viewWidth, viewHeight;
var savedScrollTop;
var tm, firstDay;
Expand Down
2 changes: 1 addition & 1 deletion tests/issue_740_event_resizing.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
weekends: false,
//firstDay: 1,
isRTL: true,
//isRTL: true,
editable: true,
events: [
{
Expand Down
1 change: 0 additions & 1 deletion tests/plain.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
right: 'month,agendaWeek,basicWeek,agendaDay,basicDay'
},
editable: true,
//isRTL: true,
events: [
{
title: 'All Day Event',
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.9
1.4.10

0 comments on commit 3079c2f

Please sign in to comment.