Bug Tracker

Ticket #2588 (closed bug: invalid)

Opened 8 months ago

Last modified 8 months ago

$ function does not find elements with several css classes

Reported by: Markus.Staab Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.4 Component: core
Version: 1.2.3 Keywords: core, $, css, selectors
Cc: Needs: Review

Description

JQuery does not allow to select a element with several css classes to be searched.

<div class="class1 class2 class3">1235</div>

$(".class2") won't match this div, although it is common to have several css classes on one element... this is also valid xhtml..

Attachments

jquery_test.html (0.7 kB) - added by davidserduke 8 months ago.
test case
my_jquery_test.html (2.9 kB) - added by Markus.Staab 8 months ago.
concrete testcase
my_jquery_test.2.html (2.9 kB) - added by Markus.Staab 8 months ago.

Change History

Changed 8 months ago by davidserduke

test case

Changed 8 months ago by davidserduke

  • status changed from new to closed
  • resolution set to worksforme

I created the above test case based on the bug description and it works for me. Is there some version of some browser you are using that doesn't work? Or does the test case not reflect the problem you are having? If either of those are true feel free to reopen the ticket with more information.

Changed 8 months ago by Markus.Staab

  • status changed from closed to reopened
  • resolution deleted

enclosed you will find my usecase

Changed 8 months ago by Markus.Staab

concrete testcase

Changed 8 months ago by scott.gonzalez

  • status changed from reopened to closed
  • resolution set to invalid

Your test case uses $("rex-metainfo-cat") instead of $(".rex-metainfo-cat"). You're searching for elements of type "rex-metainfo-cat" not elements with the class "rex-metainfo-cat".

Changed 8 months ago by Markus.Staab

  • status changed from closed to reopened
  • resolution deleted

hmm you are right... now with your addition i have another problem..

the rows which are fadded in are very small.. looks like the colspan is not taken into account...?

Sorry for getting offtopic..

Changed 8 months ago by Markus.Staab

Changed 8 months ago by Markus.Staab

PS: Testing on winxp sp2 with ff 2.0.0.13

Changed 8 months ago by scott.gonzalez

  • status changed from reopened to closed
  • resolution set to invalid

Please create a new ticket for this issue. Thanks.

Note: See TracTickets for help on using tickets.