CalendarExtender and Safari

Last post 11-28-2008 3:48 AM by Shayis. 6 replies.

Sort Posts:

  • CalendarExtender and Safari

    08-31-2007, 11:45 AM
    • Member
      point Member
    • smnbss
    • Member since 05-17-2007, 8:49 AM
    • Posts 2

    I'm having CalendarExtender rendering problems on Safari.
    The Calendar is not well rendered.
    Someone had the same problem?
    How can i disable the calendar on Safari??

     smnbss

  • Re: CalendarExtender and Safari

    09-04-2007, 7:36 AM

    Hi Smnbss,

    Generally, CalendarExtender and the other controls inside Ajax Control Toolkit can campatible with all the main browsers including Safari.  So we suspect maybe there's something doesn't  work properly in your source code.  Would you please share your sample with us?  So we can troubleshoot in your shoes.  Thanks.

    Best regards,

    Jonathan

    Jonathan Shen
    Microsoft Online Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
  • Re: CalendarExtender and Safari

    09-17-2007, 5:34 AM
    • Member
      point Member
    • smnbss
    • Member since 05-17-2007, 8:49 AM
    • Posts 2

    is not my source code.
    check this url with firefox:
    http://www.asp.net/AJAX/Control-Toolkit/Live/Calendar/Calendar.aspx
    the calendar rendering is completely wrong.

    Is there any way to disable this control if the browser is firefox?

    Simone

  • Re: CalendarExtender and Safari

    09-17-2007, 6:06 AM

    Hi Smnbss,

    I have tested it in Firefox and it works pretty well.   

    smnbss:
    The Calendar is not well rendered.
    Someone had the same problem?

    What's this really mean?

    Thanks.

    Best regards,

    Jonathan

    Jonathan Shen
    Microsoft Online Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
  • Re: CalendarExtender and Safari

    10-01-2007, 8:09 PM
    • Member
      20 point Member
    • whenpigsfly
    • Member since 09-13-2005, 6:59 PM
    • Posts 19

    Jonathan,

    As stated in the Subject, I think Smnbss is referring to the CalendarExtender and Safari. I've had people complain to me about the same problem and to be specific, it is broken on Safari 2.x/3.x Mac AND Safari 3 beta for Windows. I originally thought it worked on Safari Windows. I think his reply incorrectly mentions Firefox when he meant Safari.

     
    The Calendar renders but the month days and month names are all shown and overlapping one another.

    Does anyone know of a fix? Some kind of z-index issue?
     

  • Re: CalendarExtender and Safari

    01-30-2008, 4:51 PM
    • Member
      20 point Member
    • ShadowLocke
    • Member since 12-10-2007, 10:37 PM
    • Posts 8

    It may be too late for this, but i ran into this same problem and this is how i fixed it.

    .ajax__calendar_months
    {
       visibility: hidden;
    }

    .ajax__calendar_years
    {
       visibility: hidden;
    }

     after adding this to my style sheet, the safari rendering problems went away on my windows box {Safari 3.0.3}

    dont know if it works on mac yet.

  • Re: CalendarExtender and Safari

    11-28-2008, 3:48 AM
    • Member
      6 point Member
    • Shayis
    • Member since 10-06-2008, 8:47 AM
    • Posts 11
    Thanks.. That Worked... Better Late (Than Never) :-)
    Shayis.C
Page 1 of 1 (7 items)