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
Status: | new → confirmed |
---|
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Version: | 3.6.4 → 3.0 |
---|
This issue is also reproducible after shift+enter in normal enter mode. IMO it's Firefox's bug, because it returns
false
fromeditor.document.$.queryCommandEnabled( 'Paste' )
, but I can't create simplified test file showing where's the issue.