Hi lacasetta,
The email problem has been corrected, it will be in the next release.
You can correct it now by editing the file:
YourWebsite\administrator\components\comhikasop\classes\vote.php
And replace the line:
$this->sendNotifComment($element->comment,$element->product_id,$element->user_id,$element->pseudo_comment,$element->email_comment);
By:
$this->sendNotifComment($vote_id, $element->comment,$element->product_id,$element->user_id,$element->pseudo_comment,$element->email_comment);
For safari I don't see any problem on my end, What is wrong ?