0 Replies Latest reply on Mar 15, 2012 9:05 AM by przemod

    TabPanel onitemchange of outer tab fired by inner tab

    przemod

      Hi,

      I have a simple page with outer and inner tab panels (code in attached file). Default switch type is used.

      When changing outer tab, "onitemchange" event of outer tab is fired and alert with text 'onitemchange' is shown.

      But when changing inner tab both "onitemchange" event of outer tab and inner tab are fired and two alerts are show, one with text 'onitemchange' and second with 'onitemchange inner'.

      I think it's wrong behaviour, because I don't switch outer tab and I don't expect its "onitemchange" event to be fired. Same situation with "onbeforeitemchange".

       

      I use RichFaces 4.2.0-Final