[JBoss JIRA] Created: (RF-9127) rich:messages produce content outside <html> tags on AJAX refresh
by Stéphane Daviet (JIRA)
rich:messages produce content outside <html> tags on AJAX refresh
-----------------------------------------------------------------
Key: RF-9127
URL: https://jira.jboss.org/browse/RF-9127
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component
Affects Versions: 3.3.3.Final, 3.3.2.SR1
Environment: Firefox 3.6.6 and IE7 on Windows Vista and XP
Suspected not being platform specific
Reporter: Stéphane Daviet
Priority: Minor
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.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] Created: (RF-9340) inputs base JS refactoring: autocomplete and inplaceSelect not suing any shared js for popup functionality.
by Ilya Shaikovsky (JIRA)
inputs base JS refactoring: autocomplete and inplaceSelect not suing any shared js for popup functionality.
-----------------------------------------------------------------------------------------------------------
Key: RF-9340
URL: https://jira.jboss.org/browse/RF-9340
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone3
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Priority: Critical
Fix For: 4.0.0.Milestone4
there should be some object which fully responsible for popup list representation construction and show/hide/select item inside functionality.
for now Anton do not get the autocomplete script as he reviewed it and it has additional functionality which relies on the fact that it based on input. (intering inside causes filtering in list and so on)
So both components for now has it's own impl for popup functionlity.
I believe critical as such impls breaks "clean-up" and "improve design" ideas for 4.x
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months