Testing Combo [with option images] against Tabbar`

Hello,



I am seeing an issue when using the combo and tabbar at the same time…

–The problem is that the images show up in all the tabs.

::Obviuosly, the expected behavior would be to only show up only in the tab the combo resides in.



Maybe there is something wrong with how I am using? As far as I can tell, it looks OK.



I will simply post the code rather than trying to further explain:







    Testing Combo [with option images] against Tabbar

    

    

    

    

    

    

    

    





    



        


            


                            

                    USER

                    GROUP        

                

                

            


        


        


            


                <------ Notice that the combo image shows up in the second tab

            


    






In which browser issue occurs for you ?
The same code works correctly in all major browsers. ( sample attached )

1229001534.zip (92.1 KB)


Sorry, I didn’t explain myself very well…



I will attach my example.  If you open up my example you can see that I’m trying to use an image in each combo option…  hopefully that clears things up.



To answer your question, I am currently testing with Internet Explorer 7.0.5730.13



Thanks for you help,



Mat


cbo_wImg_plusTabber.zip (185 KB)

Most simple solution - add next attribute to tabbar’s container

<div id=“a_tabbar” enableForceHiding=“true”

It will resolve issue. ( we will try to fix original issue , so in next release you will not need any extra attributes )

Awesome, worked perfectly… Thanks again!