[CLOSED] Calendar: The number shown on the Day view for all-day event entries changes during navigation.

  1. #1

    [CLOSED] Calendar: The number shown on the Day view for all-day event entries changes during navigation.

    Hello,

    I am experiencing a strange issue on the Calendar control.

    It seems like that, on "Day" view, navigating through the days changes some internal variable that counts the number of events that could be displayed "inline" on the Day-view header, so, at each navigation.



    In order to reproduce the problem I send detailed steps along with screen shots in the attached PDF.

    Let us know,
    Thanks.
    Attached Thumbnails Click image for larger version. 

Name:	Bug1.png 
Views:	36 
Size:	86.3 KB 
ID:	16822  
    Last edited by Daniil; Dec 31, 2014 at 2:59 PM. Reason: [CLOSED]
  2. #2
    Hi @adrianot,

    Thank you for the report! I am able to reproduce. Here is a related thread (it is yours also) with a bit different set of steps to reproduce the problem.
    http://forums.ext.net/showthread.php?47861

    We will try to fix. Though, it might be problematic, please read (the text after the last quote):
    http://forums.ext.net/showthread.php...l=1#post124421
    Last edited by Daniil; Dec 02, 2014 at 8:56 PM.
  3. #3
    Hi Daniil, and thank you for the feedback.

    I understand the calendar is not directly an ExtJS control, and that is quite difficult to fix it, however let's hope you can take down this bug since as it is now it's difficult to use it in production.

    We would like also to buy the Extensible version however the main issue is that I have already integrated yours and I need to rework it.

    Let me know if you can fix so that I can understand how to move.
    Thank you again for your support,
  4. #4
    So far we've not found a solution/fix, but we will try again. Unfortunately, I cannot provide you with any time frame, but, hopefully, this year:)
  5. #5
    Ok, thank you Daniil
  6. #6
    Please try this solution.
    Ext.calendar.view.DayHeader.override({
        getMaxEventsPerDay: function() {
            return 2;
        }
    });

Similar Threads

  1. [OPEN] [#333] Negative number, "Comma" is disappear
    By gs_user in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 30, 2013, 5:31 AM
  2. Replies: 6
    Last Post: May 31, 2013, 3:04 AM
  3. Replies: 0
    Last Post: Nov 24, 2012, 10:45 PM
  4. Replies: 1
    Last Post: Jun 21, 2012, 1:58 PM
  5. [CLOSED] Calendar: Is it possible to set 2 weeks view to show the event?
    By csssi_coolite in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: May 14, 2012, 7:54 AM

Posting Permissions