[JBoss JIRA] Created: (RF-3962) simpleTooglePanel: following handlers don't work: oncollapse, onexpand, oncomplete, onkeyup, onkeydown, onkeypress, onbeforedomupdate
by Mikhail Vitenkov (JIRA)
simpleTooglePanel: following handlers don't work: oncollapse, onexpand, oncomplete, onkeyup, onkeydown, onkeypress, onbeforedomupdate
-------------------------------------------------------------------------------------------------------------------------------------
Key: RF-3962
URL: https://jira.jboss.org/jira/browse/RF-3962
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: ie6, ie7, ff 3.0, safari 3.1, opera 9.5(3.2.2.BETA1)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 7 months
[JBoss JIRA] Created: (RF-4019) dragIndicator: incorrect view in IE6
by Alexander Dubovsky (JIRA)
dragIndicator: incorrect view in IE6
------------------------------------
Key: RF-4019
URL: https://jira.jboss.org/jira/browse/RF-4019
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: IE6
3.2.2.BETA2
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Attachments: 8.png
See screen shot.
Source:
<rich:panel id="panelID">
<rich:dragIndicator id="indicatorID">
<f:facet name="single">
<f:verbatim>{param1} {param2} {param3}</f:verbatim>
</f:facet>
</rich:dragIndicator>
<rich:panel style="width: 200px;">
<rich:dragSupport dragType="button" dragIndicator="indicatorID">
<rich:dndParam name="param1" value="dragParam"></rich:dndParam>
</rich:dragSupport>
<h:commandButton id="buttonID" action="return false;" value="draggable button" />
</rich:panel>
<br />
<rich:panel style="width: 200px;">
<h:inputTextarea id="textAreaID1" value="accept button" disabled="true"/>
<rich:dropSupport acceptedTypes="button">
<rich:dndParam name="param2" value="dropParam1"></rich:dndParam>
</rich:dropSupport>
</rich:panel>
<rich:panel style=" width : 200px;">
<h:inputTextarea id="textAreaID2" value="reject button" disabled="true"/>
<rich:dropSupport acceptedTypes="">
<rich:dndParam name="param3" value="dropParam2"></rich:dndParam>
</rich:dropSupport>
</rich:panel>
</rich:panel>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 7 months
[JBoss JIRA] Created: (RF-3981) XML Parsing Error
by Dmitry Svyatobatsko (JIRA)
XML Parsing Error
-----------------
Key: RF-3981
URL: https://jira.jboss.org/jira/browse/RF-3981
Project: RichFaces
Issue Type: Bug
Environment: jsp/facelets
myfaces/sun ri
IE6, IE7, Firefox
Reporter: Dmitry Svyatobatsko
Assignee: Nick Belaevski
Fix For: 3.2.2
Open:
http://localhost:8085/seleniumTest/faces/NONE/pages/ajaxLog/ajaxLogTest.x... or any other selenium test page
Get:
XML Parsing Error: no element found
Location: http://localhost:8085/seleniumTest/faces/NONE/pages/ajaxLog/ajaxLogTest.x...
Line Number 1, Column 1:
Stacktrace:
Jul 23, 2008 3:06:10 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet Faces Servlet threw exception
java.lang.StringIndexOutOfBoundsException: String index out of range: 36
at java.lang.String.checkBounds(String.java:372)
at java.lang.String.<init>(String.java:404)
at org.ajax4jsf.org.w3c.tidy.TidyUtils.getString(TidyUtils.java:681)
at org.ajax4jsf.org.w3c.tidy.PPrint.hasCDATA(PPrint.java:1881)
at org.ajax4jsf.org.w3c.tidy.PPrint.printScriptStyle(PPrint.java:1957)
at org.ajax4jsf.org.w3c.tidy.PPrint.printTree(PPrint.java:2266)
at org.ajax4jsf.org.w3c.tidy.PPrint.printTree(PPrint.java:2375)
at org.ajax4jsf.org.w3c.tidy.PPrint.printTree(PPrint.java:2375)
at org.ajax4jsf.org.w3c.tidy.PPrint.printTree(PPrint.java:2164)
at org.ajax4jsf.org.w3c.tidy.Tidy.pprint(Tidy.java:742)
at org.ajax4jsf.org.w3c.tidy.Tidy.pprint(Tidy.java:687)
at org.ajax4jsf.webapp.tidy.TidyParser.parseHtmlByTidy(TidyParser.java:198)
at org.ajax4jsf.webapp.tidy.TidyParser.parseHtml(TidyParser.java:210)
at org.ajax4jsf.webapp.FilterServletResponseWrapper.parseContent(FilterServletResponseWrapper.java:613)
at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:311)
at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:267)
at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:379)
at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:506)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
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:263)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:595)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 7 months
[JBoss JIRA] Created: (RF-3811) JS calls from toolbar children duplicated.
by Ilya Shaikovsky (JIRA)
JS calls from toolbar children duplicated.
------------------------------------------
Key: RF-3811
URL: http://jira.jboss.com/jira/browse/RF-3811
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Reporter: Ilya Shaikovsky
Assigned To: Nick Belaevski
<rich:toolBar>
<h:outputLink value="#" onclick="enlarge('#{rich:clientId('pic')}');">
Enlarge
</h:outputLink>
<h:outputLink value="#" onclick="decrease('#{rich:clientId('pic')}');">Decrease</h:outputLink>
</rich:toolBar>
<rich:panel>
<h:graphicImage value="#{slidesBean.currentPicture}" id="pic"/>
</rich:panel>
<rich:toolBar>
<a4j:commandLink value="<< Previous" action="#{slidesBean.previous}" reRender="slide" disabled="#{not (slidesBean.currentIndex > 1)}"/>
<a4j:commandLink value="Next >>" action="#{slidesBean.next}" reRender="slide" disabled="#{(slidesBean.currentIndex == 8)}"/>
</rich:toolBar>
in genearted HTML check next code:
<table class="dr-toolbar-ext rich-toolbar" id="j_id232:j_id233" width="100%" border="0" cellpadding="0" cellspacing="0"><tbody><tr valign="middle"><td class="dr-toolbar-int rich-toolbar-item" onclick="enlarge('j_id232:pic');"><a href="#" onclick="enlarge('j_id232:pic');">
Enlarge</a></td><td class="dr-toolbar-int rich-toolbar-item" onclick="decrease('j_id232:pic');"><a href="#" onclick="decrease('j_id232:pic');">Decrease</a></td><td width="100%"></td></tr></tbody></table>
enlarge and decrease duplicated and called twice after link clicked.
I suppose this done in order to apply JS call to the whole td.. But it isn't looks fine due to duplicate call in the result.
--
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
17 years, 7 months