My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 2291: native click events malfunctioning on day cells
3 people starred this issue and may be notified of changes. Back to list
Status:  ExportedToGithub
Owner:  ----
Closed:  Aug 2015


Sign in to add a comment
 
Reported by emiliano...@gmail.com, Sep 20, 2014
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
Project Member #1 adamrs...@gmail.com
this seems to be a bug with fullcalendar stopping propagation. FC should cause the default browser behavior to happen. thanks
Status: Accepted
Labels: Type-Bug
Oct 30, 2014
Project Member #2 adamrs...@gmail.com
 Issue 2302  has been merged into this issue.
Oct 30, 2014
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Summary: native click events malfunctioning on day cells (was: Addied <select> is not expanding)
Nov 25, 2014
Project Member #4 adamrs...@gmail.com
 Issue 2361  has been merged into this issue.
Jul 16, 2015
#5 retgroep...@gmail.com
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
Project Member #6 adamrs...@gmail.com
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

Powered by Google Project Hosting