[richfaces-issues] [JBoss JIRA] Closed: (RF-3577) simpleTogglePanel ajax broken if filter is NONE

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Wed Aug 6 11:24:56 EDT 2008


     [ https://jira.jboss.org/jira/browse/RF-3577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsikhon Kuprevich closed RF-3577.
---------------------------------

    Assignee: Tsikhon Kuprevich  (was: Alexander Smirnov)


> simpleTogglePanel ajax broken if filter is NONE
> -----------------------------------------------
>
>                 Key: RF-3577
>                 URL: https://jira.jboss.org/jira/browse/RF-3577
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.1
>            Reporter: Mike Hanafey
>            Assignee: Tsikhon Kuprevich
>            Priority: Minor
>             Fix For: 3.2.1, 3.2.2
>
>
> Simple toggle panel is broken in 3.2.1CR8 for switch mode AJAX if the filter is set to none. Nothing happens on a click. If the content is examined it can be seen that with the filter set to NONE the server only transmits a part of the content.
> Here is the content when filter is NONE ====================================================================================
> <div class="dr-stglpnl rich-stglpanel " id="j_id3:j_id7" style="width: ; ;">
> <script type="text/javascript"> //<![CDATA[ SimpleTogglePanelManager.add(new SimpleTogglePanel("j_id3:j_id7", "false",{onexpand: '',oncollapse: ''} )); //]]> </script>
> <div class="dr-stglpnl-h rich-stglpanel-header " id="j_id3:j_id7_header" onclick="SimpleTogglePanelManager.toggleOnAjax(event,'j_id3:j_id7');A4J.AJAX.Submit('_viewRoot','j_id3',event,{'parameters':{'j_id3:j_id7':'j_id3:j_id7'} ,'actionUrl':'/Tractor/play/stp.jsf'} )">
> <div class="dr-stglpanel-marker rich-stglpanel-marker"><div class="dr-stglpnl-m rich-stglpnl-marker" id="j_id3:j_id7_switch_on" style="display: none;">&#171;</div>
> <div class="dr-stglpnl-m rich-stglpnl-marker" id="j_id3:j_id7_switch_off" style="display: ;">&#187;</div></div>Ajax Switch Type&#160;</div>
> <div class="dr-stglpnl-b rich-stglpanel-body " id="j_id3:j_id7_body" style="display : none; height: ;"></div></div>
> <meta name="Ajax-Update-Ids" content="j_id3:j_id7" /><span id="ajax-view-state">
> <input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id3" /></span>
> <meta id="Ajax-Response" name="Ajax-Response" content="true" />
> With filter TIDY, the content is ===========================================================================================
> <?xml version="1.0"?> 
> <html xmlns="http://www.w3.org/1999/xhtml">
> <head><title></title></head>
> <body>
> <div class="dr-stglpnl rich-stglpanel" id="j_id3:j_id7" style="width: ; ;">
> <script type="text/javascript">//<![CDATA[ SimpleTogglePanelManager.add(new SimpleTogglePanel("j_id3:j_id7", "false",{onexpand: '',oncollapse: ''} )); //]]> </script>
> <div class="dr-stglpnl-h rich-stglpanel-header" id="j_id3:j_id7_header" onclick="SimpleTogglePanelManager.toggleOnAjax(event,'j_id3:j_id7');A4J.AJAX.Submit('_viewRoot','j_id3',event,{'parameters':{'j_id3:j_id7':'j_id3:j_id7'} ,'actionUrl':'/Tractor/play/stp.jsf'} )">
> <div class="dr-stglpanel-marker rich-stglpanel-marker"><div class="dr-stglpnl-m rich-stglpnl-marker" id="j_id3:j_id7_switch_on" style="display: none;">«</div>
> <div class="dr-stglpnl-m rich-stglpnl-marker" id="j_id3:j_id7_switch_off" style="display: ;">»</div></div>Ajax Switch Type&#160;</div>
> <div class="dr-stglpnl-b rich-stglpanel-body" id="j_id3:j_id7_body" style="display : none; height: ;"></div></div>
> <meta name="Ajax-Update-Ids" content="j_id3:j_id7" /><span id="ajax-view-state">
> <input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id10" /></span>
> <meta id="Ajax-Response" name="Ajax-Response" content="true" />
> </body></html>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       




More information about the richfaces-issues mailing list