[richfaces-issues] [JBoss JIRA] Created: (RF-9275) Accordion: server switch type opens new window in IE8

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Mon Aug 30 12:06:11 EDT 2010


Accordion: server switch type opens new window in IE8
-----------------------------------------------------

                 Key: RF-9275
                 URL: https://jira.jboss.org/browse/RF-9275
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-output
    Affects Versions: 4.0.0.Milestone2
         Environment: IE8
            Reporter: Pavol Pitonak


If for example 4th panel of following accordion is clicked in IE8, the page is open in new window. In that window everything works as expected.

<rich:accordion id="accordion" activeItem="item2" switchType="server" >
                <rich:accordionItem id="item1" name="item1"  header="Item 1">
                    content of item 1
                </rich:accordionItem>
                <rich:accordionItem id="item2" name="item2"  header="Item 2">
                    content of item 2
                </rich:accordionItem>
                <rich:accordionItem id="item3" name="item3"  header="Item 3">
                    content of item 3
                </rich:accordionItem>
                <rich:accordionItem id="item4" name="item4"  header="Item 4">
                    content of item 4
                </rich:accordionItem>
</rich:accordion>

-- 
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

        


More information about the richfaces-issues mailing list