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

Problem with commands on dymanically RadDock, Safari and Web20 skin

1 Answer 21 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Paolo
Top achievements
Rank 1
Paolo asked on 01 Apr 2009, 05:05 PM
Dear Sirs,

I've found a problem with dynamically RadDock, Skin Web20 and Safari.
You can try what I mean on your sample: http://demos.telerik.com/aspnet-ajax/dock/examples/dynamicdocks/defaultcs.aspx
One of the commands you create in code behind is not properly displayed. In fact, it has shown below the title bar, on the right.
That doesn't happen with IE and FF but I've only experienced it with Safari.
If you change the Skin, the problem disappears in Safari as well.

Regards

Paolo

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 07 Apr 2009, 12:28 PM
Hi Paolo,

Strange issue, we will have it fixed with the next release of RadControls, or the next service pack. In the meantime, you may use the following CSS fix that will put things to work. Don't worry using it - it will be applied only on Safari:

<style type="text/css">
body:first-of-type .RadDock_Web20 span.rdCommands
{
  width: auto !important;
}
</style>


Regards,
Martin Ivanov
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Dock
Asked by
Paolo
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or