[jQuery] Re: Can't set type=search attribute to input fields on Safari 3.0

2008-05-05 Thread claudiopro
On May 2, 12:23 am, Cody [EMAIL PROTECTED] wrote: I filed a ticket, but it was marked as nofix. Apparently there are inconsistencies in changing the type attribute in input fields and they aren't meant to have their type attribute changed. So the alternative is to simply remove the input

[jQuery] Re: Can't set type=search attribute to input fields on Safari 3.0

2008-05-01 Thread Cody
I can confirm this is happening. We had to revert back to an older jQuery (1.1.4). Any ideas if a ticket has been filed for this bug? -Cody On Mar 22, 3:36 pm, claudiopro [EMAIL PROTECTED] wrote: Apparently, jQuery can't set the type attribute of html input fields to look like

[jQuery] Re: Can't set type=search attribute to input fields on Safari 3.0

2008-05-01 Thread Cody
I filed a ticket, but it was marked as nofix. Apparently there are inconsistencies in changing the type attribute in input fields and they aren't meant to have their type attribute changed. So the alternative is to simply remove the input field and create a new one of the desired type using