Skip to main content

Bug Tracker

Side navigation

#9963 closed bug (invalid)

Opened August 03, 2011 04:08PM UTC

Closed August 03, 2011 06:15PM UTC

Page flashing

Reported by: Dave Owned by:
Priority: low Milestone: None
Component: misc Version: 1.6.2
Keywords: Cc:
Blocked by: Blocking:
Description

I'm new to ASP.NET MVC...so please bear with me.

I just created a new ASP.NET MVC 3 "Internet/Razor" project in VS 2010 and ran the built-in app with no changes. This is the one that just has a Home and About link.

I then wanted to update the jQuery components via "Add Library Package Reference" in VS...so I updated "jQuery.UI.Combined" to 1.8.14 and "jQuery.Validation" to 1.8.1...ran the built-in app...fine.

I then updated "jQuery" from 1.5.1 to 1.6.2 and changed the reference in _Layout.cshtml to reflect this. When I now run the built-in app, the page "flashes" when I click the Home link and About link. If I change the jQuery reference back to 1.5.1, the page "flashing" goes away.

I'd like to utilize the latest jQuery library, so any help on this would be appreciated. Thanks.

Attachments (0)
Change History (2)

Changed August 03, 2011 04:36PM UTC by anonymous comment:1

Some additional information...

I checked the "HTML 5" option when I created the new MVC 3 project...and I'm using IE7. I notice if I create a project...without checking "HTML 5"..then the jquery.1.6.2 library works fine...no page flashing.

I wonder if this is a browser issue?? The thing is...checking "HTML 5" and using jquery.1.5.1 works. Checking "HTML 5" and using jquery.1.6.2 causes the flashing. Strange.

Changed August 03, 2011 06:15PM UTC by timmywil comment:2

component: unfiledmisc
priority: undecidedlow
resolution: → invalid
status: newclosed

Thanks for taking the time to contribute to the jQuery project! If you could, please narrow down the issue further and open a new ticket on this tracker if this is an issue with jQuery core. Issues regarding jQuery UI should be filed here and issues regarding the validation plugin should go here.

Also, if this is an issue with core, please provide a reduced jsFiddle test case to help us assess your ticket. Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, we've created this boilerplate: http://jsfiddle.net/rwaldron/da3nM/ Open the link and click to "Fork" in the top menu.