Bug Tracker

Modify

Ticket #3418 (closed bug: invalid)

Opened 5 years ago

Last modified 5 years ago

why can't fields in table disabled?

Reported by: hzasp Owned by: flesler
Priority: major Milestone: 1.3
Component: unfiled Version: 1.2.6
Keywords: attr Cc: hzasp, flesler
Blocking: Blocked by:

Description

the js code: $("form").children().attr("disabled", "disabled");

the html code: successed:------------------------ <form>

<input type="text" > <input type="text" > <textarea></textarea> <input type="submit">

</form>

while failed:-------------------- <form>

<table> <tr><td>

<input type="text" > </td></tr>

<tr><td>

<input type="text"> </td></tr>

<tr><td>

<textarea></textarea> </td></tr>

<tr><td>

<input type="submit"> </td></tr>

</table> </form>

Change History

comment:1 Changed 5 years ago by flesler

  • Cc hzasp, flesler added
  • Status changed from new to closed
  • Resolution set to invalid

They just can't. There's no special behavior for a disabled table.

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.