views:

195

answers:

1

Here is the HTML snippet:

<input type="text" name="UPCtext" id="UPCtextBar" value="" placeholder="Type UPC number" class="UPCvalue"/>

There are no events bind()'s or live()'s associated with this input field.

If I remove jQTouch it works as it should, so, have anyone been through this problem?

A: 

A quick search for "jqtouch paste" revealed a jqTouch issue that suggests it may be a WebKit inheritance bug. No solution seems to be offered at this stage.

Mark Reid
Thanks Reid!I've found that issue after posting this question here, but I forgot to edit the original question.
pgold