[JBoss JIRA] Created: (RF-3476) effect: error in ajax log when rerendering. AJAX satus sticks in start mode.
by Tsikhon Kuprevich (JIRA)
effect: error in ajax log when rerendering. AJAX satus sticks in start mode.
----------------------------------------------------------------------------
Key: RF-3476
URL: http://jira.jboss.com/jira/browse/RF-3476
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: 3.2.1.CR5
jsp
myfaces
tomcat 6
Reporter: Tsikhon Kuprevich
Assigned To: Nick Belaevski
name="Ajax-Response" content="true" /></html>
debug[16:08:15,987]: Header Ajax-Expired not found, search in <meta>
error[16:08:15,987]: Error parsing XML
error[16:08:15,987]: Parse Error: XML Parsing Error: End tag 'div' does not match the start tag 'span'.
Location: Line Number 68, Column 433:
style="width: 100px; height: 50px; background-color: red"><span onmouseout="Richfaces.processEffect(Object.extend(Object.extend({targetId:this},{}),Object.extend({type:'Opacity'},{targetId:'imageID',duration:0.5,from:1.0,to:0.4}) ) )" onclick="Richfaces.processEffect(Object.extend(Object.extend({targetId:this},{targetId:'formID:effectSubviewID:imageID'}),Object.extend({type:'Opacity'},{duration:0.5,from:0.4,to:1.0}) ) )"></div>
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------^
--
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
16 years, 10 months
[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
16 years, 10 months