Bug 139935 - Webpage hangs while browsing www.moneycontrol.com
Summary: Webpage hangs while browsing www.moneycontrol.com
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-24 00:22 PST by Peng Xinchao
Modified: 2017-03-11 10:50 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peng Xinchao 2014-12-24 00:22:30 PST
drag with mouse in  moneycontrol.com for a period of time . the webpage will be hanged up .
I find that the JS of the website have falled into Infinite recursion . It is always calling "MatchesSelector" , and css selector's symbol is ":hidden", but always return false;

I try it in Chrome and Firefox in Linux x86-64 platform, it don't happend