scrollableDataTable: is not scrolled under jsf1.1
-------------------------------------------------
Key: RF-3648
URL: http://jira.jboss.com/jira/browse/RF-3648
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.6
Environment: 3.2.1.CR1
test-application
jsp
jsf 1.1
Reporter: Tsikhon Kuprevich
Assigned To: Nick Belaevski
Priority: Blocker
this._request has no properties
http://localhost:8081/jsp/a4j_3_1_6.CR1org.ajax4jsf.javascript.AjaxScript...
Line 925
function (id) {
var oDoc = this._request.responseXML;
if (oDoc) {
if (typeof oDoc.getElementById != "undefined") {
LOG.debug("call getElementById for id= " + id);
return oDoc.getElementById(id);
} else if (typeof oDoc.selectSingleNode != "undefined") {
LOG.debug("call selectSingleNode for id= " + id);
return oDoc.selectSingleNode("//*[@id='" + id + "']");
} else if (typeof oDoc.nodeFromID != "undefined") {
LOG.debug("call nodeFromID for id= " + id);
return oDoc.nodeFromID(id);
}
LOG.error("No functions for getElementById found ");
} else {
LOG.debug("No parsed XML document in response");
}
return null;
}
--
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
ScrollableDataTable. Wrong rendering if width indecated without "px" (i.e. width="800")
----------------------------------------------------------------------------------------
Key: RF-1872
URL: http://jira.jboss.com/jira/browse/RF-1872
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4
Environment: FF 2.0.0.11
JDK 1.5
Tomcat 6
JSF 1.2 with facelets
Reporter: Alexander Francuzov
Assigned To: Nick Belaevski
Wrong rendering if width indecated without "px" (i.e. width="800")
--
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
Generation, displaying and validation of captchas
-------------------------------------------------
Key: RF-1292
URL: http://jira.jboss.com/jira/browse/RF-1292
Project: RichFaces
Issue Type: Feature Request
Affects Versions: Future Versions
Reporter: Thomas Trepper
I think a captcha-component would be a very good idea, I think of generating images (gif, png or jpg), possibly customizable with caracterset, sizes, colours, etc.
Then displaying this component and possibly validating it or at least allowing access to the generated string for manual compare
Good blog-entry is here (http://www.emforge.org/wiki/ImplementingCaptchaWithJSF).
--
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
InplaceSelect: The "controlsVerticalPosition " attribute should has only "bottom" and "top" definitions
-------------------------------------------------------------------------------------------------------
Key: RF-3120
URL: http://jira.jboss.com/jira/browse/RF-3120
Project: RichFaces
Issue Type: Bug
Environment: Documentation
Reporter: Heorhi Maksimenko
Assigned To: Svetlana mukhina
Priority: Minor
Fix For: 3.2.1
The "controlsVerticalPosition " attribute for InplaceSelect should has only "bottom" and "top" definitions. Definition center should be removed from documentation (guide and FuncSpec).
--
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
rich:column - sortExpression attribute isn't deprecated
-------------------------------------------------------
Key: RF-5448
URL: https://jira.jboss.org/jira/browse/RF-5448
Project: RichFaces
Issue Type: Bug
Components: doc
Affects Versions: 3.3.0
Reporter: Gleb Galkin
Assignee: Svetlana mukhina
Fix For: 3.3.0
The sortExpression attribute isn't deprecated for rich:column because it is used with rich:scrollableDataTable. Actually the whole section about Sorting should be verified.
--
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