Skip to main content

Bug Tracker

Side navigation

#5655 closed bug (invalid)

Opened December 14, 2009 02:33PM UTC

Closed December 15, 2009 02:37AM UTC

Regression in v1.4a1

Reported by: tijej Owned by:
Priority: major Milestone: 1.4
Component: unfiled Version: 1.4a1
Keywords: Cc:
Blocked by: Blocking:
Description

I've got the following code that works nice with jQuery 1.3.2 :

$("#10_280 ~ strong span").html("blah blah");

With v1.4a1, the html contents of the span element is not changed.

In case that helps, the HTML structure is like that:

<li class="kind music select">

<a href="#" class="music" id="10_381">PUB</a>

<strong style="display: none; ">

<bb></bb>

<span>3</span>

</strong>

<i style="display: none; "></i>

</li>

Attachments (0)
Change History (1)

Changed December 15, 2009 02:37AM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

Can you reopen the ticket with a complete test case? The id mentioned in the jQuery selector isn't in the html fragment. Also, it's not valid for an id attribute to start with a digit.