You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Zied Hamdi (JIRA)" <de...@myfaces.apache.org> on 2007/10/05 10:09:50 UTC

[jira] Created: (TOBAGO-509) images doesn't show when in a tabbed pane not visible at page display

images doesn't show when in a tabbed pane not visible at page display
---------------------------------------------------------------------

                 Key: TOBAGO-509
                 URL: https://issues.apache.org/jira/browse/TOBAGO-509
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0.12
            Reporter: Zied Hamdi


Hi ,

I have wrote a test case for this example because it isn't easy to explain. This test case isn't maybe the only one, but this happens in my example:

- You will not see the image because the tab that holds it is not the first one.

Now if the tab contaning the sheet is selected. When I click on a link that refreshes the page (ex: a postback), the image displays correctly.

<tc:page
	xmlns="http://www.w3.org/1999/xhtml"
	xmlns:f="http://java.sun.com/jsf/core"
	xmlns:h="http://java.sun.com/jsf/html"
	xmlns:t="http://myfaces.apache.org/tomahawk"
	xmlns:tc="http://myfaces.apache.org/tobago/component"
	xmlns:tx="http://myfaces.apache.org/tobago/extension"
	xmlns:c="http://java.sun.com/jstl/core">
	<tc:tabGroup>
		<tc:tab>
		</tc:tab>
		<tc:tab>
			<tc:sheet
				value="#{data}"
				var="x"
				columns="*;*">
				<tc:column>
					<tc:link image="image/edit.PNG" />
				</tc:column>
				<tc:column>
					<tc:out value="no image" />
				</tc:column>
			</tc:sheet>
		</tc:tab>
	</tc:tabGroup>

</tc:page>

The unique workaround I found is to put a label instead of the image, that's why I consider it Major.

Regards,
Zied Hamdi

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


[jira] Commented: (TOBAGO-509) images doesn't show when in a tabbed pane not visible at page display

Posted by "Volker Weber (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570723#action_12570723 ] 

Volker Weber commented on TOBAGO-509:
-------------------------------------

Can you test this with a non png image? 
If its working with gif images this may be a problem with the 
png transparency fix. 

> images doesn't show when in a tabbed pane not visible at page display
> ---------------------------------------------------------------------
>
>                 Key: TOBAGO-509
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-509
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.12
>            Reporter: Zied Hamdi
>
> Hi ,
> I have wrote a test case for this example because it isn't easy to explain. This test case isn't maybe the only one, but this happens in my example:
> - You will not see the image because the tab that holds it is not the first one.
> Now if the tab contaning the sheet is selected. When I click on a link that refreshes the page (ex: a postback), the image displays correctly.
> <tc:page
> 	xmlns="http://www.w3.org/1999/xhtml"
> 	xmlns:f="http://java.sun.com/jsf/core"
> 	xmlns:h="http://java.sun.com/jsf/html"
> 	xmlns:t="http://myfaces.apache.org/tomahawk"
> 	xmlns:tc="http://myfaces.apache.org/tobago/component"
> 	xmlns:tx="http://myfaces.apache.org/tobago/extension"
> 	xmlns:c="http://java.sun.com/jstl/core">
> 	<tc:tabGroup>
> 		<tc:tab>
> 		</tc:tab>
> 		<tc:tab>
> 			<tc:sheet
> 				value="#{data}"
> 				var="x"
> 				columns="*;*">
> 				<tc:column>
> 					<tc:link image="image/edit.PNG" />
> 				</tc:column>
> 				<tc:column>
> 					<tc:out value="no image" />
> 				</tc:column>
> 			</tc:sheet>
> 		</tc:tab>
> 	</tc:tabGroup>
> </tc:page>
> The unique workaround I found is to put a label instead of the image, that's why I consider it Major.
> Regards,
> Zied Hamdi

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


[jira] Commented: (TOBAGO-509) images doesn't show when in a tabbed pane not visible at page display

Posted by "Zied Hamdi (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570717#action_12570717 ] 

Zied Hamdi commented on TOBAGO-509:
-----------------------------------

The bug doesn't happen under firefox 2.0 (but happens on ie 7)

> images doesn't show when in a tabbed pane not visible at page display
> ---------------------------------------------------------------------
>
>                 Key: TOBAGO-509
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-509
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.12
>            Reporter: Zied Hamdi
>
> Hi ,
> I have wrote a test case for this example because it isn't easy to explain. This test case isn't maybe the only one, but this happens in my example:
> - You will not see the image because the tab that holds it is not the first one.
> Now if the tab contaning the sheet is selected. When I click on a link that refreshes the page (ex: a postback), the image displays correctly.
> <tc:page
> 	xmlns="http://www.w3.org/1999/xhtml"
> 	xmlns:f="http://java.sun.com/jsf/core"
> 	xmlns:h="http://java.sun.com/jsf/html"
> 	xmlns:t="http://myfaces.apache.org/tomahawk"
> 	xmlns:tc="http://myfaces.apache.org/tobago/component"
> 	xmlns:tx="http://myfaces.apache.org/tobago/extension"
> 	xmlns:c="http://java.sun.com/jstl/core">
> 	<tc:tabGroup>
> 		<tc:tab>
> 		</tc:tab>
> 		<tc:tab>
> 			<tc:sheet
> 				value="#{data}"
> 				var="x"
> 				columns="*;*">
> 				<tc:column>
> 					<tc:link image="image/edit.PNG" />
> 				</tc:column>
> 				<tc:column>
> 					<tc:out value="no image" />
> 				</tc:column>
> 			</tc:sheet>
> 		</tc:tab>
> 	</tc:tabGroup>
> </tc:page>
> The unique workaround I found is to put a label instead of the image, that's why I consider it Major.
> Regards,
> Zied Hamdi

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


[jira] Resolved: (TOBAGO-509) images doesn't show when in a tabbed pane not visible at page display

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

Udo Schnurpfeil resolved TOBAGO-509.
------------------------------------

    Fix Version/s: 1.5.0-alpha-2
                   1.0.28
                   1.5.0
       Resolution: Fixed

Also changed the implementation of the ie6 png fix.

> images doesn't show when in a tabbed pane not visible at page display
> ---------------------------------------------------------------------
>
>                 Key: TOBAGO-509
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-509
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.12
>            Reporter: Zied Hamdi
>            Assignee: Udo Schnurpfeil
>             Fix For: 1.5.0-alpha-2, 1.0.28, 1.5.0
>
>
> Hi ,
> I have wrote a test case for this example because it isn't easy to explain. This test case isn't maybe the only one, but this happens in my example:
> - You will not see the image because the tab that holds it is not the first one.
> Now if the tab contaning the sheet is selected. When I click on a link that refreshes the page (ex: a postback), the image displays correctly.
> <tc:page
> 	xmlns="http://www.w3.org/1999/xhtml"
> 	xmlns:f="http://java.sun.com/jsf/core"
> 	xmlns:h="http://java.sun.com/jsf/html"
> 	xmlns:t="http://myfaces.apache.org/tomahawk"
> 	xmlns:tc="http://myfaces.apache.org/tobago/component"
> 	xmlns:tx="http://myfaces.apache.org/tobago/extension"
> 	xmlns:c="http://java.sun.com/jstl/core">
> 	<tc:tabGroup>
> 		<tc:tab>
> 		</tc:tab>
> 		<tc:tab>
> 			<tc:sheet
> 				value="#{data}"
> 				var="x"
> 				columns="*;*">
> 				<tc:column>
> 					<tc:link image="image/edit.PNG" />
> 				</tc:column>
> 				<tc:column>
> 					<tc:out value="no image" />
> 				</tc:column>
> 			</tc:sheet>
> 		</tc:tab>
> 	</tc:tabGroup>
> </tc:page>
> The unique workaround I found is to put a label instead of the image, that's why I consider it Major.
> Regards,
> Zied Hamdi

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