﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11638	Inserted text blinks after multiple insertions using ctrl-v	perekontrobayzer		"After multiple insertions some text using ctrl-v, inserted text blinks in the left of the screen. It is reproduced with presented  html structure and css.

'''Browser:''' Chrome, 33.0

'''Html structure:'''[[BR]]


{{{
<body>
    <div class=""container"">
        <div class=""cke-holder"">
            <div class=""toolbar-ckeditor"" id=""toolbar"">
                <!-- This div will handle top toolbars -->
            </div>
            <div id=""ck-field"" class=""inline-ckeditor-default""></div>
        </div>
    </div>
</body>
}}}
Div with id=""ck-field"" initialized as inline ckeditor.[[BR]]
'''css:'''
{{{
body {min-width: 960px;}
.container {width: 960px;margin: 0 auto;position: relative;}
}}}

This can be fixed by adding ""position: relative;"" style for div initialized as ckeditor."	Bug	confirmed	Normal		General	4.1.3		Blink Webkit	
