﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13587	[IE9] can't select text with mouse	Glenn Latomme		"hi,

With the current setup I can't select any text with my mouse or when I click on a place in a text the cursor won't go to there.

Navigating with the keyboard works just fine, so typing, and arrowkeys do work.


this is my configuration:
{{{
    CKEDITOR.inline('editor', {
                extraPlugins: 'sharedspace',
                removePlugins: 'forms',
                sharedSpaces: {
                    top: 'top'
                },
                toolbarGroups: [
                    {name: 'basicstyles', groups: ['basicstyles', 'cleanup']},
                    {name: 'colors'},
                    {name: 'tools'},
                    {name: 'document'},
                    {name: 'insert'},
                    {name: 'clipboard', groups: ['clipboard', 'undo']},
                    {name: 'editing', groups: ['find', 'selection', 'spellchecker']},
                    '/',
                    {name: 'styles'},
                    {name: 'paragraph', groups: ['list', 'indent', 'blocks', 'align', 'bidi']},
                    {name: 'links'}

                ]
            });
}}}


Tested this in IE9, FF version 39.0 and Chrome Version 40.0.2214.111
only IE9 was showing those problems"	Bug	closed	Normal		General	4.5.1	invalid	IE9 selection mouse	
