Sometimes resizing a booking by dragging the border of the cell in the day or week views doesn't work. This can happen if the booking is adjacent to another booking on its right.
I think the problem is to do with the fact that the table column widths are expressed in percentages and are not a whole number of pixels. The rounding can mean that in some browsers the booking clone that is resized overlaps the adjacent booking and therefore the JavaScript code won't allow this to happen. Note it only seems to happen on some browsers - Chrome works OK, but Firefox does not.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Partially fiixed in changeset 0eb34fb689d9. The bookings can now be resized, though there are some cosmetic issues in Firefox and Microsoft Edge (Chrome works OK): the resizable bookings are sometimes a pixel narrower than they should be.
Last edit: Campbell Morrison 2015-10-19
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think the problem is to do with the fact that the table column widths are expressed in percentages and are not a whole number of pixels. The rounding can mean that in some browsers the booking clone that is resized overlaps the adjacent booking and therefore the JavaScript code won't allow this to happen. Note it only seems to happen on some browsers - Chrome works OK, but Firefox does not.
Partially fiixed in changeset 0eb34fb689d9. The bookings can now be resized, though there are some cosmetic issues in Firefox and Microsoft Edge (Chrome works OK): the resizable bookings are sometimes a pixel narrower than they should be.
Last edit: Campbell Morrison 2015-10-19
Looks like the problem is still there even after changeset 0eb34fb689d9.