Hey,
I know the 2.6.5 release fixed the safari resize problem.
But a new problem is introduced when pasting text into editor. The text just disappears.
If I go into Source mode I can paste text, but that is as annoying as the resize issue.
Is this going to be an end of line release or bug fixes continue?
Anyone else able to reproduce, I have on multiple machines using safari.
thanks.
I know the 2.6.5 release fixed the safari resize problem.
But a new problem is introduced when pasting text into editor. The text just disappears.
If I go into Source mode I can paste text, but that is as annoying as the resize issue.
Is this going to be an end of line release or bug fixes continue?
Anyone else able to reproduce, I have on multiple machines using safari.
thanks.
Re: Copy paste & safari4 problem
Re: Copy paste & safari4 problem
Pasting into Safari wipes out the entire content area - the fix for safari resize must be related somehow.
Worst!
So our current options are either no cut and paste, or broken rendering.
Re: Copy paste & safari4 problem
Re: Copy paste & safari4 problem
I just created a ticket under the project trac detailing the behaviour.
To clarify it for this ticket, you must use the keyboard paste in Safari, and the behaviour is observed on a mac.
I can create a movie of the problem if that would be helpful. It's pretty severe, considering how important keyboard cut and paste is.
Re: Copy paste & safari4 problem
If you could make adjustments to the ticket so it would be handled faster alfonsoml that would be great:
http://dev.fckeditor.net/ticket/4960
Re: Copy paste & safari4 problem
There must be something else required to trigger the problem or lots of people would be reporting the issue and since November there have been only three post reporting the problem
Re: Copy paste & safari4 problem
Hi again,
I went back and took the demo from 2.6.5 and created a video diagramming exactly how to cause the problem in Safari.
The video is located here: http://blip.tv/play/AYG76w4C
One detail that I had not mentioned before, but is definitely relevant, is that the cut and paste must include some type of styling - otherwise it does appear to work correctly.
All of the sections on my own site have styling involved, which explains why I see the problem every time.
Anyways, watch the video and all shall be revealed.
thanks
Re: Copy paste & safari4 problem
Ok, now I can reproduce the problem, but it would take a lot of time to figure out what's the reason to this strange behavior, so your best chance is to test with the revision log at http://rev.fckeditor.net/ to find out exactly what's the patch that introduced the problem.
Re: Copy paste & safari4 problem
Is there a document that describes how to "build" fckeditor from an svn-checkout.
I cannot perform the above mentioned task without instructions as to how to test the checkout to see if it's broken or not.
I don't believe this problem exists in 2.6.4, so there aren't that many patches to look at really.
Re: Copy paste & safari4 problem
you have to pick only a revision then click on the "samples" link of that row and you'll get the code of that version right in your browser. I mean: you don't have to do any coding, just jump back and forward between the revisions until you find the first that works and you only need your Safari, nothing more.
Re: Copy paste & safari4 problem
On 07/27/09 11:27:11 there was a commit made referencing:
"Fixed #3481 : Fixed Fixed an issue in WebKit where paste actions inside table cells may leak outside of the table cell."
Prior to this fix, pasting worked fine. After this point, the pastes don't work correctly anymore...
what next?
Re: Copy paste & safari4 problem