Skip to main content

Search and Top Navigation

#8130 closed bug (notabug)

Opened February 22, 2012 03:12PM UTC

Closed February 22, 2012 03:24PM UTC

I found jQuery v1.7.1 's a bug.

Reported by: panqing Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.core Version: 1.7.1
Keywords: Cc:
Blocked by: Blocking:
Description

alert($("<LI class=err_tx><SPAN style=\\"DISPLAY: inline\\" id=rfvUrl controltovalidate=\\"txtOkUrl\\" focusOnError=\\"t\\" errormessage=\\"●1234<br/>\\" display=\\"Dynamic\\" validationGroup=\\"ValidationProduct\\" initialvalue isvalid=\\"false\\">1234<BR></SPAN><SPAN style=\\"DISPLAY: none\\" id=revUrl controltovalidate=\\"txtOkUrl\\" errormessage=\\"●1234\\" display=\\"Dynamic\\" validationGroup=\\"ValidationProduct\\" validationexpression=\\"^http(s)?://([\\w-]+\\.)+[\\w-]+(/[\\w- ./?%&=]*)?$\\" isvalid=\\"true\\">●1234</SPAN></LI>").find('span:visible').length);

please test this code.

if i include jquery-1.2.6.pack.js ,browser will alert "1",but i include jQuery v1.7.1 ,browser alert me "0".

maybe in lastest version,the bug is not exsits.

end.

Attachments (0)
Change History (2)

Changed February 22, 2012 03:14PM UTC by panqing comment:1

maybe i had a error test.please emailto me trust end.

Changed February 22, 2012 03:24PM UTC by scottgonzalez comment:2

resolution: → invalid
status: newclosed

This has nothing to do with jQuery UI.