[JBoss JIRA] Created: (RF-989) scrollableDataTable broken header
by Krasimir Goutcev (JIRA)
scrollableDataTable broken header
---------------------------------
Key: RF-989
URL: http://jira.jboss.com/jira/browse/RF-989
Project: RichFaces
Issue Type: Bug
Environment: RF 3.1.0
JSF 1.2
Reporter: Krasimir Goutcev
this is my simple test:
<rich:scrollableDataTable id="testSDT"
var="formRow" sortMode="single" value="#{testBean.proba}" rows="5" height="250px">
<rich:column id="formCode">
<f:facet name="header">
<h:outputText styleClass="headerText" value="MyHead" />
</f:facet>
<h:commandLink action="goToPage2"
style="DISPLAY: block; width: 100%">
link
</h:commandLink>
</rich:column>
</rich:scrollableDataTable>
<a4j:commandButton reRender="testSDT"/>
As you can see i have just 1 simple table and 1 buttot. When you click button datle must be reRenderd. after that - header is gone away.
See attached files:
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 8 months
[JBoss JIRA] Created: (RF-929) Minor remarks
by Svetlana mukhina (JIRA)
Minor remarks
-------------
Key: RF-929
URL: http://jira.jboss.com/jira/browse/RF-929
Project: RichFaces
Issue Type: Task
Components: doc
Affects Versions: 3.1.0
Reporter: Svetlana mukhina
Assigned To: Svetlana mukhina
Fix For: 3.2.0
tomahawk - the uppercase letter
Links to outsource resources should be created.
Links on style class redefinition methods
rapper -> wrapper
some tables cells contain similar info should be merged
Uppercase letters should be lowered in some cases (components names, etc.)
Links to the table of attributes in the details of usage section.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 10 months
[JBoss JIRA] Created: (RF-980) TreeModel - exception when deleting node
by Maksim Kaszynski (JIRA)
TreeModel - exception when deleting node
----------------------------------------
Key: RF-980
URL: http://jira.jboss.com/jira/browse/RF-980
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.0
Reporter: Maksim Kaszynski
Assigned To: Maksim Kaszynski
Priority: Critical
Fix For: 3.1.1, 3.2.0
Attempting to delete last node within any recursive node set results in exception
java.lang.IllegalStateException: No tree element available or row key not set!
org.richfaces.model.StackingTreeModel.isLeaf(StackingTreeModel.java:252)
org.richfaces.component.UITree.isLeaf(UITree.java:426)
org.richfaces.renderkit.html.TreeNodeRenderer.doEncodeBegin(TreeNodeRenderer.java:158)
org.richfaces.renderkit.html.TreeNodeRenderer.doEncodeBegin(TreeNodeRenderer.java:86)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 10 months
[JBoss JIRA] Created: (RF-998) Tooltip: annoying exception in FF
by Maksim Kaszynski (JIRA)
Tooltip: annoying exception in FF
---------------------------------
Key: RF-998
URL: http://jira.jboss.com/jira/browse/RF-998
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.0
Reporter: Maksim Kaszynski
Assigned To: Alexej Kushunin
Priority: Minor
Fix For: 3.2.0
Hi! I have the following code:
Code:
<h:form style="display: inline;">
<table align="center">
<tr>
<td colspan="3"><h:messages layout="table" globalOnly="true"
styleClass="errorMessage" id="globalMessages" /></td>
</tr>
<tr>
<td>#{userMsg.user}</td>
<td><h:inputText id="userName" value="#{user.userName}"
required="true">
<rich:toolTip value="????? 3 ? 16 ???????" />
<f:validateLength minimum="3" maximum="16" />
</h:inputText></td>
<td><h:message styleClass="errorMessage" for="userName" /></td>
</tr>
.....
On mouseover and on mouseout on the input filed the tooltip is shown/hidden but javascript exception is thrown
Code:
[Exception... "'Permission denied to get property HTMLDivElement.parentNode' when calling method: [nsIDOMEventListe
ner::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "<unknown>" data: no]
Line 0
This is the rendered html
Code:
<td>
<!-- h:styles>
/org/richfaces/renderkit/html/css/tooltip.xcss
</h:styles>
<h:scripts>
new org.ajax4jsf.framework.resource.PrototypeScript(),
new org.ajax4jsf.framework.ajax.AjaxScript(),
/org/richfaces/renderkit/html/scripts/utils.js,
/org/richfaces/renderkit/html/scripts/tooltip.js
</h:scripts--><span class="dr-rich-tool-tip rich-tool-tip" id="j_id45:j_id48" style="position: absolute; display : none;z-index:99;">
<span id="j_id45:j_id48content">????? 3 ? 16 ???????</span><span id="j_id45:j_id48script" style="display:none">
<script type="text/javascript" id="scriptj_id45:j_id48">//<![CDATA[
new ToolTip({'onhide':'','event':'mouseover','onshow':'','delay':0,'oncomplete':''} ,"j_id45:j_id48","j_id45:userName","client",false,"bottom-right",false,10,10,
"A4J.AJAX.Submit('_viewRoot','j_id45',event,ajaxOptions)",
{'parameters':{'j_id45:j_id48':'j_id45:j_id48'} ,'actionUrl':'/Bts/pages/user/edit.jsf','oncomplete'
:function(request,event,data)
{;Richfaces.tooltips['j_id45:userName'].toolTip = $('j_id45:j_id48');;Richfaces.tooltips['j_id45:use
rName'].toolTipContent = $('j_id45:j_id48content');;Richfaces.tooltips['j_id45:userName'].displayDiv
();},'control':this,
'onbeforedomupdate':function(request,event,data){;Richfaces.tooltips['j_id45:userName'].toolTip.styl
e.display = 'none';}} );;
//]]>
</script></span></span><!-- f:call name="utils.encodeEndFormIfNessesary"/--><input id="j_id45:userName" type="text" name="j_id45:userName" />
</td>
Should the cdk tags appear in the rendered html - like h:scripts, etc
P.S. There are errors but the tooltip is still working.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 10 months