[JBoss JIRA] Created: (RF-3066) Problem with rerendering combobox in simpleTogglePanel
by Rafal Kowalski (JIRA)
Problem with rerendering combobox in simpleTogglePanel
------------------------------------------------------
Key: RF-3066
URL: http://jira.jboss.com/jira/browse/RF-3066
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0, 3.2.1
Environment: IE 6, Firefox 2.0.0.13
Reporter: Rafal Kowalski
Priority: Critical
I have code like this:
<rich:simpleTogglePanel height="200px" switchType="ajax">
<rich:comboBox directInputSuggestions="true" defaultLabel="Enter some value" valueChangeListener="#{eRegCriteria.sugDocts.onSelectListener}" id="combo">
<f:selectItems value="#{eRegCriteria.sugDocts.doctorsList}"/>
<a4j:support event="onselect" reRender="combo"/>
</rich:comboBox>
</rich:simpleTogglePanel>
and after item's selecting, I can't expand combobox by click on arrow.
By typing it doesn't work too.
Only one (chosen) item is visible in combobox.
Tested on Firefox 2.0.0.13 and IE 6.
FireBug shows that div combolist is ok but it has property display:none every time.
I tested it more and I observed that it occurs only when combobox is located on <rich:simpleTogglePanel>
--
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
15 years, 5 months
[JBoss JIRA] Created: (RF-2865) Tree: JS error when using keyboard navigation
by Tsikhon Kuprevich (JIRA)
Tree: JS error when using keyboard navigation
---------------------------------------------
Key: RF-2865
URL: http://jira.jboss.com/jira/browse/RF-2865
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: 3.2.0.CR7
FF
Reporter: Tsikhon Kuprevich
Assigned To: Nick Belaevski
1. Click a collapsed node.
2. Click right or down keyboard arrow
=>
handleElt.onclick is not a function
expand()tree-item.js.jsf (line 274)
processKeyDown(keydown charCode=0, keyCode=39)tree-selection.js... (line 130)
bindAsEventListener(keydown charCode=0, keyCode=39)a4j_3_2_0.CR7org.... (line 217)
wrapper(keydown charCode=0, keyCode=39)a4j_3_2_0.CR7org.... (line 3850)
[Break on this error] handleElt.onclick();
--
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
15 years, 5 months
[JBoss JIRA] Created: (RF-1542) context menu doesn't collapsed while come submenu item overed and further mouseout
by Ilya Shaikovsky (JIRA)
context menu doesn't collapsed while come submenu item overed and further mouseout
----------------------------------------------------------------------------------
Key: RF-1542
URL: http://jira.jboss.com/jira/browse/RF-1542
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Reporter: Ilya Shaikovsky
Assigned To: Maksim Kaszynski
Fix For: 3.1.3, 3.2.0
<h:panelGroup id="test" layout="block" style="width:1px;">
<h:graphicImage value="/richfaces/jQuery/images/pic1.jpg" id="pic">
</h:graphicImage>
<rich:contextMenu event="onmouseover" attached="true">
<rich:menuItem value="Enlarge"></rich:menuItem>
<rich:menuItem value="Open in new window"></rich:menuItem>
<rich:menuGroup value="Save">
<rich:menuItem value="Download image"></rich:menuItem>
<rich:menuItem value="Copy to clipboard"></rich:menuItem>
<rich:menuItem value="Copy image adress"></rich:menuItem>
</rich:menuGroup>
</rich:contextMenu>
</h:panelGroup>
Call the menu through mouseover. Then just leave the menu without overing any items. It will not collapse.
--
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
15 years, 5 months