Opened 9 years ago

Closed 9 years ago

#13587 closed Bug (invalid)

[IE9] can't select text with mouse

Reported by: Glenn Latomme Owned by:
Priority: Normal Milestone:
Component: General Version: 4.5.1
Keywords: IE9 selection mouse Cc:

Description

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

Change History (2)

comment:1 Changed 9 years ago by Glenn Latomme

Ok found it that it was from materialize.js something weird going there

comment:2 Changed 9 years ago by Wiktor Walc

Resolution: invalid
Status: newclosed

I'm closing the issue as invalid then as having an external library and IE9 makes it a bit an edge case. If you believe there is an error in CKEditor, please feel free to reopen the issue.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy