Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-680

CSS for IE7 override too much <div> position

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 2.3
    • None
    • None
    • None

      All <div> elements in dialog box are in position "static"

      .ext-ie7 div.x-window-bwrap,
      .ext-ie7 div.x-window-bwrap div.x-window-ml,
      .ext-ie7 div.x-window-bwrap div.x-window-ml div.x-window-mr,
      .ext-ie7 div.x-window-bwrap div.x-window-ml div.x-window-mc,
      .ext-ie7 div.x-window-bwrap div.x-window-ml div.x-window-mc div.x-window-body,
      .ext-ie7 div.x-window-bwrap div.x-window-ml div.x-window-mc div.x-window-body div.x-panel,
      .ext-ie7 div.x-window-bwrap div.x-window-ml div.x-window-mc div.x-window-body div.x-panel div.x-panel-bwrap,
      .ext-ie7 form div,
      .ext-ie7 form label.x-form-item-label
      {
      	position: static !important;
      }
      

          [RUNTIME-680] CSS for IE7 override too much <div> position

          Laurence Aumeunier made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          Laurence Aumeunier made changes -
          Link New: This issue Conditionne MAPS-10 [ MAPS-10 ]
          Laurence Aumeunier made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Laurence Aumeunier made changes -
          Description Original: All <div> elements in dialog box are in position "static"

          {code:css}
          .ext-ie7 div.x-window-bwrap,
          .ext-ie7 div.x-window-bwrap div.x-window-ml,
          .ext-ie7 div.x-window-bwrap div.x-window-ml div.x-window-mr,
          .ext-ie7 div.x-window-bwrap div.x-window-ml div.x-window-mc,
          .ext-ie7 div.x-window-bwrap div.x-window-ml div.x-window-mc div.x-window-body,
          .ext-ie7 div.x-window-bwrap div.x-window-ml div.x-window-mc div.x-window-body div.x-panel,
          .ext-ie7 div.x-window-bwrap div.x-window-ml div.x-window-mc div.x-window-body div.x-panel div.x-panel-bwrap,
          .ext-ie7 form div,
          .ext-ie7 form label.x-form-item-label
          {
          position: static !important;
          }
          {code}
          New: All <div> elements in dialog box are in position "static"

          {code:html}
          .ext-ie7 div.x-window-bwrap,
          .ext-ie7 div.x-window-bwrap div.x-window-ml,
          .ext-ie7 div.x-window-bwrap div.x-window-ml div.x-window-mr,
          .ext-ie7 div.x-window-bwrap div.x-window-ml div.x-window-mc,
          .ext-ie7 div.x-window-bwrap div.x-window-ml div.x-window-mc div.x-window-body,
          .ext-ie7 div.x-window-bwrap div.x-window-ml div.x-window-mc div.x-window-body div.x-panel,
          .ext-ie7 div.x-window-bwrap div.x-window-ml div.x-window-mc div.x-window-body div.x-panel div.x-panel-bwrap,
          .ext-ie7 form div,
          .ext-ie7 form label.x-form-item-label
          {
          position: static !important;
          }
          {code}
          Fix Version/s New: 2.3 [ 10580 ]
          Summary Original: CSS for IE7 should not override "absolute" position of some div New: CSS for IE7 override too much <div> position
          Laurence Aumeunier created issue -

            Unassigned Unassigned
            laurence Laurence Aumeunier
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: