Opened 10 years ago
Closed 10 years ago
#13294 closed bug (invalid)
Form input fields doesn't propagate event up to Form in Firefox 8 for Jquery 1.9
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
To replicate this:
- Download Firefox 8.0.1: https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/8.0.1/
- Go to http://jsfiddle.net/y8MmD/
With jQuery 1.8.3, the 'triggered' message is seen in console when you type something in the first input field and blur.
With jQuery 1.9.0, the 'triggered' message is not seen. Seems like the change event on the input didn't bubble up to the parent #myform.
Change History (2)
comment:1 Changed 10 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
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!
Seems to be working properly in Firefox 18. We don't support Firefox 8 anymore and neither does Mozilla (I believe 10 is their current Enterprise support version and 17 will be the following one.)
If you'd like to suggest a simple fix we could consider it, but otherwise we'd just leave it as-is.