ICEfaces
  1. ICEfaces
  2. ICE-11061

ace:dialog - Transparent dialog shown when used with ICEmobile

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Minor Minor
    • Resolution: Fixed
    • Affects Version/s: EE-3.3.0.GA_P03
    • Fix Version/s: EE-3.3.0.GA_P04
    • Labels:
      None
    • Environment:
      ICEmobile, mobi components, ACE components
    • Assignee Priority:
      P2
    • Support Case References:
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      Override the style class that is causing the transparency by setting the styleClass on the component:

      <ace:dialog styleClass="dialogStyle"....>

              <style>
                  .dialogStyle {
                      background: white !important;
                  }
              </style>
      Show
      Override the style class that is causing the transparency by setting the styleClass on the component: <ace:dialog styleClass="dialogStyle"....>         <style>             .dialogStyle {                 background: white !important;             }         </style>

      Description

      If an ace:dialog used in an application that uses ICEmobile mobi components, the dialog is displayed transparent. The content displayed behind the component come through the dialog.

      This happens for both client and server side opened dialogs as well as modal dialogs.

        Issue Links

          Activity

          Ken Fyten made changes -
          Status Resolved [ 5 ] Closed [ 6 ]
          Arturo Zambrano made changes -
          Status Open [ 1 ] Resolved [ 5 ]
          Resolution Fixed [ 1 ]
          Arturo Zambrano made changes -
          Link This issue depends on MOBI-1158 [ MOBI-1158 ]
          Ken Fyten made changes -
          Assignee Arturo Zambrano [ artzambrano ]
          Fix Version/s EE-3.3.0.GA_P04 [ 12270 ]
          Priority Major [ 3 ] Minor [ 4 ]
          Assignee Priority P2 [ 10011 ]
          Arran Mccullough made changes -
          Workaround Description Override the style class that is causing the transparency by setting the styleClass on the component:

          <ace:dialog styleClass="dialogStyle"....>

                  <style>
                      .dialogStyle {
                          background: white !important;
                      }
                  </style>
          Workaround Exists Yes [ 10007 ]
          Arran Mccullough made changes -
          Field Original Value New Value
          Attachment Case13589Example3.zip [ 22215 ]
          Attachment dialog-transparency-issue.jpg [ 22216 ]
          Attachment Case13589Example3WAR.zip [ 22217 ]
          Arran Mccullough created issue -

            People

            • Assignee:
              Arturo Zambrano
              Reporter:
              Arran Mccullough
            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: