Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
Chrome sometimes doesn't display panel with HTML Editor in it
posted

I have an ASPX page that contains an Infragistics WebTab, and within one of the tabs, it has two ASP panels. There are buttons on the page that toggle which of the panels is displayed. The first panel is displayed when a user initially comes to the page. The second panel contains, among other things, a WebHTMLEditor and WebSpellChecker.

In Firefox and Internet Explorer, the page displays as expected; when the button to display the second panel is clicked, the first panel goes away and the second panel is displayed.

However, in Chrome, when the button is clicked, the first panel goes away, but nothing (except the master page container) is displayed by the browser, but view the page source shows that the content is there. When I copy both the HTML editor and spell checker (both are required) to the first panel so they are displayed when the page is initially rendered results in the second panel being displayed correctly when the button for the second panel is clicked.

Does anyone have any idea what is causing this to occur in Chrome but not the other browsers?

The application is using version 2011, volumne 1 of the controls (CLR35), and version 24 of Chrome.

Charles

Parents
No Data
Reply
  • 29417
    Offline posted

    Hello Charles,

     

    Thank you for posting in our forum.

     

    How are you showing/hiding the panels? Are you just changing their display css property on the client or are you doing something else?

    Are you loading the content of the panes when you show them or are they loaded initially as well?

    Does the issue occur if you remove the HTML editor and the spell checker from the second panel?

     

    It would be helpful if you could attach a small sample that reproduces your issue or a code snippet of the mark-up for the page in questions so that I may look into this further.

     

    I’m looking forward to your reply.

     

    Best Regards,

    Maya Kirova

    Developer Support Engineer

    Infragistics, Inc.

    http://ko.infragistics.com/support

     

Children