Side navigation
#6739 closed bug (invalid)
Opened June 28, 2010 06:04PM UTC
Closed June 29, 2010 12:56AM UTC
: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.
Attachments (0)
Change History (1)
Changed June 29, 2010 12:56AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
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.