This is a migrated thread and some comments may be shown as answers.

Safari and RadDatePicker

12 Answers 214 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
o.courtois
Top achievements
Rank 1
o.courtois asked on 17 Jan 2008, 05:58 PM
hello,

i have a design probleme with the raddatepicker and safari V3.0.3
the width of the input date is not correct !
http://www.completude.com/images/safariRadDatePicker.jpg

changing the width property or the DateInput-Width property as no effect under safari !

i'm using the dll version  2007.3.1314.35

12 Answers, 1 is accepted

Sort by
0
Leon
Top achievements
Rank 1
answered on 19 Jan 2008, 11:25 AM
The same problem occurs in Safari 3.0.4 as well. This is observed with the classic calendar too:

http://www.telerik.com/demos/aspnet/Calendar/Examples/Design/Sunny/DefaultCS.aspx

Looks like a rendering bug to me.

However, it occurs in Safari only. Looks good in IE, Firefox, even Opera.

Best
- Leon
0
Petja
Telerik team
answered on 21 Jan 2008, 07:57 AM
Hello Oliver,

Thank you for contacting us.
Our developers have fixed the problem and we have attached an unofficial hotfix of Prometheus controls to this thread. If you need a dev version, open a support ticket and ask for it.
Please, give it a try and let us know if you have further questions.

Kind regards,
Petja
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Petja
Telerik team
answered on 21 Jan 2008, 08:00 AM
Hello Oliver,

Find attached the classic RadCalendar hotfix too.

Kind regards,
Petja
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Michael
Top achievements
Rank 1
answered on 05 Feb 2008, 03:20 PM
Hello we just recently purchased the Dev version of promethius controls and I am experiencing some rendering issues as well in Safari. When we purchased it, they sent us a zip for the promethius controls AND a hotfix zip. forgive the ignorance of this question but once i install the main dlls, what is the best way to apply the hotfix? Just swap out the dll's?
0
Michael
Top achievements
Rank 1
answered on 05 Feb 2008, 04:40 PM
ok, just to follow up...I found some hotfix installation instructions. Basically I swapped out the App_Data, App_GlobalResources, bin, and bin35 directories in my telerik 'program files' folder. I also updated the references to the dll's in my web project and I still get the rendering error for the datpickers in  Saafari. setting the width or dateinput width has no effect.
0
Giuseppe
Telerik team
answered on 06 Feb 2008, 08:45 AM
Hi Michael,

The latest official version of the control that you probably received when you bought a license exhibits the problematic behavior in Safari. The trial version attached to this thread was released shortly after the official release and it fixes the appearance issue. Please open a formal support ticket and request for the dev version of this hotfix as we cannot attach it in the public forums.

Sorry for the temporary inconvenience.


Sincerely yours,
Manuel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
o.courtois
Top achievements
Rank 1
answered on 25 Apr 2008, 10:08 AM
Somes of my user report me a bug with the raddatepicker.
This bug is only with Mac/Safari, it works fine with PC/safari , Mac/Firefox, PC/IE or PC/Firefox
I have never seen this bug myself  because i have no Mac !

My page has 10 DatePicker (required) with a shared calendar.
The user fill a datepicker and  click to validate the page, the date in the datepicker is removed and the user can't validate the page !
0
Steve
Telerik team
answered on 25 Apr 2008, 10:31 AM
Hi o.courtois,

Can you verify that this happens with the latest version of the control? RadDatePicker will clear its date only if it cannot parse it i.e it is not valid. To avoid such occurrences, you can set the ReadOnly property of the DateInput part of the picker to true and this way users would be forced to use the calendar popup.

Regards,
Steve
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
jgig
Top achievements
Rank 1
answered on 19 Sep 2008, 04:22 AM
Was this really fixed? I am also having a safari issues. In Safari when I use the RadDatePicker it is significantly larger (specifically the textbox) than in FF or IE. Why is that? Also for all browsers i would like to make the textbox width smaller than the default size. How do you do that? It seems to ignore the width property when I set it. It has enough room in it for 2 dates.


I am using:
Telerik.Web.UI, Version=2008.2.826.35
.NET 3.5
Safari 3.1

Skin file:
<telerik:RadDatePicker Skin="WebBlue" runat="server">
      <Calendar></Calendar>
</
telerik:RadDatePicker>

aspx:
<telerik:RadDatePicker ID="DepDate" runat="server"/>

0
Pavel
Telerik team
answered on 19 Sep 2008, 08:02 AM
Hello Jeremy,

I just performed some testing and the RadDatePicker seems to be working as expected under Safari. The default width looks identical under the different browsers (screenshot attached). I was also able to change it using the Width property and it worked just fine under Safari.

All the best,
Pavel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
jgig
Top achievements
Rank 1
answered on 19 Sep 2008, 02:09 PM
Thank you for the feedback. yours do look the same. So I looked into it further and it is the RadPanelBar causing the problem. Must be getting some style from it I guess. So how do I fix that and how do I overwrite the width?


<telerik:RadPanelBar ID="FareRadPanelBar" Skin="WebBlue" runat="server" Width="100%"ExpandMode="MultipleExpandedItems">
<Items>
   <telerik:RadPanelItem Text="Search" Expanded="true">
      <Items>
       <telerik:RadPanelItem>
       <ItemTemplate>
       <telerik:RadDatePicker ID="DepDate" runat="server"/><br/>&nbsp;
       </ItemTemplate>
       </telerik:RadPanelItem>
   </Items>
   </telerik:RadPanelItem>
   <telerik:RadPanelItem Text="Results"/>
</Items>
</telerik:RadPanelBar>

0
Paul
Telerik team
answered on 23 Sep 2008, 10:56 AM
Hi jgig,

We tried to reproduce the reported issue on our side using the latest internal build of the controls, but to no avail. Please refer to the attached screenshots for details and the latest internal build. Give it a try and let us know how it goes.

Kind regards,
Paul
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Calendar
Asked by
o.courtois
Top achievements
Rank 1
Answers by
Leon
Top achievements
Rank 1
Petja
Telerik team
Michael
Top achievements
Rank 1
Giuseppe
Telerik team
o.courtois
Top achievements
Rank 1
Steve
Telerik team
jgig
Top achievements
Rank 1
Pavel
Telerik team
Paul
Telerik team
Share this question
or