I've developed some dependent dropdowns for a SugarCRM 6.1 Professional instance. I used the visibility_grid to restrict the options based on a trigger field.

The dropdown is working great in IE7/8 and Chrome but fails to work in Firefox (3.6.13).

In Firefox the dependent dropdown just shows all options available from the options list, there is no filtering based on the visibility_grid details.

Anyone have an idea on how to fix this? Is it an issue with the js?

I'd have thought it would be IE that would have issues if anything - usually the case