Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 8 of 8

Thread: Question about Editor showing up in IE8

  1. #1
    peter3827 is offline Senior Member
    Join Date
    Nov 2005
    Posts
    281

    Default Question about Editor showing up in IE8

    The RadControls aren't showing up in IE8 for the lastest build. Is there a quick fix to this? Thanks in advanced.

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Sorry, but can't duplicate this locally. Can you tell us in what particular content page (e.g. Topic, Product, etc) in the admin you're experiencing this? What's the value of appconfig: TurnOffHtmlEditorInAdminSite?

  3. #3
    peter3827 is offline Senior Member
    Join Date
    Nov 2005
    Posts
    281

    Default

    The App config is turned to false and it doesn't matter what I try to edit e.g. topic, category. I know in IE8 there is compatibility button that switches to IE7. When I switch it to that the buttons show.

  4. #4
    DanV's Avatar
    DanV is offline Ursus arctos horribilis
    Join Date
    Apr 2006
    Posts
    1,568

    Default

    Looks like an issue with the Telerik components. We are checking with them for an update.

  5. #5
    peter3827 is offline Senior Member
    Join Date
    Nov 2005
    Posts
    281

    Default

    Any word on an update so the editor works in IE 8?

  6. #6
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    Telerik's got a few possible updates on their site, we'll take a look at them for the next release.

    In the meantime, you can use IE8's compatibility mode, or add this line to the top of any page that uses the RAD editor (note that it has to be the first meta tag in the file):

    Code:
    <meta http-equiv="X-UA-Compatible" content="IE=7" />

  7. #7
    peter3827 is offline Senior Member
    Join Date
    Nov 2005
    Posts
    281

    Default

    Thank-You, I'll look into that fix.

  8. #8
    Markus is offline Junior Member
    Join Date
    Jan 2011
    Posts
    6

    Default

    Quote Originally Posted by AspDotNetStorefront Staff - Scott View Post
    Telerik's got a few possible updates on their site, we'll take a look at them for the next release.

    In the meantime, you can use IE8's compatibility mode, or add this line to the top of any page that uses the RAD editor (note that it has to be the first meta tag in the file):

    Code:
    <meta http-equiv="X-UA-Compatible" content="IE=7" />
    Sadly using this meta tag doesn't solve it, although IE8 recognizes that some sort of compatibility is being used. For example: the upload button in the image upload option in RadEditor is disabled (amongst others ... only one that is not disabled in that page is the refresh button). We are using the latest Store version Full ML 9013 + SP1 + Admin Service Pack

    any progress on updating these controls to work in IE8 out of the box?