WYSIWYG editor often eats paragraph breaks
I am using the new WYSIWYG editor that will be in 1.0 beta. When I add a new paragraph using the WYSIWYG editor and then save the page, the paragraph has often been merged into the preceding paragraph. For example, if I have the text: abc def ghi I place the cursor after "def" and hit enter (I've even tried hitting enter twice to create an extra blank line). Then I type "xyz." In the editor, this looks as expected: abc def xyz ghi But then when I hit Save, I see the resulting page as: abc defxyz ghi If I go back into the editor and try to correct the problem, it still happens when I save again. Has anyone else experienced this? Any luck working around it if so? Thanks, - Peter Flynn
Hi, Nam is working on fixing this bugs. There is another version of the wysiwig editor named tiny_mce_2 and wiki_editor_2 in http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/xwiki/xwiki/trunk/web/sta... does it solve your problems? jeremi On 12/12/06, Peter Flynn <[email protected]> wrote:
I am using the new WYSIWYG editor that will be in 1.0 beta. When I add a new paragraph using the WYSIWYG editor and then save the page, the paragraph has often been merged into the preceding paragraph. For example, if I have the text:
abc
def
ghi
I place the cursor after "def" and hit enter (I've even tried hitting enter twice to create an extra blank line). Then I type "xyz." In the editor, this looks as expected:
abc
def
xyz
ghi
But then when I hit Save, I see the resulting page as:
abc
defxyz
ghi
If I go back into the editor and try to correct the problem, it still happens when I save again. Has anyone else experienced this? Any luck working around it if so?
Thanks,
- Peter Flynn
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- jeremi
Hi Jeremi, I'm glad people are working on the issue! I'd like to try this alternative editor, but how do I do that? Do I have to recompile the sources? Or is there a way to point my existing installation at the other editor? And how different is this editor from the standard one? Thanks, - Peter -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of jeremi joslin Sent: Monday, December 11, 2006 3:52 PM To: [email protected] Subject: Re: [xwiki-users] WYSIWYG editor often eats paragraph breaks Hi, Nam is working on fixing this bugs. There is another version of the wysiwig editor named tiny_mce_2 and wiki_editor_2 in http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/xwiki/xwiki/trunk/web /standard/src/main/webapp/ does it solve your problems? jeremi On 12/12/06, Peter Flynn <[email protected]> wrote:
I am using the new WYSIWYG editor that will be in 1.0 beta. When I
add a
new paragraph using the WYSIWYG editor and then save the page, the paragraph has often been merged into the preceding paragraph. For example, if I have the text:
abc
def
ghi
I place the cursor after "def" and hit enter (I've even tried hitting enter twice to create an extra blank line). Then I type "xyz." In the editor, this looks as expected:
abc
def
xyz
ghi
But then when I hit Save, I see the resulting page as:
abc
defxyz
ghi
If I go back into the editor and try to correct the problem, it still happens when I save again. Has anyone else experienced this? Any luck working around it if so?
Thanks,
- Peter Flynn
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- jeremi
Hi, search for the file editwysiwyg.vm and replace ${request.contextPath}/tiny_mce/tiny_mce.js by ${request.contextPath}/tiny_mce_2/tiny_mce.js and do the same for ${request.contextPath}/wiki_editor/wiki_editor.js by ${request.contextPath}/wiki_editor_2/wiki_editor.js jeremi On 12/12/06, Peter Flynn <[email protected]> wrote:
Hi Jeremi,
I'm glad people are working on the issue!
I'd like to try this alternative editor, but how do I do that? Do I have to recompile the sources? Or is there a way to point my existing installation at the other editor? And how different is this editor from the standard one?
Thanks,
- Peter
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of jeremi joslin Sent: Monday, December 11, 2006 3:52 PM To: [email protected] Subject: Re: [xwiki-users] WYSIWYG editor often eats paragraph breaks
Hi, Nam is working on fixing this bugs. There is another version of the wysiwig editor named tiny_mce_2 and wiki_editor_2 in http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/xwiki/xwiki/trunk/web /standard/src/main/webapp/
does it solve your problems?
jeremi
On 12/12/06, Peter Flynn <[email protected]> wrote:
I am using the new WYSIWYG editor that will be in 1.0 beta. When I
add a
new paragraph using the WYSIWYG editor and then save the page, the paragraph has often been merged into the preceding paragraph. For example, if I have the text:
abc
def
ghi
I place the cursor after "def" and hit enter (I've even tried hitting enter twice to create an extra blank line). Then I type "xyz." In the editor, this looks as expected:
abc
def
xyz
ghi
But then when I hit Save, I see the resulting page as:
abc
defxyz
ghi
If I go back into the editor and try to correct the problem, it still happens when I save again. Has anyone else experienced this? Any luck working around it if so?
Thanks,
- Peter Flynn
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- jeremi
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- jeremi
Great, I will definitely try this. Is there a list of the major changes between the two versions? Are there any known issues that I should look out for? - Peter -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of jeremi joslin Sent: Tuesday, December 12, 2006 4:20 AM To: [email protected] Subject: Re: [xwiki-users] WYSIWYG editor often eats paragraph breaks Hi, search for the file editwysiwyg.vm and replace ${request.contextPath}/tiny_mce/tiny_mce.js by ${request.contextPath}/tiny_mce_2/tiny_mce.js and do the same for ${request.contextPath}/wiki_editor/wiki_editor.js by ${request.contextPath}/wiki_editor_2/wiki_editor.js jeremi On 12/12/06, Peter Flynn <[email protected]> wrote:
Hi Jeremi,
I'm glad people are working on the issue!
I'd like to try this alternative editor, but how do I do that? Do I have to recompile the sources? Or is there a way to point my existing installation at the other editor? And how different is this editor from the standard one?
Thanks,
- Peter
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of jeremi joslin Sent: Monday, December 11, 2006 3:52 PM To: [email protected] Subject: Re: [xwiki-users] WYSIWYG editor often eats paragraph breaks
Hi, Nam is working on fixing this bugs. There is another version of the wysiwig editor named tiny_mce_2 and wiki_editor_2 in
http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/xwiki/xwiki/trunk/web
/standard/src/main/webapp/
does it solve your problems?
jeremi
On 12/12/06, Peter Flynn <[email protected]> wrote:
I am using the new WYSIWYG editor that will be in 1.0 beta. When I
add a
new paragraph using the WYSIWYG editor and then save the page, the paragraph has often been merged into the preceding paragraph. For example, if I have the text:
abc
def
ghi
I place the cursor after "def" and hit enter (I've even tried hitting enter twice to create an extra blank line). Then I type "xyz." In the editor, this looks as expected:
abc
def
xyz
ghi
But then when I hit Save, I see the resulting page as:
abc
defxyz
ghi
If I go back into the editor and try to correct the problem, it still happens when I save again. Has anyone else experienced this? Any luck working around it if so?
Thanks,
- Peter Flynn
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- jeremi
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- jeremi
Btw, does 1.0B use this new editor by default? - Peter -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of jeremi joslin Sent: Tuesday, December 12, 2006 4:20 AM To: [email protected] Subject: Re: [xwiki-users] WYSIWYG editor often eats paragraph breaks Hi, search for the file editwysiwyg.vm and replace ${request.contextPath}/tiny_mce/tiny_mce.js by ${request.contextPath}/tiny_mce_2/tiny_mce.js and do the same for ${request.contextPath}/wiki_editor/wiki_editor.js by ${request.contextPath}/wiki_editor_2/wiki_editor.js jeremi On 12/12/06, Peter Flynn <[email protected]> wrote:
Hi Jeremi,
I'm glad people are working on the issue!
I'd like to try this alternative editor, but how do I do that? Do I have to recompile the sources? Or is there a way to point my existing installation at the other editor? And how different is this editor from the standard one?
Thanks,
- Peter
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of jeremi joslin Sent: Monday, December 11, 2006 3:52 PM To: [email protected] Subject: Re: [xwiki-users] WYSIWYG editor often eats paragraph breaks
Hi, Nam is working on fixing this bugs. There is another version of the wysiwig editor named tiny_mce_2 and wiki_editor_2 in
http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/xwiki/xwiki/trunk/web
/standard/src/main/webapp/
does it solve your problems?
jeremi
On 12/12/06, Peter Flynn <[email protected]> wrote:
I am using the new WYSIWYG editor that will be in 1.0 beta. When I
add a
new paragraph using the WYSIWYG editor and then save the page, the paragraph has often been merged into the preceding paragraph. For example, if I have the text:
abc
def
ghi
I place the cursor after "def" and hit enter (I've even tried hitting enter twice to create an extra blank line). Then I type "xyz." In the editor, this looks as expected:
abc
def
xyz
ghi
But then when I hit Save, I see the resulting page as:
abc
defxyz
ghi
If I go back into the editor and try to correct the problem, it still happens when I save again. Has anyone else experienced this? Any luck working around it if so?
Thanks,
- Peter Flynn
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- jeremi
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- jeremi
Hi Peter, Yes the new WYSIWYG editor is set by default for 1.0 beta1, in the xwiki10b1 skin (which is the default skin in 1.0 beta 1). If you're migrating from an existing install and you're keeping your database, you'll need to change your skin to xwiki10b1 (see the releases notes http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotes for more info). Thanks -Vincent
-----Original Message----- From: Peter Flynn [mailto:[email protected]] Sent: lundi 18 décembre 2006 22:45 To: [email protected] Subject: RE: [xwiki-users] WYSIWYG editor often eats paragraph breaks
Btw, does 1.0B use this new editor by default? - Peter
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of jeremi joslin Sent: Tuesday, December 12, 2006 4:20 AM To: [email protected] Subject: Re: [xwiki-users] WYSIWYG editor often eats paragraph breaks
Hi, search for the file editwysiwyg.vm and replace ${request.contextPath}/tiny_mce/tiny_mce.js by ${request.contextPath}/tiny_mce_2/tiny_mce.js
and do the same for ${request.contextPath}/wiki_editor/wiki_editor.js by ${request.contextPath}/wiki_editor_2/wiki_editor.js
jeremi
On 12/12/06, Peter Flynn <[email protected]> wrote:
Hi Jeremi,
I'm glad people are working on the issue!
I'd like to try this alternative editor, but how do I do that? Do I have to recompile the sources? Or is there a way to point my existing installation at the other editor? And how different is this editor from the standard one?
Thanks,
- Peter
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of jeremi joslin Sent: Monday, December 11, 2006 3:52 PM To: [email protected] Subject: Re: [xwiki-users] WYSIWYG editor often eats paragraph breaks
Hi, Nam is working on fixing this bugs. There is another version of the wysiwig editor named tiny_mce_2 and wiki_editor_2 in
http://svn.forge.objectweb.org/cgi- bin/viewcvs.cgi/xwiki/xwiki/trunk/web
/standard/src/main/webapp/
does it solve your problems?
jeremi
On 12/12/06, Peter Flynn <[email protected]> wrote:
I am using the new WYSIWYG editor that will be in 1.0 beta. When I
add a
new paragraph using the WYSIWYG editor and then save the page, the paragraph has often been merged into the preceding paragraph. For example, if I have the text:
abc
def
ghi
I place the cursor after "def" and hit enter (I've even tried hitting enter twice to create an extra blank line). Then I type "xyz." In the editor, this looks as expected:
abc
def
xyz
ghi
But then when I hit Save, I see the resulting page as:
abc
defxyz
ghi
If I go back into the editor and try to correct the problem, it still happens when I save again. Has anyone else experienced this? Any luck working around it if so?
Thanks,
- Peter Flynn
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- jeremi
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- jeremi
___________________________________________________________________________ Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire. http://fr.mail.yahoo.com
participants (3)
-
jeremi joslin -
Peter Flynn -
Vincent Massol