[jira] [Commented] (TOBAGO-950) Layout inside a sheet cell: Components still occupies some space, when rendered is set to false

2012-04-09 Thread Dom W. (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13249849#comment-13249849
 ] 

Dom W. commented on TOBAGO-950:
---

Thanks for fixing this bug. The behaviour is now as expected. I will close this 
ticket.
Best, Dom

 Layout inside a sheet cell: Components still occupies some space, when 
 rendered is set to false
 -

 Key: TOBAGO-950
 URL: https://issues.apache.org/jira/browse/TOBAGO-950
 Project: MyFaces Tobago
  Issue Type: Bug
Affects Versions: 1.0.31, 1.0.38
 Environment: Firefox 3.6.12, Ubuntu 10.04 64bit
 Firefox 9.0.1, Ubuntu 11.10 64bit
Reporter: Dom W.
Assignee: Volker Weber
Priority: Minor
 Fix For: 1.0.39

 Attachments: tc-link-rendered.png


 Even though the rendered attribute is set to false, the tc:link is not 
 fully hidden, i.e. it still uses up some space (a few pixels) . This creates 
 additional empty space, which gets more and more apparent, the more hidden 
 links you have.
 Example code:
 tc:panel
   f:facet name=layout
   tc:gridLayout 
 rows=fixed;fixed;fixed;fixed;fixed;fixed;fixed;*/
   /f:facet
   tc:label value=tc:link rendered/
   tc:link label=Test 1 rendered=false /
   tc:link label=Test 2 rendered=false /
   tc:link label=Test 3 rendered=false /
   tc:link label=Test 4 rendered=true /
   tc:link label=Test 5 rendered=false /
   tc:link label=Test 6 rendered=false /
   tc:link label=Test 7 rendered=true /
   tc:link label=Test 8 rendered=true /
 /tc:panel   
 Expected result:
 There should be as much space between the tc:label and the first visible 
 tc:link, and also between tc:link 4 and 7, as there is between tc:link 7 and 
 8.
 Actual result: 
 There is a big gap between the tc:label and the first visible tc:link, and 
 also between tc:link 4 and 7.
 Please also see the attached image.
 Greetings, dom

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (TOBAGO-760) target attribute in tc:menuitem should be paired with link attribute

2012-04-09 Thread Dom W. (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13249864#comment-13249864
 ] 

Dom W. commented on TOBAGO-760:
---

Are there any news on this issue?

 target attribute in tc:menuitem should be paired with link attribute
 --

 Key: TOBAGO-760
 URL: https://issues.apache.org/jira/browse/TOBAGO-760
 Project: MyFaces Tobago
  Issue Type: Improvement
Affects Versions: 1.0.39
 Environment: N/A for feature enhancement. For the curious: Ubuntu 
 9.04, Tomcat 5.5 and Tobago 1.0.20, similarly openSuSE 11.1, Tomcat 6 and 
 Tobago 1.0.20
Reporter: Dom W.
Assignee: Udo Schnurpfeil

 The target attribute for the tc:menuitem only works in connection with 
 the action attribute. This has been resolved in issue: 
 https://issues.apache.org/jira/browse/TOBAGO-286 . However, for better 
 usability and also consistency it should be possible to make it also work 
 when specifying the link attribute instead of the action attribute.
 Thank you very much for your time and consideration.
 Best regards,
 D.W.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (TOBAGO-950) tc:link still occupies some space, when rendered is set to false

2012-01-26 Thread Dom W. (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13193743#comment-13193743
 ] 

Dom W. commented on TOBAGO-950:
---

This issue prevails in the recent 1.0.38 version (and Firefox 9.0.1). Could 
anyone please have a look at it?

When looking at the generated HTML source code, I can see that there are 
tr-tags created for the hidden tc:links:

trtd style=width: 283px; class=tobago-gridLayout-cell-tddiv 
style=width: 283px; class=tobago-gridLayout-default 
tobago-gridLayout-first-column/div/td/tr

Happy to hear about any comments ...



 tc:link still occupies some space, when rendered is set to false
 --

 Key: TOBAGO-950
 URL: https://issues.apache.org/jira/browse/TOBAGO-950
 Project: MyFaces Tobago
  Issue Type: Bug
Affects Versions: 1.0.31
 Environment: Firefox 3.6.12, Ubuntu 10.04 64bit
Reporter: Dom W.
Priority: Minor
 Attachments: tc-link-rendered.png


 Even though the rendered attribute is set to false, the tc:link is not 
 fully hidden, i.e. it still uses up some space (a few pixels) . This creates 
 additional empty space, which gets more and more apparent, the more hidden 
 links you have.
 Example code:
 tc:panel
   f:facet name=layout
   tc:gridLayout 
 rows=fixed;fixed;fixed;fixed;fixed;fixed;fixed;*/
   /f:facet
   tc:label value=tc:link rendered/
   tc:link label=Test 1 rendered=false /
   tc:link label=Test 2 rendered=false /
   tc:link label=Test 3 rendered=false /
   tc:link label=Test 4 rendered=true /
   tc:link label=Test 5 rendered=false /
   tc:link label=Test 6 rendered=false /
   tc:link label=Test 7 rendered=true /
   tc:link label=Test 8 rendered=true /
 /tc:panel   
 Expected result:
 There should be as much space between the tc:label and the first visible 
 tc:link, and also between tc:link 4 and 7, as there is between tc:link 7 and 
 8.
 Actual result: 
 There is a big gap between the tc:label and the first visible tc:link, and 
 also between tc:link 4 and 7.
 Please also see the attached image.
 Greetings, dom

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira