Skip to main content

Bug Tracker

Side navigation

#5698 closed bug (fixed)

Opened December 22, 2009 06:18AM UTC

Closed December 22, 2009 06:19AM UTC

Last modified September 04, 2011 09:09PM UTC

.val() logic on radio/checkbox doesn't make sense

Reported by: john Owned by:
Priority: major Milestone: 1.4
Component: core Version: 1.4a2
Keywords: Cc:
Blocked by: Blocking:
Description

The || this.name will never get hit - and when it does (an empty value is supplied) it shouldn't be.

Attachments (0)
Change History (3)

Changed December 22, 2009 06:19AM UTC by john comment:1

resolution: → fixed
status: newclosed

Changed September 04, 2011 08:49PM UTC by scriptmaster comment:2

Replying to [ticket:5698 john]:

The || this.name will never get hit - and when it does (an empty value is supplied) it shouldn't be.

John, could you take a look at this pull request:

https://github.com/jquery/jquery/pull/488

Thanks,

Script Master

Changed September 04, 2011 09:09PM UTC by rwaldron comment:3

This ticket was patched and closed. Your patch doesn't actually address the issue that was reported by the ticket.