Bug Tracker

Modify

Ticket #1935 (closed bug: invalid)

Opened 6 years ago

Last modified 5 years ago

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:
Blocking: Blocked by:

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.

Change History

comment:1 Changed 5 years ago by davidserduke

  • Status changed from new to closed
  • Resolution set to invalid

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.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.