Custom Query (7259 matches)
Results (4 - 6 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#7664 | duplicate | "Member not found" when using the Hover Intent plugin in IE8 | ||
Description |
Here is a link to jquery's demo for hover intent: http://jqueryui.com/demos/accordion/hoverintent.html In internet explorer make sure you are in IE8 browser and document mode. Hit F12 to make sure. Then hover over an accordion tab and the error will occur. Here are the error details below: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; .NET4.0E; BRI/2) Timestamp: Wed, 24 Aug 2011 13:10:48 UTC Message: Member not found. Line: 3157 Char: 4 Code: 0 URI: http://jqueryui.com/jquery-1.6.2.js Does anyone know what is causing this? |
|||
#4177 | wontfix | "Next" button should advance the view by 'numberOfMonths' months | ||
Description |
This is the behavior I would expect: numberOfMonths: 3 Months visible: January, February, March Click "Next" Months visible: April, May, June Current behaviour is to advance by 1: numberOfMonths: 3 Months visible: January, February, March Click "Next" Months visible: February, March, April |
|||
#4772 | duplicate | "Prevented" Slides Still Change Values | ||
Description |
In theory returning false from a "slide" event handler (in the Slider component) should prevent any values from being changed. However, this is not the case ;-( |