Bug Tracker

Opened 13 years ago

Closed 13 years ago

#6739 closed bug (invalid)

:submit fails in Firefox

Reported by: kingjeffrey Owned by:
Priority: Milestone: 1.4.3
Component: selector Version: 1.4.2
Keywords: Cc:
Blocked by: Blocking:

Description

I experienced this bug using the jqueryui button method, but the problem seems to be with jquery core.

$("button, :submit, a.button").button(); fails to style any matching element in Firefox 3.6.4 on OSX 10.6.4.

$("button, input:submit, a.button").button(); works fine.

Change History (1)

comment:1 Changed 13 years ago by dmethvin

Resolution: invalid
Status: newclosed

Please include a test case that has both script and html. It sounds like you're saying the selected elements are different in the two cases, so it would be handy to have something that showed the problem with jQuery core alone.

Note: See TracTickets for help on using tickets.