[JBoss JIRA] Created: (RF-9143) EDT and SDT: header class defined applied for fake row also
by Ilya Shaikovsky (JIRA)
EDT and SDT: header class defined applied for fake row also
-----------------------------------------------------------
Key: RF-9143
URL: https://jira.jboss.org/browse/RF-9143
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 3.3.3.Final
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Fix For: Future_3.X
The problem. If I defining height there - IE shows empty row for fakeierow tr with height defined. Caused by IE which applies height to TR (which is not right according to w3c) but the user has no way to use such definition in the rsult. He has to use some other selectors(like in workaround). And attribute became unusable.
Need to check that this will not occcur for 4.x also.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[JBoss JIRA] Created: (RF-9136) rich:subTable stops expanding/collapsing when setting expandMode to ajax or server
by Max Katz (JIRA)
rich:subTable stops expanding/collapsing when setting expandMode to ajax or server
----------------------------------------------------------------------------------
Key: RF-9136
URL: https://jira.jboss.org/browse/RF-9136
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone2
Reporter: Max Katz
<rich:dataTable value="#{wonderListBean.list}" var="wonder">
<rich:column colspan="2">
<h:outputText value="#{wonder.name}" />
<rich:subTableToggleControl for="subTable" />
</rich:column>
<rich:subTable id="subTable" value="#{wonder.details}" var="item"
expandMode="ajax"
expanded="true">
<rich:column>
<h:graphicImage value="#{item.imageUrl}" />
</rich:column>
<rich:column>
<h:outputText value="#{item.location}" />
</rich:column>
</rich:subTable>
</rich:dataTable>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[JBoss JIRA] Created: (RF-9133) PopupPanel: doesn't open after re-rendering
by Nick Belaevski (JIRA)
PopupPanel: doesn't open after re-rendering
--------------------------------------------
Key: RF-9133
URL: https://jira.jboss.org/browse/RF-9133
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.0.0.Milestone2
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Source code to reproduce:
<h:form>
<h:panelGrid>
<h:outputText value="Is modal:"/>
<h:selectOneRadio id="selectModal" value="#{popupPanel.modal}">
<f:selectItem itemLabel="Yes" itemValue="true"/>
<f:selectItem itemLabel="No" itemValue="false"/>
<a4j:ajax event="click" render="selectModal popup"/>
</h:selectOneRadio>
</h:panelGrid>
</h:form>
<input type="button" onclick="#{rich:component(':popup')}.show();"
value="Open" />
<rich:popupPanel id="popup"
modal="#{popupPanel.modal}"
autosized="false"
resizeable="#{popupPanel.resizeable}"
moveable="#{popupPanel.moveable}"
width="400"
height="300">
<f:facet name="header">
<h:outputText value="Moscow" />
</f:facet>
<f:facet name="controls">
<h:outputLink value="#"
onclick="#{rich:component('popup')}.hide(); return false;">
X
</h:outputLink>
</f:facet>
<rich:panel>
<h:graphicImage value="/images/moscow.png" />
<br />
Moscow is the capital, the most populous city, and the most populous federal subject of Russia.
The city is a major political, economic, cultural, religious, financial, educational,
and transportation centre of Russia and the world, a global city. Moscow is the most populous city
on the continent of Europe and the seventh largest city proper in the world, a megacity.
The population of Moscow (as of 1 January 2010) is 10,562,099.
</rich:panel>
</rich:popupPanel>
<a4j:log /
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[JBoss JIRA] Created: (RF-9128) inputNumberSlider: cdk attributes encoded as is to HTML
by Ilya Shaikovsky (JIRA)
inputNumberSlider: cdk attributes encoded as is to HTML
-------------------------------------------------------
Key: RF-9128
URL: https://jira.jboss.org/browse/RF-9128
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone2
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Priority: Critical
<span class="rf-ins " id="j_idt277"><span class="rf-ins-ta"><span class="rf-ins-mn">0</span><span class="rf-ins-mx">100</span><span class="rf-ins-t "><span class="rf-ins-h "></span></span></span><span class="rf-ins-ci"><input class="rf-ins-i " name="j_idt277" type="text" value="50" cdk:passThrough="accesskey disabled maxlength size:inputSize tabindex" /></span><span class="rf-ins-tt ">50</span><script type="text/javascript">
//<![CDATA[
new RichFaces.ui.InputNumberSlider('j_idt277', {
delay: 200,
disabled: false,
maxValue: 100,
minValue: 0,
step: 1,
tabIndex: null
}, {
decreaseSelectedClass: '',
handleSelectedClass: '',
increaseSelectedClass: ''
});
//]]>
</script></span>
pay attention to "cdk:passThrough="accesskey disabled maxlength size:inputSize tabindex"
in the result we have
This page contains the following errors:
error on line 156 at column 227: Namespace prefix cdk for passThrough on input is not defined
error on line 173 at column 191: Namespace prefix cdk for passThrough on input is not defined
error on line 190 at column 245: Namespace prefix cdk for passThrough on input is not defined
error on line 207 at column 260: Namespace prefix cdk for passThrough on input is not defined
Below is a rendering of the page up to the first error.
http://richfaces-showcase-gae.appspot.com/richfaces/component-sample.jsf?...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[JBoss JIRA] Created: (RF-9132) Attaching a4j:ajax to rich:inplaceInput throws non-ClientBehaviorHolder parent error
by Max Katz (JIRA)
Attaching a4j:ajax to rich:inplaceInput throws non-ClientBehaviorHolder parent error
------------------------------------------------------------------------------------
Key: RF-9132
URL: https://jira.jboss.org/browse/RF-9132
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone2
Reporter: Max Katz
<rich:inplaceInput value="#{bean.text}" showControls="true" >
<a4j:ajax event="viewactivated" onbegin="alert('hi')"/>
</rich:inplaceInput>
produces:
javax.faces.view.facelets.TagException: /pages/input/inplaceInput.xhtml @16,59 <a4j:ajax> Unable to attach <a4j:ajax> to non-ClientBehaviorHolder parent
at org.richfaces.view.facelets.html.AjaxHandler.applyNested(AjaxHandler.java:165)
at org.richfaces.view.facelets.html.AjaxHandler.apply(AjaxHandler.java:103)
at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:120)
at org.richfaces.view.facelets.html.BehaviorsAddingComponentHandlerWrapper.applyNextHandler(BehaviorsAddingComponentHandlerWrapper.java:57)
at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:204)
at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:114)
at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:91)
at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:120)
at org.richfaces.view.facelets.html.BehaviorsAddingComponentHandlerWrapper.applyNextHandler(BehaviorsAddingComponentHandlerWrapper.java:57)
at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:204)
at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:114)
at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:120)
at org.richfaces.view.facelets.html.BehaviorsAddingComponentHandlerWrapper.applyNextHandler(BehaviorsAddingComponentHandlerWrapper.java:57)
at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:204)
at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:114)
at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:91)
at com.sun.faces.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:86)
at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:91)
at com.sun.faces.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:75)
at com.sun.faces.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:145)
at com.sun.faces.application.view.FaceletViewHandlingStrategy.buildView(FaceletViewHandlingStrategy.java:716)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:313)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months