[JBoss JIRA] Created: (RF-10865) rich:extendedDataTable when expanding frozen column too much there is no scroller to view other columns
by Juraj Huska (JIRA)
rich:extendedDataTable when expanding frozen column too much there is no scroller to view other columns
-------------------------------------------------------------------------------------------------------
Key: RF-10865
URL: https://issues.jboss.org/browse/RF-10865
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: examples
Affects Versions: 4.0.0.Final
Environment: demo application - richface-showcase, component demo - extendedDataTable, samples - ExtendedData Table Basic Usage and ExtendedData Table Basic Usage
Reporter: Juraj Huska
When I expanded column which is frozen too much, I mean expand more than the width of table is, then there is no scroller to view other columns, and I can not revert it, to see them again. The only solution to view them again is to refresh the page.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] (RF-11821) RF4 extendedDataTable rowClasses not working in lazyloading of rows as it was working in Richfaces3.3.3.Final
by Saroj Padhy (Created) (JIRA)
RF4 extendedDataTable rowClasses not working in lazyloading of rows as it was working in Richfaces3.3.3.Final
-------------------------------------------------------------------------------------------------------------
Key: RF-11821
URL: https://issues.jboss.org/browse/RF-11821
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.1.0.CR2
Environment: Windows XP 32 bit OS, Mozilla Firefox 8.0, Google Chrome 16.0.912.63, IE 7 and 8
Reporter: Saroj Padhy
Fix For: 4.1.0.Final
The attribute in extendedDataTable component, "rowClasses" not working as it used to work in Richfaces3.3.3.Final version.
Normally rowClasses usage is as below:
<rich:extendedDataTable id="auction" value="#{auctionDataModel}" var="item" clientRows="10" selectionMode="single" rowClasses="odd,even"> ..
..
And in CSS file we define,
tr.odd {
background-color: #F3F3F3;
}
tr.even {
background-color: #FFFFFF;
}
So the row colors differ as odd and even row background colors.
This is not working in Richfaces4 extendedDataTable component when rows are getting loaded on request (lazyloading). All rows shows odd background color.
There is a work around for this issue, which is only working in Mozilla browser.
Link:http://community.jboss.org/thread/168326?tstart=0
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] Created: (RF-10833) rich:tooltip doesn't work inside h:outputText
by Rene O (JIRA)
rich:tooltip doesn't work inside h:outputText
---------------------------------------------
Key: RF-10833
URL: https://issues.jboss.org/browse/RF-10833
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Final
Environment: richfaces-4.0.0.Final, myfaces-2.0.5-SNAPSHOT, mojarra-2.1.1-b03,tomcat-7.0.11
Reporter: Rene O
If I use rich:tooltip inside h:outputText it doesn't show up. But inside a commandlink it works for example.
This doesn't work:
<h:outputText value="testvalue" >
<rich:tooltip>testtooltiptext</rich:tooltip>
</h:outputText>
But this works:
<a4j:commandLink value="testlink" ...>
<rich:tooltip>testtooltiptext</rich:tooltip>
</a4j:commandLink>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (RF-11741) ECSS parser is too aggressive when encountering non-standard CSS properties: selector omitted entirely
by Karsten Wutzke (Created) (JIRA)
ECSS parser is too aggressive when encountering non-standard CSS properties: selector omitted entirely
------------------------------------------------------------------------------------------------------
Key: RF-11741
URL: https://issues.jboss.org/browse/RF-11741
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: skinning
Affects Versions: 4.1.0.CR1
Reporter: Karsten Wutzke
Fix For: 4.1.0.Final
When defining rules like
{code}
.shadow
{
-webkit-box-shadow: 4px 4px 5px '#{richSkin.additionalBackgroundColor}';
-moz-box-shadow: 4px 4px 5px '#{richSkin.additionalBackgroundColor}';
box-shadow: 4px 4px 5px '#{richSkin.additionalBackgroundColor}';
}
{code}
in an ECSS file to create skin-dependent drop shadows, RF 4 will omit the above rule entirely and no shadows will be rendered. BTW it would be better to just omit the invalid properties instead of the entire selector (box-shadow: ... alone works).
Most browsers don't support the box-shadow yet, so defining proprietary properties *must* be possible. Note, this applies to a lot more properties than the above.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months