Opened 14 years ago
Closed 14 years ago
#7039 closed Bug (invalid)
<UL> but no <LI>'s
Reported by: | George Palframan | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.5 |
Keywords: | Cc: |
Description
If I enter an unordered list OR an ordered list I get no <li> items within the list just
<ul> content content content </ul>
so no bullet points and no list.
Am I not doing something I should be or is this a bug?
Change History (4)
comment:1 Changed 14 years ago by
Status: | new → pending |
---|
comment:2 Changed 14 years ago by
Here is what I am doing.....
- type some text then click on the unordered OR ordered list button. This then displays a dot or number and indents the text as expected.
- After return is pressed another list item appears indented with a dot or number.
When I review the saved HTML generated I have a <UL></UL> but no <LI>'s for each item.
I am using firefox.
comment:4 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Sorry this was my mistake!!!! After reviewing my code I have been stripping certain tags through php. Apologies or wasting your time.
If by "enter" you mean "inserting
<ul></ul>
via source view", than yes, this is the expected behaviour. Otherwise, please attach exact way to reproduce this bug and OS/browser info.