﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7005	Invalid <a> attribute causes CPU to run @100% on Chrome	Jeconais		"This only happens in Chrome (Windows and Linux).  IE and Firefox handle the situation properly.

Entering a malformed a tag, with an invalid and escaped attribute causes the page to freeze.  Looking at the process manager, the tab in question was running at 100% cpu.

A combination of obscure bugs in my own code caused the invalid html that triggers this bug:

{{{<a href=""http://www.amazon.com/"" store\""="""">google</a>}}}

In IE and Firefox, the invalid attribute ""store"" is completely removed.

To trigger:  

http://nightly.ckeditor.com/6355/_samples/replacebyclass.html [[br]]
Click ""Source"" [[br]]
Paste above snippet[[br]]
Click ""Source"" again[[br]]

Not a huge bug, and obviously inputting correct html avoids this completely."	Bug	confirmed	Normal		Core : Parser	3.0			
