[JBoss JIRA] Created: (RF-11182) Rework rich:notify client-side to extend BaseComponent class
by Lukáš Fryč (JIRA)
Rework rich:notify client-side to extend BaseComponent class
------------------------------------------------------------
Key: RF-11182
URL: https://issues.jboss.org/browse/RF-11182
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.1.0.Milestone1
Reporter: Lukáš Fryč
Assignee: Lukáš Fryč
Fix For: 4.1.0.Milestone2
rich:notify currently uses custom JavaScript implementation, it should be reworked to extend BaseComponent class to align with rest of framework components implementation and to benefit from BaseComponent features like component lifecycle management, binding to DOM, etc.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] Created: (RF-11356) Pick list: items are outside of items container
by Pavol Pitonak (JIRA)
Pick list: items are outside of items container
-----------------------------------------------
Key: RF-11356
URL: https://issues.jboss.org/browse/RF-11356
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-selects
Affects Versions: 4.1.0.Milestone1
Environment: RichFaces 4.1.0-SNAPSHOT r.d4cacc1028d08b8e6e4da1e28bd58013638fd5f2
Metamer 4.1.0-SNAPSHOT r.22664
Mojarra 2.1.2-FCS
Apache Tomcat 7.0.19
OpenJDK Runtime Environment 1.6.0_22-b22 @ Linux
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215 Safari/535.1
Reporter: Pavol Pitonak
# deploy Metamer and open http://localhost:8080/metamer/faces/components/richPickList/simple.xhtml
# select e.g. Alaska
# explore target list in Firebug
result:
Pick list contains following markup
{code:xml}
<div class="rf-pick-lst-scrl" style="min-height: 100px;max-height: 100px;width: 200px">
<div id="form:pickListTargetItems"></div>
<div id="form:pickListItem1" class="rf-pick-opt rf-pick-sel">Alaska</div>
</div>
{code}
instead of
{code:xml}
<div class="rf-pick-lst-scrl" style="min-height: 100px;max-height: 100px;width: 200px">
<div id="form:pickListTargetItems">
<div id="form:pickListItem1" class="rf-pick-opt rf-pick-sel">Alaska</div>
</div>
</div>
{code}
The same happens in source list if "Alaska" is removed from target list.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] Commented: (RF-1713) RichFaces 'double implementation' MethodNotFoundException bug
by Nishan Senevirathna (JIRA)
[ https://issues.jboss.org/browse/RF-1713?page=com.atlassian.jira.plugin.sy... ]
Nishan Senevirathna commented on RF-1713:
-----------------------------------------
@Kurt Vanlandegem
thanks in advanced for your comment. I can't figure out what you said. please explain this "and add the richfaces-impl.jar to the ejb context (richfaces-api.jar and richfaces-ui.jar go into the root ear context)" which was extracted from your comment.
Thank you
> RichFaces 'double implementation' MethodNotFoundException bug
> -------------------------------------------------------------
>
> Key: RF-1713
> URL: https://issues.jboss.org/browse/RF-1713
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 3.2.0
> Environment: Linux, Jboss AS 4.2.2, Seam 2.0.0 GA
> Reporter: Kurt Vanlandegem
> Assignee: Aleksej Yanul
> Fix For: 3.2.0, 3.2.1
>
> Attachments: dummy.ear, dummy.zip
>
>
> When I use "adviseNodeOpened" in a rich:tree component, I end up with a javax.faces.el.MethodNotFoundException:
> adviseNodeOpened="#{fileSystemManager.adviseFileSystemTreeNodeOpened}": Method not found: FileSystemManagerImpl:3j011-9i11xv-faathdgv-1-faauxftc-h.adviseFileSystemTreeNodeOpened(org.richfaces.component.UITree)
> The former solution was to set UseJBossWebLoader to true, but this breaks the Seam Mail functionality.
> The new solution came when RichFaces impl and api were splitted, but nothing changed with "adviseNodeOpened"
> In the Wiki-example build.xml, I'm seeing this comment:
> <!-- Still need the * on richfaces due to bug in version mapper -->
> Could this be the reason (the fact that we can't split out the api in the war file just yet) for this exception to be thrown?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] Created: (RF-11379) Metamer: rich:editor is not displayed (jquery upgrade impact)
by Ján Jamrich (JIRA)
Metamer: rich:editor is not displayed (jquery upgrade impact)
-------------------------------------------------------------
Key: RF-11379
URL: https://issues.jboss.org/browse/RF-11379
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone2
Environment: RichFaces 4.1.0-SNAPSHOT r.4cb4214d29783268a590a61c814274e4e477fed3
Metamer 4.1.0-SNAPSHOT r.unknown
Mojarra 2.1.2-FCS
Apache Tomcat 7.0.19
Java(TM) SE Runtime Environment 1.6.0_26-b03 @ Linux
Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30
!!! Important: this was found on Metamer application built with richfaces bits from features/jquery (richfaces/core) and feature/jsf-test-1.0.6 (richfaces/components) branches as upgrade impact testing.
Reporter: Ján Jamrich
Metamer application built with richfaces bits from features/jquery (richfaces/core) and feature/jsf-test-1.0.6 (richfaces/components) branches as upgrade impact testing.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] Updated: (RF-11207) showcase - a4j:outputPanel - echo returns typed text from input, and it should not
by Jay Balunas (JIRA)
[ https://issues.jboss.org/browse/RF-11207?page=com.atlassian.jira.plugin.s... ]
Jay Balunas updated RF-11207:
-----------------------------
Fix Version/s: 4.1.0.Tracking
(was: 4.1.0.Milestone2)
> showcase - a4j:outputPanel - echo returns typed text from input, and it should not
> ----------------------------------------------------------------------------------
>
> Key: RF-11207
> URL: https://issues.jboss.org/browse/RF-11207
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: showcase
> Affects Versions: 4.1.0.Milestone1
> Environment: richfaces-showcase-4.1.0.20110805-M1-jbas7.war, richfaces-showcase-4.1.0.20110805-M1-jee6.war
> container: jboss-as-7.0.0.Final, jboss-as-6.0.0.Final
> browser Firefox 5.0.1, IE 9
> Reporter: Juraj Huska
> Fix For: 4.1.0.Tracking
>
> Attachments: outputPanelWrong1.png, outputPanelWrong2.png
>
>
> In the simple sample for a4j:outputPanel in showcase, when typing to the first input something and then pressing enter key, the text from input is echoed and it should not according to the text description of this sample:
> 'This code does not work as expected. The expected echo text does not appear below even the condition for 'rendered' returns true. Also, the error message does not appear when the length of the text reaches the limit. '
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months