﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8006	FF4 Ubuntu: right click between tables in wysiwyg mode results in an error	Flavien CROCHARD		"Depends of the content in the editor.

=== Steps to reproduce ===
 1. Load contents of attached `sample.txt`.
 2. Click between the second and the third table (click few times in random places to trigger the error - it happens randomly).
 3. The following errors appear:
{{{
target.getOuterHtml is not a function
if ( !target.getOuterHtml().replace( emptyParagraphRegexp, '' ) ) 
_source/plugins/wysiwygarea/plugin.js Line 668

ev.getTarget().is is not a function
if ( ev.getTarget().is( 'a' ) && ev.$.button != 2 ) 
_source/plugins/wysiwygarea/plugin.js Line 682
}}}

Whenever the JS error occurs, target is set to ""document"" instead of ""p"".

Can be reproduce at least since CKEditor 3.3.2."	Bug	closed	Normal		General	3.3.2	duplicate	Firefox4	
