Bug Tracker

Modify

Ticket #11339 (closed bug: invalid)

Opened 16 months ago

Last modified 16 months ago

Checkboxes do not retain value attribute

Reported by: Beanow Owned by:
Priority: low Milestone: None
Component: attributes Version: 1.7.1
Keywords: Cc:
Blocking: Blocked by:

Description

The checkbox fields do not retain the value attribute. This is done throughout the core. Tried:
$(':checkbox').val('someval');
$(':checkbox').attr('value', 'someval');
$(element).html('<input type="checkbox" value="someval" />');

All of which results in a DOM where only they value key is added as a flag (<input type="checkbox" value />).

Change History

comment:1 Changed 16 months ago by Beanow <beanow@…>

My mistake. In jsFiddle this does not occur. There's bound to be a conflicting event.

comment:2 Changed 16 months ago by timmywil

  • Priority changed from undecided to low
  • Resolution set to invalid
  • Status changed from new to closed
  • Component changed from unfiled to attributes

Closing per OP investigation.

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.