[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-4091) modalPanel: rich:calendar popup disappear after year selection under Safari 3.1 jsp-myfaces.
by Mikhail Vitenkov (JIRA)
modalPanel: rich:calendar popup disappear after year selection under Safari 3.1 jsp-myfaces.
--------------------------------------------------------------------------------------------
Key: RF-4091
URL: https://jira.jboss.org/jira/browse/RF-4091
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: safari 3.1(3.2.2.BETA3) jsp-myfaces
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
# Use following code(rich:modalPanel contain rich:calendar):
<rich:modalPanel id="modalPanel3ID" minHeight="100" minWidth="200" moveable="true" autosized="true" resizeable="false">
<f:facet name="header">
<h:outputText value="Events..." />
</f:facet>
<f:facet name="controls">
<h:commandLink value="Close" onclick="Richfaces.hideModalPanel('modalPanel3ID');" />
</f:facet>
<h:outputText value="Eventsaaaaaaaaaaaaaaaa ..." />
<rich:calendar popup="true" />
</rich:modalPanel>
# Navigate to the page.
# Call modal panel
# Click on calendar button.
# Click on top calendar popup's title(August, 2008)
# Select year.
Actual behavior:
After selection calendar's popup is hidden. Year isn't selected.
--
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