Opened 12 years ago

Last modified 12 years ago

#9429 confirmed Bug

[FF] Enter pressed in ENTER_BR mode disables copy/cut/paste buttons

Reported by: Piotrek Koszuliński Owned by:
Priority: Normal Milestone:
Component: Core : Pasting Version: 3.0
Keywords: Cc:

Description

Quote from http://cksource.com/forums/viewtopic.php?f=11&t=27337:

I'm using ckeditor version 3.6.4. The only change in config.js is adding config.enterMode = CKEDITOR.ENTER_BR

Only in Firefox (15.0.1), whenever I press enter, the paste buttons suddenly becomes disabled. Ctrl-V still works, and once I do anything else, they will become enabled again.

This issue is reproducible in 3.6.4 (I haven't checked older releases) and 4.0 Github master.

Change History (3)

comment:1 Changed 12 years ago by Piotrek Koszuliński

Status: newconfirmed

comment:2 Changed 12 years ago by Piotrek Koszuliński

This issue is also reproducible after shift+enter in normal enter mode. IMO it's Firefox's bug, because it returns false from editor.document.$.queryCommandEnabled( 'Paste' ), but I can't create simplified test file showing where's the issue.

comment:3 Changed 12 years ago by Piotrek Koszuliński

Version: 3.6.43.0
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