Search

You searched for the word(s): userid:671592

Matching Posts

  • Re: ModalPopup issue - IE6 bug - CommonToolkitScripts

    Ok I fixed it ..... by dragging all 3 dlls back over to the project. Maybe one of them was updated. oh well. that is working now. But a suggestion for the modalPopup dialog ..... you can give your panel a CssClass that makes it visibility:hidden or display:none and the scripts don't do anything to make the div visible when the popup is called. The reason I suggest this.... is you get an annoying flash/flicker on the screen when the "onload" scripts initially hide the div. it would be nice to add
    Posted to ASP.NET AJAX UI (Forum) by kellygreer1 on 8/8/2006
  • Re: ModalPopup issue - IE6 bug - CommonToolkitScripts

    Am I missing something in my web.config? Is the CommonToolkitScripts part of the base Atlas OR the Atlas Control Toolkit ? Any ideas on how I can further troubleshoot this? Kelly
    Posted to ASP.NET AJAX UI (Forum) by kellygreer1 on 8/8/2006
  • ModalPopup issue - IE6 bug - CommonToolkitScripts

    I was having an issue with the ModalPopup not hiding SELECTs. Looked at the ModalPopupBehavior.js file and noticed it does try to compensate for the SELECT bug in IE. But first it trys to detect if IE is version 6 with: if (CommonToolkitScripts.isBrowserIE6()) { ... } The reason I started digging further was my browser is version 6 and it didn't seem to be running through the loop that is supposed to be hiding the SELECTs. So I attempted alert(CommonToolkitScripts.isBrowserIE6()); and get a CommonToolkitScripts
    Posted to ASP.NET AJAX UI (Forum) by kellygreer1 on 8/7/2006
Page 1 of 1 (3 items)