Chtml::activeemailfield In Safari

The activeEmailField function in the CHtml class does not seem to cooperate in Safari (6.0.5). However, it works just fine in Firefox and Chrome.

I’ve developing on Mac OS X 10.8.4.

I couldn’t find any similar reports within the forums, I was wondering if there was anything special that needs to be done in order for the function to work in Safari.

I have pasted screenshots of how it (correctly) behaves in Chrome and Firefox. Here is the code implementation in the view file.


echo CHtml::activeEmailField($item,"[$i]key_value",array('title'=>$item->helper_text,'pattern'=>$pattern));

EDIT: I’m a new user so apparently I cannot upload attachments or embed links yet. Hence no screenshot…