[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] 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, 6 months
[JBoss JIRA] Created: (RF-10968) Tree: treeSelectionChangeListener and treeToggleListener do not work
by Pavol Pitonak (JIRA)
Tree: treeSelectionChangeListener and treeToggleListener do not work
--------------------------------------------------------------------
Key: RF-10968
URL: https://issues.jboss.org/browse/RF-10968
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tree
Affects Versions: 4.0.0.Final
Environment: RichFaces 4.1.0-SNAPSHOT r.22458
Metamer 4.1.0-SNAPSHOT r.22459
Mojarra 2.0.3-
JBoss AS 6.0.0.Final
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Chrome 11.0.696.57 @ Linux i686
Reporter: Pavol Pitonak
Attributes treeSelectionChangeListener and treeToggleListener in rich:tree do not work. However, attributes selectionChangeListener and toggleListener do work.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months