Hi,
sorry for late reply. It was weekend for us.
We use Joomla API to tranform the select (with joomla jquery choosen library). You will have same problem if you edit article from frontend because Joomla have Category select like this.
To prevent this you can add simple CSS code (2 lines) at the end of file templates/corporate_response/css/template.css
.moduletablebox3 select{display:block !important;}
.moduletablebox3 .chzn-container{display:none !important;}