Won't Fix
Last Updated: 20 Jun 2022 14:49 by ADMIN
Won't Fix
Last Updated: 20 Jun 2022 14:43 by ADMIN
ContentEditable=true attribute is added to the body element of the Editor's content when resizing a table in RadEditor in Chrome.

http://screencast.com/t/0s3QlydHv
Won't Fix
Last Updated: 20 Jun 2022 14:41 by ADMIN
The problem could be replicated in the attached page.
Won't Fix
Last Updated: 20 Jun 2022 14:40 by ADMIN
Won't Fix
Last Updated: 20 Jun 2022 14:38 by ADMIN
The issue stems from the content div element that has explicit background color. The loading sign is a background-image on the main tooltip wrapper, so having explicit height and/or scrolling causes the later element to hide the root element, thus, hiding the loading sign as well.

You can work around this by removing the explicit color declaration for all skins:

div.RadToolTip div.rtContent
{
	background-color: transparent;
}
Won't Fix
Last Updated: 20 Jun 2022 14:37 by ADMIN
RadGrid VirtualScrolling does not scroll to the bottom when StaticHeaders are enabled. The issue could be observed in the attached project.
Won't Fix
Last Updated: 20 Jun 2022 14:37 by ADMIN
Won't Fix
Last Updated: 20 Jun 2022 14:35 by ADMIN
When the map is set to e.g. Zoom=1 the world map shows as continued sequence of the same layout.

All markers set on the map should appear on all correct places, so that the user could zoom out and pan outside the center view port and still be able to see the markers. 
Won't Fix
Last Updated: 20 Jun 2022 14:07 by ADMIN
FeatureCollections can have a collection of features in which the GeometryCollection type provides the coordinates of multiple geometries.

The above matter should be fully supported, but in RadMap the geometries in the geometry collection does not render.
Won't Fix
Last Updated: 08 Jun 2022 08:28 by ADMIN
ADMIN
Created by: Ivan Danchev
Comments: 2
Category: Window
Type: Bug Report
0

Workaround in OnClientBeforeClose (commented):

 

<telerik:RadWindowManager RenderMode="Lightweight" OnClientClose="OnClientClose"
     OnClientBeforeClose="OnClientBeforeClose" Behaviors="Close, Move, Resize,Maximize"
     ID="RadWindowManager" runat="server" Width="450" Height="400">
    <Windows>
        <telerik:RadWindow RenderMode="Lightweight" ID="RadWindow1" VisibleOnPageLoad="true"
            Title="Wikipedia" _NavigateUrl="http://www.wikipedia.org" IconUrl="wikiFavicon.ico" runat="server">
        </telerik:RadWindow>
    </Windows>
</telerik:RadWindowManager>
<script type="text/javascript">
    function OnClientBeforeClose(oWnd, args) {
        //workaround:
        //oWnd.get_popupElement().style.visibility = "hidden";
    }


    function OnClientClose(oWnd) {
        debugger;
    }
</script>


			
Won't Fix
Last Updated: 08 Jun 2022 08:27 by ADMIN
Created by: mmbm
Comments: 1
Category: FormDecorator
Type: Feature Request
0
In IE11, checkboxes are rendered as a flat style with a black checkmark, as apposed to the 3D look rendered by IE9. When using a RadTreeView with checkboxs and form decorator, the checkboxes are not styled to look like the 3D ones. Checkboxes that are not in trees are styled, and therefore, the checkboxes look differently. It's expecially apparent when both treed and non-tree checkboxes are on the same page. See my support ticket 815961 for my question about this.
Won't Fix
Last Updated: 08 Jun 2022 08:25 by ADMIN
Won't Fix
Last Updated: 08 Jun 2022 08:23 by ADMIN
ADMIN
Created by: Ivan Danchev
Comments: 1
Category: ListBox
Type: Bug Report
1

			
Won't Fix
Last Updated: 08 Jun 2022 08:20 by ADMIN
Won't Fix
Last Updated: 08 Jun 2022 08:19 by ADMIN

 <telerik:RadToolBar ID="toolbarRibbon" runat="server" Orientation="Horizontal" Width="100%" RenderMode="Lightweight"

           OnClientButtonClicking="OnClientButtonClicking"
          OnClientButtonClicked="OnClientButtonClicked">
        <Items>
            <telerik:RadToolBarButton ID="toolBtnAnalyses" runat="server"
                Text="Analyses"
                Visible="true" Target="_blank"
                NavigateUrl="About.aspx" 
                ImagePosition="AboveText" CheckOnClick="true" ImageUrl="Content/chart.png" />
              <telerik:RadToolBarButton ID="RadToolBarButton1" runat="server"
                Text="Analyses"
                Visible="true" 
                NavigateUrl="About.aspx" 
                ImagePosition="AboveText" CheckOnClick="true" ImageUrl="Content/chart.png" />
        </Items>
    </telerik:RadToolBar>

 

There is a workaround if the button's ImagePosition is set to "Left" or "Right":

.rtbImage {
    pointer-events: none;
}


			
Won't Fix
Last Updated: 08 Jun 2022 08:17 by ADMIN
ADMIN
Created by: Hristo Valyavicharski
Comments: 1
Category: CloudUpload
Type: Bug Report
1

			
1 2 3 4 5 6