eGovPDX / Council-Agenda-App

5 stars 0 forks source link

IE wont show the "status" drop down in edit item #50

Closed OscarGodson closed 13 years ago

OscarGodson commented 13 years ago

When you go to Edit Item > Dispositions then change the type to Vote on Motion it should show the "status" dropdown. In IE8 it doesn't.

earenson commented 13 years ago

I switched methods for hiding and showing the Motion Status info from jQuery.css() to jQuery.addClass(), toggling the display:block/none by adding and removing a 'visible' class. That seemed to fix the IE8 issue.

OscarGodson commented 13 years ago

Nice. didnt even cross my mind to add a class.