Side navigation
#1935 closed bug (invalid)
Opened November 15, 2007 09:35AM UTC
Closed November 28, 2007 08:23AM UTC
maybe bug, $("form input") can not find.
Reported by: | catoc | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | core | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> <table> <form> <tr> <td> <input > </td> </tr> </form> </table>
move <table> into <form>, can be find.
sorry for my english poor.
Attachments (0)
Change History (1)
Changed November 28, 2007 08:23AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
I'm not totally sure what you are saying but this appears to be invalid HTML. Many browsers will attempt to "figure out" what you are trying to do when the HTML is invalid and make "appropriate changes" which can result in unexpected results. I suspect from my limited testing this is the case. If you have a test case with valid HTML that causes this problem please reopen this ticket with a new test case.