[JBoss JIRA] Created: (RF-9425) RichFAces 4: can't build documentation for M3
by Ilya Shaikovsky (JIRA)
RichFAces 4: can't build documentation for M3
---------------------------------------------
Key: RF-9425
URL: https://jira.jboss.org/browse/RF-9425
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: build
Affects Versions: 4.0.0.Milestone2
Reporter: Ilya Shaikovsky
Assignee: Sean Rogers
Priority: Critical
Fix For: 4.0.0.Milestone3
got
Missing:
----------
1) org.jboss:jbossorg-docbook-xslt:jar:1.2.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.jboss -DartifactId=jbossorg-docbook
-xslt -Dversion=1.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.jboss -DartifactId=jbossorg-docbook-x
slt -Dversion=1.2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -D
repositoryId=[id]
Path to dependency:
1) org.jboss.maven.plugins:maven-jdocbook-plugin:maven-plugin:2.2.1
2) org.jboss:jbossorg-docbook-xslt:jar:1.2.0-SNAPSHOT
It's really missing there. It will works only for the guys who downloaded the artifact earlier. And I have to build from scratch as changed the laptop so it not works for me. Also will not works for any developer to whom I could assign it and who also never build it before.
--
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
14 years, 1 month
[JBoss JIRA] Created: (RF-9400) Simpleapp archetype contains absolute path to webappDirectory
by Lukas Fryc (JIRA)
Simpleapp archetype contains absolute path to webappDirectory
-------------------------------------------------------------
Key: RF-9400
URL: https://jira.jboss.org/browse/RF-9400
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: examples
Affects Versions: 4.0.0.Milestone3
Environment: Apache Maven 3.0-beta-3 (r990787; 2010-08-30 14:44:03+0200)
Java version: 1.6.0_18
Java home: /usr/lib/jvm/java-6-openjdk/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux" version: "2.6.32-24-generic" arch: "amd64" Family: "unix"
Reporter: Lukas Fryc
I generated project using following command:
$ mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=4.0.0.20100929-M3 -DgroupId=my.group.id -DartifactId=new_project -DarchetypeRepository=https://repository.jboss.org/nexus/content/groups/staging/
The generated pom.xml contains following definition:
...
<webappDirectory>/Users/balunasj/projects/richfaces/4.0.0/M3_release/svn/target/checkout/archetypes/richfaces-archetype-simpleapp/target/richfaces-archetype-simpleapp-4.0.0.20100929-M3-jee6</webappDirectory>
...
--
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
14 years, 1 month
[JBoss JIRA] Created: (RF-9416) Slow css :hover behavior on IE7 with large datatable
by Alan Chan (JIRA)
Slow css :hover behavior on IE7 with large datatable
----------------------------------------------------
Key: RF-9416
URL: https://jira.jboss.org/browse/RF-9416
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.3.2.SR1
Environment: Windows XP. IE 7. Apache MyFaces JSF 1.2.8. Facelets. Richfaces 3.3.2.SR1
Reporter: Alan Chan
Slow browser response when scrolling a large table with about 300 rows on IE7. It is because there is a :hover css class defined on a non-anchor (<a>) element. Removed it solved the problem. No problem for FF and Chrome.
e.g. in the attached sample html, the below class will make the page scrolling very slow, even no DOM element applied this class.
<style type="text/css">
.foo.bar:hover {
BACKGROUND-COLOR: #0000FF
}
</style>
Searched the css in RF 3.3.2.SR1, below class caused the problem:
.rich-list-shuttle-button-selection:hover
.rich-link:hover
Reference:
http://west-wind.com/weblog/posts/354547.aspx
--
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
14 years, 1 month
[JBoss JIRA] Created: (RF-9414) extendeddatatable using rich:columns issue with filtering
by mahesh reddy (JIRA)
extendeddatatable using rich:columns issue with filtering
---------------------------------------------------------
Key: RF-9414
URL: https://jira.jboss.org/browse/RF-9414
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 3.3.3.Final
Environment: Jboss Seam with Rich Faces
Reporter: mahesh reddy
I'm using extended datatable of richfaces and using dynamic columns with filtering and sorting options.
I'm also using row selection for the same. On load the filtering and sorting works fine.
If user selects any row which has a4j:support tag do some action and render something.
Then filtering will not work. If we've reRender the extendeddatatable on rowSelectionChange then filtering works as usual.
Can anyone suggest something to do without rerendering the datatable on selectionchange.
--
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
14 years, 1 month