| Issue 1216: | event drag&drop provide wrong slots selection | |
| 2 people starred this issue and may be notified of changes. | Back to list |
image describing my prodlem
Jan 2, 2012
#1
erik.y...@wyred.nu
Jan 2, 2012
I discovered that it's caused by a CSS rule which affects the height of each row with padding. After setting the padding to 0 with
td.ui-widget-content { padding: 0 !important; }
the clicking position works fine.
May 25, 2012
I added the padding 0 to my code, but it didn't work for me. do you include a customized ui css? Thank you.
Jun 20, 2012
I've the same issue... what's the soluzion? I didn't get the erik solution...
Aug 6, 2012
Check out https://code.google.com/p/fullcalendar/issues/detail?id=1430 for my solution. My guess, based on the fact both Erik and I had CSS issues, is that if you have this problem and our solutions don't help, then do a bit of trial and error investigation with your CSS.
Aug 14, 2013
(No comment was entered for this change.)
Status:
Duplicate
Mergedinto: 1035 |
|
| ► Sign in to add a comment |