You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Michael Stawicki (JIRA)" <de...@myfaces.apache.org> on 2007/02/17 14:39:05 UTC

[jira] Commented: (TOBAGO-276) Popup - background shading in Mozilla browser - Firefox / Netscape

    [ https://issues.apache.org/jira/browse/TOBAGO-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473929 ] 

Michael Stawicki commented on TOBAGO-276:
-----------------------------------------

now in CSS i see:

.tobago-popup-default {
  z-index: 1;
  cursor: wait;  
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  /*background: url(../../standard/image/popupBg.png);*/
/*  background: url(../image/popupBg.png);*/
/*  filter: alpha(opacity=40) ;                             */
/*  -moz-opacity: 0.4;*/
}

adding this:

   opacity: .75;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
background-color: black;

solves the problem for me, is there any drawback?

> Popup - background shading in Mozilla browser - Firefox / Netscape
> ------------------------------------------------------------------
>
>                 Key: TOBAGO-276
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-276
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.9
>         Environment: winxp prof, firefox 2.0.0.1, netscape 8.1.2, tomcat 5.5.20, myfaces 1.1.4, tobago 1.0.9 - same error in tobago 1.0.10 snap (06.02.2007 5:13)
>            Reporter: Guido Dubois
>
> The background shading when opening a popup box like datePicker doesn't work. If loading of the next page takes a moment
> the background lightening works.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.