Opened 14 years ago
Last modified 13 years ago
#6672 confirmed Bug
Cannot "cut" the form element on top of the page
Reported by: | naresh.sivaraman | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Selection | Version: | 3.0 |
Keywords: | Oracle IE | Cc: |
Description
Issue seen in IE7.
To Reproduce:
- insert form element at the top of the page.
- click "Select All" to select all elements of the page
- then, click "Cut" icon --> all elements excepts the
form element is cut, but the form element remains.
Attachments (1)
Change History (18)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Keywords: | Oracle added |
---|
comment:3 Changed 14 years ago by
Component: | General → Core : Selection |
---|---|
Keywords: | IE added |
Status: | new → confirmed |
Version: | 3.4.2 → 3.3 |
Confirmed for IE. Form element should be also Cut to clipboard, leaving an empty page.
Also other browsers have different behaviour on " Select All + Cut "
comment:4 Changed 14 years ago by
Keywords: | Chrome Opera added |
---|
Only Firefox leaves an empty page after "Select All + Cut" operation
comment:5 Changed 14 years ago by
Keywords: | IE Chrome Opera removed |
---|
comment:6 Changed 14 years ago by
Keywords: | IE added |
---|---|
Resolution: | → wontfix |
Status: | confirmed → closed |
I don't think a fix could be provided at our side, the cut operation is a IE native browser behavior, also please note that Ctrl-X generally works fine.
comment:7 Changed 14 years ago by
Note also the bug happens with a series of preconditions make it less remarkable:
- IE7 only
- With toolbar button (work with Ctrl-X)
- At the first clipboard inquiry only (confirm dialog)
comment:8 Changed 14 years ago by
Garry,
It just does not stop with this scenario. The form is not cut on the first try with the toolbar button. Using the Cut button the second time does cut the form, but Paste does not paste the form.
Please look at the issue again and reopen the ticket.
I agree it works with Ctrl+X though.
comment:9 Changed 14 years ago by
Paste works well for me in both ways, it's just a problem of CUT.
@naresh I'd be really happy to reopen if we could do anything that helps.
comment:10 Changed 14 years ago by
Keywords: | CantFix added |
---|---|
Summary: | CANNOT "CUT" THE FORM ELEMENT ON TOP OF THE PAGE → Cannot "cut" the form element on top of the page |
comment:11 Changed 14 years ago by
Keywords: | CantFix removed |
---|
Uploading a file with screenshots of steps to reproduce the two issues.
(1) Form is not cut the first time.(Using Cut toolbar button).
(2) Using the Cut button the second time does cut the form, but Paste does not paste the form.
comment:12 Changed 14 years ago by
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
comment:13 Changed 14 years ago by
Milestone: | → CKEditor 3.5.1 |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
I've fixed the ticket TC with [6380].
Please note that the TC talks about cutting right after creating the form, so it's empty. If the forms has any content though, the issue appears again.
I've tried fixing it by changing the way the "select all" command works. I've create and selected a range that contains the entire <body> contents. It didn't work, because IE insists on "fixing" the selection to contain the <form> contents only. This is out of our control.
comment:14 Changed 14 years ago by
Fredck,
Thanks for looking at the issue and providing the fix. I tested the fix with the CKEditor 3.5.1 on IE7 and found an issue. Have opened a new ticket(7160) for that since I could not reopen this.
Thanks
comment:15 Changed 13 years ago by
Milestone: | CKEditor 3.5.1 |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Version: | 3.3 → 3.0 |
- Open ajax sample
- Insert form element at the top of the page.
- Click or use arrow down to go below form and type few characters
- Click "Select All" to select all elements of the page
- then, click "Cut" icon (when dialog shown click "Allow Access")
Form is not being cut.
TC reproducible from CKEditor 3.0 (till 3.2.1 I had to manually paste empty paragraph below form in source mode to reproduce) in all IE browsers
NOTE: If in STEP 5 you use CRTL+X form will be cut but if you use icon, press undo and then use CRTL+X then this shortcut will not work.
comment:16 Changed 13 years ago by
Status: | reopened → confirmed |
---|
comment:17 Changed 13 years ago by
As you can see from the TC presented above there are problems when using "Cut" icon in IE.
This issue has its continuation in #7160.
Any updates on this bug please?