[JBoss JIRA] Created: (RF-940) Integrate dropDownMenu with Seam s:link
by Joshua Jackson (JIRA)
Integrate dropDownMenu with Seam s:link
----------------------------------------
Key: RF-940
URL: http://jira.jboss.com/jira/browse/RF-940
Project: RichFaces
Issue Type: Feature Request
Affects Versions: 3.1.0
Environment: JBoss 4.2.1.GA
Reporter: Joshua Jackson
Priority: Trivial
Fix For: 3.2.0
Seam s:link has a very nice attribute like view which does not do form submission unlike action attribute but only redirects to the page. Besides that s:link has conversationPropagation which able to demarcate Seam conversation. I think it would be nice to have incorporate these to Richfaces dropDownMenu.
I've tried embedding s:link in rich:dropDownMenu but I found it really uncomfortable for user because user must click right on the link otherwise the menu won't do anything and besides that we must adjust the style of the link that is nested in css.
--
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
18 years
[JBoss JIRA] Created: (RF-1932) ListShuttle: JS error
by Aleksej Yanul (JIRA)
ListShuttle: JS error
---------------------
Key: RF-1932
URL: http://jira.jboss.com/jira/browse/RF-1932
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4, 3.2.0
Environment: tomcat 6.0.13
jsp
FF
Reporter: Aleksej Yanul
Assigned To: Nick Belaevski
1. open ListShuttle
2. click checkbox swithbyclick (true)
3. click on any <h:inputText ...>
FireBug:
selectItemNode has no properties
getSelectItemByNode(undefined)ListBase.js.jsf (line 335)
moveItem(Object selectedItems=[0], Object selectedItems=[0], undefined)ListShuttle.js.js... (line 159)
moveItemByClick(click clientX=0, clientY=0, Object selectedItems=[0], Object selectedItems=[0], undefined)ListShuttle.js.js... (line 211)
(no name)(click clientX=0, clientY=0)ListShuttle.js.js... (line 54)
bindAsEventListener(click clientX=0, clientY=0)a4j_3_2_0-SNAPSHO... (line 217)
wrapper(click clientX=0, clientY=0)a4j_3_2_0-SNAPSHO... (line 3842)
[Break on this error] if (selectItemNode.rowIndex == item._node.rowIndex) {
--
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
18 years
[JBoss JIRA] Created: (RF-2072) <h:commandLink> inside 2 levels of rich:treeNodesAdaptor action broken (regression)
by Denis Forveille (JIRA)
<h:commandLink> inside 2 levels of rich:treeNodesAdaptor action broken (regression)
-----------------------------------------------------------------------------------
Key: RF-2072
URL: http://jira.jboss.com/jira/browse/RF-2072
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4, 3.2.0
Environment: Facelest 1.1.13
JSF RI 1.2_07
Seam 1.2.1
WesSphere 6.1.0.13
Reporter: Denis Forveille
Priority: Blocker
The following code
<rich:tree switchType="client" >
<rich:treeNodesAdaptor id="a" var="itemNodeFamille" nodes="#{echeancierCtrl.listeNodesFamille}" >
<rich:treeNode>
<h:commandLink id="b" action="#{echeancierCtrl.consulter2}" value="#{itemNodeFamille.famille.code}"/>
</rich:treeNode>
<rich:treeNodesAdaptor id="c" var="itemNodeTypePromotion" nodes="#{itemNodeFamille.listeNodesTypePromotion}" >
<rich:treeNode>
<h:commandLink id="d" action="#{echeancierCtrl.consulter3}" value="#{itemNodeTypePromotion.typePromotion.description}"/>
</rich:treeNode>
</rich:treeNodesAdaptor>
</rich:treeNodesAdaptor>
</rich:tree>
Displays the follwing list
A
A1
A2
B
B1
B2
B3
When I click on any of the "parent" element (either A or B), the "#{echeancierCtrl.consulter2}" method is correctly called (only once...)
When I click (once!) on any of the "child" elements (either A1,A2, B1,B2, B3), the "#{echeancierCtrl.consulter3}" ils called 5 times, once for any of the child element.
This works well with RF 3.1.3, broken with latest 3.1.4 and 3.20 snapshots (2008-01-25)
--
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
18 years
[JBoss JIRA] Created: (RF-2074) rich:toolTip produces Javascript error
by Juergen Zimmermann (JIRA)
rich:toolTip produces Javascript error
--------------------------------------
Key: RF-2074
URL: http://jira.jboss.com/jira/browse/RF-2074
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4
Environment: JBossAS 4.2.2, JSF RI 1.2_07, Facelets 1.1.14, RichFaces 3.1.4CR3, Eclipse 3.3.1.1, WTP 2.0.1, JBossTools nightly 20080107, JDK 6u4, WinXP SP2
Reporter: Juergen Zimmermann
I get a Javascript error window with the message:
Line: 29
Error: 'Tooltip' is undefined
Surprisingly this error happens with WTP's web browser, but not with IE 7.
Hmm, in the past I already reported a similiar issue regarding Javascript and rich:tooltip
for WTP's webbrowser which was gone with RF 3.1.3.
Before the error pops up I had a JSF page with a rich:dataTable containing
<a4j:support event="onRowDblClick" action="..."/>.
When double-clicking the error window above pops up.
Here is the fragement of the generated HTML/Javascript code:
24: <h:scripts>
25: new org.ajax4jsf.framework.resource.PrototypeScript(),
26: new org.ajax4jsf.framework.ajax.AjaxScript(),
27: /org/richfaces/renderkit/html/scripts/utils.js,
28: /org/richfaces/renderkit/html/scripts/tooltip.js
29: </h:scripts--><span class="dr-rich-tool-tip rich-tool-tip " id="j_id8:j_id20" style="position: absolute; display : none;z-index:99; "><span id="j_id8:j_id20content">Sprache auf englisch umstellen</span><span id="j_id8:j_id20script" style="display:none"><script type="text/javascript" id ="scriptj_id8:j_id20">
30: new ToolTip({'hideDelay':0,'onhide':'','oncomplete':'','delay':0,'onshow':'','event':'mouseover'} ,"j_id8:j_id20","j_id8:j_id19","client",false,"bottom-right",false,10,10,"A4J.AJAX.Submit('_viewRoot','j_id8',event,ajaxOptions)",{'control':this,'oncomplete':function(request,event,data){;{var _toolTip = $('j_id8:j_id20').component;_toolTip.toolTipContent = $('j_id8:j_id20content');_toolTip.displayDiv();}},'parameters':{'j_id8:j_id20':'j_id8:j_id20'} ,'onbeforedomupdate':function(request,event,data){;{ var _toolTip = $('j_id8:j_id20').component;_toolTip.toolTip.style.display = 'none'; }},'actionUrl':'/hska/faces/kundenverwaltung/tabPanelDetails.xhtml?javax.portlet.faces.DirectLink=true'} );;
--
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
18 years
[JBoss JIRA] Created: (RF-1960) Tooltip. Blinks while follow mouse.
by Ilya Shaikovsky (JIRA)
Tooltip. Blinks while follow mouse.
-----------------------------------
Key: RF-1960
URL: http://jira.jboss.com/jira/browse/RF-1960
Project: RichFaces
Issue Type: Bug
Reporter: Ilya Shaikovsky
Assigned To: Nick Belaevski
<div
style="border:thin olive 1px; position: absolute; top: 200px; left: 200px;">
<div style="width: 400px; height: 400px; overflow: auto;">
<rich:panel id="sample2" styleClass="tooltip-text">
<rich:toolTip followMouse="true" direction="top-right"
styleClass="tooltip" style="width:250px">
<span style="white-space: nowrap"> This tool-tip content
also <strong>pre-rendered</strong> to the page.<br /> However,
the look of this tool-tip is customized<br /> by styleClass
attribute. </span>
</rich:toolTip>
<p>
This tool-tip will
<b>follow mouse</b>. Also this tool-tip has a
<b>delay 0.5 sec</b>, so be patient!
</p>
</rich:panel>
</div>
</div>
Try to call ToolTip and then move mouse from right to left and back above the panel. Tooltip will blinks trying to change direction all the time.
--
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
18 years