Bug Tracker

Modify

Ticket #6739 (closed bug: invalid)

Opened 3 years ago

Last modified 3 years ago

:submit fails in Firefox

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

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

comment:1 Changed 3 years ago by dmethvin

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

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.

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.