So my reporting of that P tag error was definitely wrong.
I will burry my head deep in sand for one hour, will then jump into a pool of oil, roll around in feathers and run 10 rounds around my house in broad daylight and constantly shout "do not forget the htmlspecialchars function".
Hope you can fix those DIV problems I reported though. They should be valid.
Is it supposed to work like this? I thought FCKeditor should have produced P tags in both browsers.
As you can see now FCK, I'm a little more careful and do not call this a bug. I have just done my running around the house and do not want to do that one more time My neighbours are getting that strange look in their eyes.
If you open a page that display (inside editor) content with a DIV and you FIRST try to click/edit inside that DIV in IE, then you will not be able to do that unless you first click outside the DIV.
Normally I would do this in IE to edit text inside the DIV: 1. Click once to set focus to the DIV object. 2. Click one more time inside DIV to be able to place cursor inside the DIV and start editing.
Now it works like this if you FIRST try to edit inside a DIV in the editor. 1. Click once to set focus to the DIV object. 2. Repetitive clicks inside the DIV does not place cursor inside DIV. 3. Have to click once somewhere outside the DIV before I can start editing inside the DIV.
Code to test below: Make sure your editor loads with the code below: (DO NOT just open the page/editor and paste code into source)
<div style="BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: black 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; BORDER-LEFT: black 1px solid; WIDTH: 50%; PADDING-TOP: 10px; BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: #cccccc"> <p>Try to click/edit first inside this div in IE<br /><br />To be able to do that you will first have to click once outside the DIV in editor area.</p> </div>
i just tried your example: <div style="BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: black 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; BORDER-LEFT: black 1px solid; WIDTH: 50%; PADDING-TOP: 10px; BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: #cccccc"> <p>Try to click/edit first inside this div in IE<br /><br />To be able to do that you will first have to click once outside the DIV in editor area.</p> </div>
i copied this into the editor. i was then able to click on the div once to highlight it and then once more to place the cursor inside and begin typing
ok. i've tryed it now with clicking on different elements in the editor before clicking on the div and it works properly. i've tried many combinations but can't get it to act the way you describe.
i'm not sure what version of FCK is running as the demo at fckeditor.net, but maybe it would be a good idea to have the latest running there so people can also test there to see it the problems they encounter are with their own install /configuration.
Greetings, I haven't <b>yet</b> performed extensive testing. But primilary results in Firefox indicates there are some serious cursor issues. The caret frequently disappears performing nearly any action on text. It is difficult to regain the caret after it disappears. Further, it is almost impossible to use the arrow keys to manipulate the caret in the editing area. FWIW it's Firefox 1.06 on UNIX.
RE: TESTERS CALLED: Version 2.1 Preview
When I changed to:
htmlspecialchars($cur_text)
It worked like a charm.
So my reporting of that P tag error was definitely wrong.
I will burry my head deep in sand for one hour, will then jump into a pool of oil, roll around in feathers and run 10 rounds around my house in broad daylight and constantly shout "do not forget the htmlspecialchars function".
Hope you can fix those DIV problems I reported though. They should be valid.
Best regards
RE: TESTERS CALLED: Version 2.1 Preview
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
RE: TESTERS CALLED: Version 2.1 Preview
The italian file translation is still wrong.
I put the fixed version on the patch traker
http://sourceforge.net/tracker/index.ph ... tid=543655
RE: TESTERS CALLED: Version 2.1 Preview
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
RE: TESTERS CALLED: Version 2.1 Preview
Is this supposed to work like this?
If I put a DIV with plain text in the editor and source look like this:
<div style="padding: 15px; background-color: rgb(136, 136, 136); color: white; width: 50%;">Another div thing</div>
Then if I, in Firefox, place cursor at end of line (inside the DIV) and hit CTRL a couple of times then the source look like this:
<div style="padding: 15px; background-color: rgb(136, 136, 136); color: white; width: 50%;">Text here. Let see how it perform</div>
<div style="padding: 15px; background-color: rgb(136, 136, 136); color: white; width: 50%;"> </div>
<div style="padding: 15px; background-color: rgb(136, 136, 136); color: white; width: 50%;"> </div>
If I do the same in IE: the resulting source look like this:
<div style="PADDING-RIGHT: 15px; PADDING-LEFT: 15px; PADDING-BOTTOM: 15px; WIDTH: 50%; COLOR: white; PADDING-TOP: 15px; BACKGROUND-COLOR: rgb(136,136,136)">
<p>Another div thing </p>
<p> </p>
<p> </p>
</div>
Is it supposed to work like this?
I thought FCKeditor should have produced P tags in both browsers.
As you can see now FCK, I'm a little more careful and do not call this a bug. I have just done my running around the house and do not want to do that one more time
My neighbours are getting that strange look in their eyes.
RE: TESTERS CALLED: Version 2.1 Preview
It would be nice if you made some changes in the CleanWord-function.
See this one: http://sourceforge.net/forum/forum.php? ... _id=257180
RE: TESTERS CALLED: Version 2.1 Preview
If you open a page that display (inside editor) content with a DIV and you FIRST try to click/edit inside that DIV in IE, then you will not be able to do that unless you first click outside the DIV.
Normally I would do this in IE to edit text inside the DIV:
1. Click once to set focus to the DIV object.
2. Click one more time inside DIV to be able to place cursor inside the DIV and start editing.
Now it works like this if you FIRST try to edit inside a DIV in the editor.
1. Click once to set focus to the DIV object.
2. Repetitive clicks inside the DIV does not place cursor inside DIV.
3. Have to click once somewhere outside the DIV before I can start editing inside the DIV.
Code to test below:
Make sure your editor loads with the code below:
(DO NOT just open the page/editor and paste code into source)
<div style="BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: black 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; BORDER-LEFT: black 1px solid; WIDTH: 50%; PADDING-TOP: 10px; BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: #cccccc">
<p>Try to click/edit first inside this div in IE<br /><br />To be able to do that you will first have to click once outside the DIV in editor area.</p>
</div>
RE: TESTERS CALLED: Version 2.1 Preview
<div style="BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: black 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; BORDER-LEFT: black 1px solid; WIDTH: 50%; PADDING-TOP: 10px; BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: #cccccc">
<p>Try to click/edit first inside this div in IE<br /><br />To be able to do that you will first have to click once outside the DIV in editor area.</p>
</div>
i copied this into the editor. i was then able to click on the div once to highlight it and then once more to place the cursor inside and begin typing
RE: TESTERS CALLED: Version 2.1 Preview
If you do that you will not see what I'm talking about.
I loaded from database.
I guess if you make sure the editor load with the code it should produce same problem.
Please try again WITHOUT copy and paste into source.
RE: TESTERS CALLED: Version 2.1 Preview
in ie6 on xp:
click once to select
click again and cursor goes inside div
in firefox
click once and cursor goes inside div
RE: TESTERS CALLED: Version 2.1 Preview
I allways get same result.
But I have to click on DIV before I click any other place within the editor to produce the problem.
If I first click outside the DIV, and then on the DIV, then there is no problem.
RE: TESTERS CALLED: Version 2.1 Preview
i'm not sure what version of FCK is running as the demo at fckeditor.net, but maybe it would be a good idea to have the latest running there so people can also test there to see it the problems they encounter are with their own install /configuration.
RE: TESTERS CALLED: Version 2.1 Preview
RE: TESTERS CALLED: Version 2.1 Preview
relative link problem.
when copying and pasting a relative link the full url gets added like so:
<p><a href="test2.html">link to 18</a></p>
<p><a href="http://mikelogin.nexuscms.com/richedit/ ... test2.html">link to 18</a></p>.
so when the original url was test2.html
when pasted back it becomes:
http://mikelogin.nexuscms.com/richedit/ ... test2.html
RE: TESTERS CALLED: Version 2.1 Preview
RE: TESTERS CALLED: Version 2.1 Preview
I haven't <b>yet</b> performed extensive testing. But primilary results in Firefox indicates there
are some serious cursor issues. The caret
frequently disappears performing nearly any
action on text. It is difficult to regain the caret after
it disappears. Further, it is almost impossible to
use the arrow keys to manipulate the caret in the
editing area. FWIW it's Firefox 1.06 on UNIX.
<font color="#EE0000">Best wishes</font><br>