[
https://issues.jboss.org/browse/RF-9127?page=com.atlassian.jira.plugin.sy...
]
Stephane Daviet commented on RF-9127:
-------------------------------------
After furter testing, I can confirm that the problem was linked with a specific version of
Firebug installed as a global extension on Firefox. Not a Richfaces bug then.
rich:messages produce content outside <html> tags on AJAX
refresh
-----------------------------------------------------------------
Key: RF-9127
URL:
https://issues.jboss.org/browse/RF-9127
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component
Affects Versions: 3.3.2.SR1, 3.3.3.Final
Environment: Firefox 3.6.6 and IE7 on Windows Vista and XP
Suspected not being platform specific
Reporter: Stephane Daviet
Priority: Minor
Labels: rich_messages
When refreshing after the response of an AJAX request, the rich:messages component
produce unexpected content before the opening <html> tag.
The combination of rich:messages with another component on the page triggering AJAX
request (rich:ajaxValidator for instance) could produce this behavior.
Each new request response add a new line before the first opening <html> tag.
This behavior is reproductible on rich:messages page of the Live Demo and has also been
reproduced on a simple custom page.
Unexpected content spotted with Firebug:
<dl id="j_id355:j_id356" class="rich-messages"
style="display: none;"></dl>
<dl id="j_id355:j_id356" class="rich-messages"></dl>
<dl id="j_id355:j_id356" class="rich-messages"></dl>
<dl id="j_id355:j_id356" class="rich-messages"></dl>
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira