Side navigation
#13942 closed bug (invalid)
Opened May 25, 2013 09:41PM UTC
Closed June 11, 2013 08:36AM UTC
Blur doesn't work on IE 9
Reported by: | Alex | Owned by: | Alex |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 2.0.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using a password field, I was trying to run code on the blur event. For some reason it was firing inconsistently. Code runs fine on 1.10.0
$("#password").on('blur', function() { // Code won't run on blur :( })
Attachments (0)
Change History (3)
Changed May 26, 2013 05:13AM UTC by comment:1
owner: | → Alex |
---|---|
status: | new → pending |
Changed June 11, 2013 08:36AM UTC by comment:3
resolution: | → invalid |
---|---|
status: | pending → closed |
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!
Hi Alex.
I can't reproduce your issue, could you please provide a complete reduced test case on jsFiddle to help us assess your ticket.
To get you started, use the appropriate boilerplate:
Open the link and click to "Fork" (in the top menu) to begin.