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

RadDock & IE 6.0

3 Answers 117 Views
Dock
This is a migrated thread and some comments may be shown as answers.
luca bongioanni
Top achievements
Rank 1
luca bongioanni asked on 15 May 2007, 07:15 AM

Hi,

i've try to use Prometheus Dock Object in a simple aspx page.
I've put on Bin Folder Telerik.Web.Ui.dll and i've create a page like that

<%@ Page Language="VB" AutoEventWireup="true" CodeFile="Default.aspx.vb" Inherits="_Default" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "
http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
    <title>Untitled Page</title>
</head>
<body class="BODY">
    <form id="form1" runat="server">
        <asp:ScriptManager ID="ScriptManager" runat="server" />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <telerik:RadDockLayout runat="server" ID="RadDockLayout1">
            <telerik:RadDock ID="PostNote" Title="&nbsp;" Width="190px" Top="100px" Left="550px"
                DefaultCommands="All" Pinned="true" DockMode="Floating" runat="server">
                <ContentTemplate>
                    <div class="wrap">
                        <div class="innerWrap">
                            You can use this r.a.d. dock skin to leave cool a l&aacute; 3M post-it draggable
                            and dockable notes for your website's visitors.</div>
                    </div>
                </ContentTemplate>
            </telerik:RadDock>
        </telerik:RadDockLayout>
       
    </form>
</body>
</html>


when i running this page on IE 7.0 or Firefox 2.0 the pin function work correctly but when i try to running this page on IE 6.0 when i click on the pin button after move the RadDock this return on original position.

As anybody help me?

Thanks

3 Answers, 1 is accepted

Sort by
0
Petya
Telerik team
answered on 15 May 2007, 07:30 AM
Hi,

We are aware of this issue and our team will do its best to fix it for the update of the Prometheus controls expected next week. Thank you for your patience and cooperation.

Greetings,
Petya
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
vita
Top achievements
Rank 1
answered on 01 May 2008, 10:43 AM
I'd like to ask you about similar issue.
I've tried to use raddock control (Q1 2008 - 2008.1.415) in IE 6.0.2900.2180.xpsp_sp2_gdr.070227-2254 (or 6.0.2800.1106) and the raddock doesn't work correctly.
For example: Your "Post-It Notes" example doesn't fix control on page. Or when I move the raddock and click on pin button to fix it, It move to the end of the page. When i click on pin button again to unpin, It move more down on the page.
In IE 7 it works perfectly.

And next note. In Radmenu "Fixed menu" example is written css style for fixed menu:

/* Internet Explorer 5.5/6 only */
_position:absolute !important;
_top:expression(eval(100 + document.documentElement.scrollTop? document.documentElement.scrollTop : document.body.scrollTop) + "px");
_left:expression(eval(150 + document.documentElement.scrollLeft? document.documentElement.scrollLeft : document.body.scrollLeft ) + "px");

But it doesn't work in IE 6.0 (verion above) very well. The menu is fixed but It show in the top left corner position. I've tried to change css style onto:

/_top:expression(100 + eval(document.documentElement.scrollTop? document.documentElement.scrollTop : document.body.scrollTop) + "px");
_left:expression(150 + eval(document.documentElement.scrollLeft? document.documentElement.scrollLeft : document.body.scrollLeft ) + "px");

and it works fine.

So,  where is problem for this version of IE. What I have to set up in raddock for fixing on the page in IE 6?

Thanks a lot
Vita
0
Ubong
Telerik team
answered on 07 May 2008, 08:06 AM

Hi Vita,

I have good news that the problem with the dock Pin behaviour causing the dock to move down the page in IE6 has been fixed and the fix will appear in the SP1 release in the second-half of this month.
Thank you for your patience and understanding.


All the best,
Ubong
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Dock
Asked by
luca bongioanni
Top achievements
Rank 1
Answers by
Petya
Telerik team
vita
Top achievements
Rank 1
Ubong
Telerik team
Share this question
or