Ticket #9244 (closed bug: invalid)
.select() does not select input content on iPhone Safari
| Reported by: | duynguyen0511@… | Owned by: | duynguyen0511@… |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.next |
| Component: | selector | Version: | 1.6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I am running Safari on iOS 4.3.1
.select() event does not select on Tap/click input field. The same code works on normal browser (Chrome v11.0.696.65, Safari v5.0.5, FF v4.0.1)
Example: <script> $('input').click(function() {
$(this).focus(); $(this).select();
}); </script>
<input type="text" name="amount" id="amount" value="" />
Change History
comment:2 Changed 2 years ago by rwaldron
- Owner set to duynguyen0511@…
- Status changed from new to pending
- Component changed from unfiled to selector
Can you send me an iPhone to test this?
What happens when you bind("tap", fn)?
comment:3 Changed 2 years ago by trac-o-bot
- Status changed from pending to closed
- Resolution set to invalid
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

sample http://jsfiddle.net/MaXRq/1/