Open
Bug 120006
Opened 24 years ago
Updated 5 years ago
List in table: first element has leading space
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
NEW
Future
People
(Reporter: selmer, Unassigned)
Details
1/14 03 trunk build
create a document with a table in it
goto a cell and add a list to it
type into the first list element
notice that there is a leading space
add a second list element
notice that there is *no* leading space
move outside the table and create a list
type into the first element
notice that there is *no* leading space
Updated•24 years ago
|
Target Milestone: --- → mozilla1.0.1
Comment 2•21 years ago
|
||
I just found this bug. I have put an example at:
http://www.fred.net/tds/mozilla/table.list.bug.html
it occurs in Mac OSX. The bug I found is several levels deeper.
Instead of
* first
* second
* third
* one
* two
* 1
* 2
I get
* first
* second
* third
* one
* two
*
1
* 2
but ONLY if it is inside a table!
Updated•19 years ago
|
QA Contact: sujay → editor
Updated•19 years ago
|
Assignee: kinmoz → nobody
Comment 3•5 years ago
|
||
Bulk-downgrade of unassigned, >=5 years untouched DOM/Storage bugs' priority.
If you have reason to believe this is wrong (especially for the severity), please write a comment and ni :jstutte.
Severity: normal → S4
Priority: P3 → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•