ScriptManager Causing CSS/Border settings loss

  1. #1

    ScriptManager Causing CSS/Border settings loss

    I have page with various control padding defined by CSS - as soon as I drop a simple scriptmanager on the page - all of the padding is gone - take it out, all comes back - happens across all of my pages...




    <ext:ScriptManager runat="server" ID="ScriptManager1"></ext:ScriptManager>
  2. #2

    RE: ScriptManager Causing CSS/Border settings loss

    whoops -


    RenderStyles="File" fixed it
  3. #3

    RE: ScriptManager Causing CSS/Border settings loss

    what does RenderStyles=File do?
  4. #4

    RE: ScriptManager Causing CSS/Border settings loss

    My guess - based solely upon the behavior I saw - allow independent CSS to control some elements that were otherwise being dominated by the embedded styles
  5. #5

    RE: ScriptManager Causing CSS/Border settings loss

    However - while this solved on eissue created another - now I cannot see my icons
  6. #6

    RE: ScriptManager Causing CSS/Border settings loss

  7. #7

    RE: ScriptManager Causing CSS/Border settings loss

    Hi,

    In 1.0 release will be added new option - preventBodyReset which can helps to avoid such situations


    preventBodyReset : Boolean<div class="mdesc" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 5px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; color: rgb(68, 68, 68); "><div class="long" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: block; line-height: 18px; ">Defaults to <tt>false</tt>. When set to <tt>true</tt>, an extra css class <tt>'x-panel-normal'</tt> will be added to the panel's element, effectively applying css styles suggested by the W3C (see http://www.w3.org/TR/CSS21/sample.html) to the Panel's body element (not the header, footer, etc.).


Similar Threads

  1. [CLOSED] How to prevent focus loss after calling store.reload()
    By webclouder in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Jun 20, 2011, 9:21 PM
  2. Replies: 5
    Last Post: Jun 02, 2011, 9:15 PM
  3. [CLOSED] Grid settings
    By Raynald_Fontaine in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 14, 2010, 9:58 AM
  4. Replies: 1
    Last Post: Oct 27, 2009, 10:22 AM
  5. [CLOSED] GridPanel Settings
    By Etisbew in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 06, 2009, 6:36 AM

Posting Permissions