Re: WYSIWYG editor problem (2nd call)
Sorry to repost this question. But I am curious if anyone of you has also experienced the same problem: i.e. if you mix numbered bullet points and regular bullet points, you will lose the numbering and the layout changes quite a bit. The following wiki syntax will produce some unexpected results. *Agenda* # Overview of the ORIS Workplace ** Document checkin/checkout/versions ** Viewing tasks # Resources for help documents{style} ** DIS Workplace->SOP & Policy -> Help ** Portal Info Center ** Discussion Forum in DIS Workplace # DIS Mandatory Training Demo # Excercises I remember seeing posting regarding similar editor (wiki and wysiwyg editor) issues before but haven't seen a definite answer yet. Thank you in advance. -Jimmy
Hi, Folks,
We have problems to use bullet points in the WYSIWYG editor (in both beta 4 and beta 5 version). If we mix order bullets (1,2,3,...) with unordered bullets (*...), the
WYSIWYG editor shows one layout, wiki editor shows another the View screen shows a 3rd different layout
I experienced similar problem in previous versions of xwki (e.g. 0.984 etc). A sample page is at: http://sandbox.xwiki.org/xwiki/bin/view/Main/ORIS+KM
Please let me know if this is a known bug and I really have to get this problem solved before promoting xwiki in my organization.
Thanks
-Jimmy
Hi, Right I've reproduce the weird behavior you are experiencing.. This would need some bug created on http://jira.xwiki.org Now one interesting question would be what the correct behavior should be (except being consistent between wysiwyg, wiki and rendering): Should this code render: 1 Overview of the ORIS Workplace * Document checkin/checkout/versions * Viewing tasks 1 Resources for help documents{style} * DIS Workplace->SOP & Policy -> Help * Portal Info Center * Discussion Forum in DIS Workplace 1 DIS Mandatory Training Demo 2 Excercises or 1 Overview of the ORIS Workplace * Document checkin/checkout/versions * Viewing tasks 2 Resources for help documents{style} * DIS Workplace->SOP & Policy -> Help * Portal Info Center * Discussion Forum in DIS Workplace 3 DIS Mandatory Training Demo 4 Excercises Also Currently ## is not allowed since it is a velocity comment.. so embedded numbering doesn't work Ludovic [email protected] a écrit :
Sorry to repost this question. But I am curious if anyone of you has also experienced the same problem: i.e. if you mix numbered bullet points and regular bullet points, you will lose the numbering and the layout changes quite a bit. The following wiki syntax will produce some unexpected results.
*Agenda*
# Overview of the ORIS Workplace ** Document checkin/checkout/versions ** Viewing tasks # Resources for help documents{style} ** DIS Workplace->SOP & Policy -> Help ** Portal Info Center ** Discussion Forum in DIS Workplace # DIS Mandatory Training Demo # Excercises
I remember seeing posting regarding similar editor (wiki and wysiwyg editor) issues before but haven't seen a definite answer yet.
Thank you in advance.
-Jimmy
Hi, Folks,
We have problems to use bullet points in the WYSIWYG editor (in both beta 4 and beta 5 version). If we mix order bullets (1,2,3,...) with unordered bullets (*...), the
WYSIWYG editor shows one layout, wiki editor shows another the View screen shows a 3rd different layout
I experienced similar problem in previous versions of xwki (e.g. 0.984 etc). A sample page is at: http://sandbox.xwiki.org/xwiki/bin/view/Main/ORIS+KM
Please let me know if this is a known bug and I really have to get this problem solved before promoting xwiki in my organization.
Thanks
-Jimmy
------------------------------------------------------------------------
-- 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
-- Ludovic Dubost Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost AIM: nvludo Yahoo: ludovic
The generated code is wrong. It should be like this: # Overview of the ORIS Workplace #* Document checkin/checkout/versions #* Viewing tasks # Resources for help documents{style} #* DIS Workplace->SOP & Policy -> Help #* Portal Info Center #* Discussion Forum in DIS Workplace # DIS Mandatory Training Demo # Excercises Indeed, '##' is not supported, but there's '11.' which is supported. So we should use '1.' instead of '#' for numbered lists: 1. Overview of the ORIS Workplace 1*. Document checkin/checkout/versions 1*. Viewing tasks 1. Resources for help documents{style} 1*. DIS Workplace->SOP & Policy -> Help 1*. Portal Info Center 1*. Discussion Forum in DIS Workplace 1. DIS Mandatory Training Demo 1. Excercises This should work just fine. Maybe the new editor should work like this. Sergiu On 3/16/07, Ludovic Dubost <[email protected]> wrote:
Hi,
Right I've reproduce the weird behavior you are experiencing.. This would need some bug created on http://jira.xwiki.org
Now one interesting question would be what the correct behavior should be (except being consistent between wysiwyg, wiki and rendering):
Should this code render:
1 Overview of the ORIS Workplace * Document checkin/checkout/versions * Viewing tasks 1 Resources for help documents{style} * DIS Workplace->SOP & Policy -> Help * Portal Info Center * Discussion Forum in DIS Workplace 1 DIS Mandatory Training Demo 2 Excercises
or
1 Overview of the ORIS Workplace * Document checkin/checkout/versions * Viewing tasks 2 Resources for help documents{style} * DIS Workplace->SOP & Policy -> Help * Portal Info Center * Discussion Forum in DIS Workplace 3 DIS Mandatory Training Demo 4 Excercises
Also Currently ## is not allowed since it is a velocity comment.. so embedded numbering doesn't work
Ludovic
[email protected] a écrit :
Sorry to repost this question. But I am curious if anyone of you has also experienced the same problem: i.e. if you mix numbered bullet points and regular bullet points, you will lose the numbering and the layout changes quite a bit. The following wiki syntax will produce some unexpected results.
*Agenda*
# Overview of the ORIS Workplace ** Document checkin/checkout/versions ** Viewing tasks # Resources for help documents{style} ** DIS Workplace->SOP & Policy -> Help ** Portal Info Center ** Discussion Forum in DIS Workplace # DIS Mandatory Training Demo # Excercises
I remember seeing posting regarding similar editor (wiki and wysiwyg editor) issues before but haven't seen a definite answer yet.
Thank you in advance.
-Jimmy
Hi, Folks,
We have problems to use bullet points in the WYSIWYG editor (in both beta 4 and beta 5 version). If we mix order bullets (1,2,3,...) with unordered bullets (*...), the
WYSIWYG editor shows one layout, wiki editor shows another the View screen shows a 3rd different layout
I experienced similar problem in previous versions of xwki (e.g. 0.984 etc). A sample page is at: http://sandbox.xwiki.org/xwiki/bin/view/Main/ORIS+KM
Please let me know if this is a known bug and I really have to get this problem solved before promoting xwiki in my organization.
Thanks
-Jimmy
------------------------------------------------------------------------
-- 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
-- Ludovic Dubost Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost AIM: nvludo Yahoo: ludovic
-- You receive this message as a subscriber of the [email protected] 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
participants (3)
-
jimmy@comkraft.com -
Ludovic Dubost -
Sergiu Dumitriu