Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (40 - 42 of 11754)

Ticket Resolution Summary Owner Reporter
#13570 invalid Regarding Copy and Paste from Word aballabh
Description

When i am trying to copy and paste an image from word it gets copied in mozilla correctly but it doesnt get copied in google chrome.So pls suggest me what can i do to solve this problem?

#16873 duplicate [chrome] Tab based navigation - No caret / focus in element? abayob
Description

Heya,

I am using the new CKEditor version because of the lovely moono-lisa skin. I came from using an older version: 4.5.7.

I am using a few plugins to create an inline + shared editor. The build files of each are included in this post.

The code to initialize a single editor field is:

var editor = CKEDITOR.inline(
       uniqueNumber, 
       {
          customConfig: '/dist/ckeditor/builder-config.js?v2',
                    
          sharedSpaces: {
             top: top_id,
             bottom: bottom_id
        },
           colorButton_colors: #fff, #000, etc...
   })

Steps to reproduce

  1. First let ckeditor initialize the inline shared editor
  2. Then start tabbing from one text element (contenteditable) to another
  3. The next text field will have no caret visible and apparently no focus.
  4. When trying to tab to the next, an error is thrown:

Expected result

When you tab from one to the next, a caret should appear in the start of the text area

Actual result

Nothing visible (focus line does appear) and typing does nothing. Also when tabbing to a next text area, an error is thrown

Other details (browser, OS, CKEditor version, installed plugins)

Version 4.5.7 does not have this issue? Tabbing in all browsers works fine in this release!

#13702 duplicate Link in inline editable region not clickable abbr
Description

Steps to reproduce

  1. Go to demo page http://ckeditor.com/demo#inline. You'll find all links are not clickable even when inline editor is not activated.

Expected result

Content editor should be allowed to click the links to verify behavior.

Actual result

There is not way for author to click a link - regardless whether inline editing mode is activated or not.

Other details (browser, OS, CKEditor version, installed plugins)

Either make the links clickable or use double-click to activate the inline editor so that there is no conflict on the single click event handler.

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