You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Guido Dubois (JIRA)" <de...@myfaces.apache.org> on 2010/10/20 11:02:24 UTC

[jira] Created: (TOBAGO-926) transparent

<tc:popup> transparent
----------------------

                 Key: TOBAGO-926
                 URL: https://issues.apache.org/jira/browse/TOBAGO-926
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.5.0-alpha-2
         Environment: Facelets
            Reporter: Guido Dubois


Popup trought <tc:toolBarCommand> is transparent.

          <tc:toolBarCommand id="toolbarButtonNewProduct"
            actionListener="#{toolbarController.newProductClick}"
            label="#{bundle.toolNewProduct}" image="image/filenew.png"
            tip="#{bundle.tooltipNewProduct}" immediate="false"
            transition="true">
            <tc:popupReference for="popupNewProduct" />
            <ui:include src="/overview/popupNewProduct.xhtml" />
          </tc:toolBarCommand>


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


[jira] Commented: (TOBAGO-926) transparent

Posted by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923907#action_12923907 ] 

Udo Schnurpfeil commented on TOBAGO-926:
----------------------------------------

Sorry, but I'm not sure I understand the issue.

Can you test this page http://localhost:8080/tobago-example-demo/faces/overview/toolbar.xhtml of the demo? It seem to me to be okay.


> <tc:popup> transparent
> ----------------------
>
>                 Key: TOBAGO-926
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-926
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.5.0-alpha-2
>         Environment: Facelets
>            Reporter: Guido Dubois
>
> Popup trought <tc:toolBarCommand> is transparent.
>           <tc:toolBarCommand id="toolbarButtonNewProduct"
>             actionListener="#{toolbarController.newProductClick}"
>             label="#{bundle.toolNewProduct}" image="image/filenew.png"
>             tip="#{bundle.tooltipNewProduct}" immediate="false"
>             transition="true">
>             <tc:popupReference for="popupNewProduct" />
>             <ui:include src="/overview/popupNewProduct.xhtml" />
>           </tc:toolBarCommand>

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


[jira] Commented: (TOBAGO-926) transparent

Posted by "Guido Dubois (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12922904#action_12922904 ] 

Guido Dubois commented on TOBAGO-926:
-------------------------------------

...and buttons, links in background are active...

> <tc:popup> transparent
> ----------------------
>
>                 Key: TOBAGO-926
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-926
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.5.0-alpha-2
>         Environment: Facelets
>            Reporter: Guido Dubois
>
> Popup trought <tc:toolBarCommand> is transparent.
>           <tc:toolBarCommand id="toolbarButtonNewProduct"
>             actionListener="#{toolbarController.newProductClick}"
>             label="#{bundle.toolNewProduct}" image="image/filenew.png"
>             tip="#{bundle.tooltipNewProduct}" immediate="false"
>             transition="true">
>             <tc:popupReference for="popupNewProduct" />
>             <ui:include src="/overview/popupNewProduct.xhtml" />
>           </tc:toolBarCommand>

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


[jira] Resolved: (TOBAGO-926) transparent

Posted by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOBAGO-926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Udo Schnurpfeil resolved TOBAGO-926.
------------------------------------

    Resolution: Invalid

> <tc:popup> transparent
> ----------------------
>
>                 Key: TOBAGO-926
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-926
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.5.0-alpha-2
>         Environment: Facelets
>            Reporter: Guido Dubois
>         Attachments: transparent_popup.png
>
>
> Popup trought <tc:toolBarCommand> is transparent.
>           <tc:toolBarCommand id="toolbarButtonNewProduct"
>             actionListener="#{toolbarController.newProductClick}"
>             label="#{bundle.toolNewProduct}" image="image/filenew.png"
>             tip="#{bundle.tooltipNewProduct}" immediate="false"
>             transition="true">
>             <tc:popupReference for="popupNewProduct" />
>             <ui:include src="/overview/popupNewProduct.xhtml" />
>           </tc:toolBarCommand>

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


[jira] Commented: (TOBAGO-926) transparent

Posted by "Guido Dubois (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926323#action_12926323 ] 

Guido Dubois commented on TOBAGO-926:
-------------------------------------

Thanks for the suggestion! I droped this code from the style-file and now it works fine...

.tobago-popup {
  opacity: 0.75;
  filter: alpha(opacity = 75);
  -moz-opacity: 0.75;
}


> <tc:popup> transparent
> ----------------------
>
>                 Key: TOBAGO-926
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-926
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.5.0-alpha-2
>         Environment: Facelets
>            Reporter: Guido Dubois
>         Attachments: transparent_popup.png
>
>
> Popup trought <tc:toolBarCommand> is transparent.
>           <tc:toolBarCommand id="toolbarButtonNewProduct"
>             actionListener="#{toolbarController.newProductClick}"
>             label="#{bundle.toolNewProduct}" image="image/filenew.png"
>             tip="#{bundle.tooltipNewProduct}" immediate="false"
>             transition="true">
>             <tc:popupReference for="popupNewProduct" />
>             <ui:include src="/overview/popupNewProduct.xhtml" />
>           </tc:toolBarCommand>

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


[jira] Commented: (TOBAGO-926) transparent

Posted by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924573#action_12924573 ] 

Udo Schnurpfeil commented on TOBAGO-926:
----------------------------------------

Thanks for the image: now I know I'd understand the issue, but I couldn't believe it.

Can you test you page with the Speyside theme, please? There are many changes in the css classes for 1.5.


> <tc:popup> transparent
> ----------------------
>
>                 Key: TOBAGO-926
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-926
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.5.0-alpha-2
>         Environment: Facelets
>            Reporter: Guido Dubois
>         Attachments: transparent_popup.png
>
>
> Popup trought <tc:toolBarCommand> is transparent.
>           <tc:toolBarCommand id="toolbarButtonNewProduct"
>             actionListener="#{toolbarController.newProductClick}"
>             label="#{bundle.toolNewProduct}" image="image/filenew.png"
>             tip="#{bundle.tooltipNewProduct}" immediate="false"
>             transition="true">
>             <tc:popupReference for="popupNewProduct" />
>             <ui:include src="/overview/popupNewProduct.xhtml" />
>           </tc:toolBarCommand>

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