| Issue 2291: | native click events malfunctioning on day cells | |
| 3 people starred this issue and may be notified of changes. | Back to list |
I added a <select> to each day in a Month view but I can't expand them. To reproduce: 1) Go to http://jsfiddle.net/L17jzba6/ 2) Click on a select, they won't expand
Oct 30, 2014
Issue 2302 has been merged into this issue.
Oct 30, 2014
(No comment was entered for this change.)
Summary:
native click events malfunctioning on day cells
(was: Addied <select> is not expanding)
Nov 25, 2014
Issue 2361 has been merged into this issue.
Jul 16, 2015
as a workaround i got it to function by adding $('#selectid').mousedown(function(event){event.stopPropagation()}) to the select. The mousedown of fullcalendar somehow prevent the default browser behaviour for the input elements such as select expanding, input focus etc. by stopping propagation on the mousedown this prevents fullcalendar events from firing. I am using version 2.3.2 of fullcalendar)
[1]: https://code.google.com/p/fullcalendar/issues/detail?id=2291&q=select%20click&colspec=ID%20Type%20Status%20Milestone%20Summary%20Stars
Aug 21, 2015
Discussion for this issue has moved to the following URL: https://github.com/fullcalendar/fullcalendar/issues/2556 This is because Google Code is shutting down. Apologies if you are being pestered with these notifications. This is a one-time event. Happy coding, Adam
Status:
ExportedToGithub
|
|
| ► Sign in to add a comment |
Labels: Type-Bug