When you want to add a new issue, first make sure it's not already posted in some form by using the search facility!
If you have any issues, press 'Create New' and enter a short, descriptive title, the priority (an indication of how urgent the problem is), set the status to unread, make sure you add some names to the nosy field (everyone in this list will get an email for each post on the issue, if you don't enter any names here it may take a long time before anyone notices your issue), guido_w is generally a good one to add, and add a note in the 'Change Note' field. Superseder should only be set when an issue is superseded by a new one (so it's never set on a new issue), assigned to will generally be set by the person who decides to tackle the problem, and topics is a field you *may* want to fill to categorize the issue, when unsure leave it empty.

 

Issue297 Editing

TitleOrdered List Format Bug
Prioritybug Statuschatting
Superseder Nosy Listnateaune, guido_w, duncan
Assigned To Topics

Created on 2006-07-27.18:07:15 by nateaune, last changed 2006-07-31.16:26:59.

Messages
msg863 Author: nateaune Date: 2006-07-31.16:26:59 remove
I forgot to mention that this bug is occurring in Plone 2.5.
msg862 Author: nateaune Date: 2006-07-27.18:07:15 remove
When using Kupu, if you format text as an ordered list
(123), it is displayed as a bullet list. The ordered list
does not appear until you 'Save' the document.

This appears to be a new bug in Kupu since Plone 2.1 does
not seem to happen there. Because authors will get tripped
up on this, I'd like to see if there is a patch or fix
available.

Steps to reproduce:

   1. Create a page and use KUPU
   2. Enter two lines of text: "Test 1" on the first line,
"Test 2" on the second.
   3. Highlight the text and click the ordered list style
button (1/2/3)
   4. Text is displayed as: -Test1 -Test2 instead of 1 Test1
2 Test2
   5. Save the file. The ordered list is now displayed
correctly.
History
Date User Action Args
2006-07-31 16:27:00nateaunesetstatus: unread
nosy: + guido_w, duncan
messages: + msg863
2006-07-27 18:07:15nateaunecreate