Closed
Bug 14753
Opened 23 years ago
Closed 22 years ago
Definition list, description, and term don't work
Categories
(Core :: DOM: Editor, defect, P1)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M16
People
(Reporter: sujay, Assigned: mozeditor)
Details
(Whiteboard: (fix in hand) [nsbeta2+])
using 9/23 build of apprunner 1) launch apprunner and editor 2) highlight some text 3) pull down from attribute menu description term or definition description nothing happens...no changes are made....still is normal text... all platform
bug or unimplemented feature? we could go to beta without these. but if it's a trivial fix, please consider it for M12.
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•23 years ago
|
||
unimplemented feature. i'm not sure how def lists are supposed to work, so i don't know how hard it is to do this.
Comment 3•23 years ago
|
||
Just a hint: They are a pain, much like OL or UL. When user changes a block to DT or DD via the Paragraph Properties, you must look for existing list container and change it to a DL, then be sure all children are DT or DD. If there isn't one, you must insert a DL. Similarly when the list type is changed to DL. I think the basic rule is only DD and DT are supposed to be children of DL.
Assignee | ||
Comment 4•23 years ago
|
||
ok, this is pretty much in line with what I thought was entailed. I don't know how I'm supposed to convert children to DD or DT. I also was unaware that we were going to have any ui that would allow changing a OL or UL to a DL. Is that really the case?
Assignee | ||
Updated•23 years ago
|
Target Milestone: M15 → M16
Assignee | ||
Comment 5•23 years ago
|
||
m16
Comment 6•23 years ago
|
||
Sorry, but we must support all HTML 4.0, not just what's on our toolbar! Changing to/from LI to DT or DL should be similar to changing from OL to UL: we have to move children to/from LI nodes. Likewise, we will have to move to/from DL and DT nodes. I'm writing a spec right now! We have a similar "hole" with the Remove all styles logic as well (we don't consider anything but B,I, and U.
Summary: defn description and term don't work → Definition list, description, and term don't work
Assignee | ||
Comment 7•23 years ago
|
||
it's great that you are working on a spec! I dont understand the rest of your comment, though. No one has marked this invalid or wontfix. Kathy asked me to move some stuff to m16, if the milestone is what you are referring to.
Comment 8•23 years ago
|
||
lowering to P4; if necessary, we can push this off after beta2 (imo; based on the rest of Joe's bug list)
Priority: P3 → P4
Comment 9•22 years ago
|
||
updating keyword and status whiteboard to reflect that this is a beta 2 feature work bug that the Composer team deems a must fix for beta 2.
Comment 10•22 years ago
|
||
[nsbeta2+ until 5/16]
Whiteboard: Composer feature work → [nsbeta2+ until 5/16] Composer feature work
Comment 11•22 years ago
|
||
removing self from cc-list. editor folks have this well in control without my interference!
Assignee | ||
Comment 12•22 years ago
|
||
i have fix in hand for this
Whiteboard: [nsbeta2+ until 5/16] Composer feature work → (fix in hand) [nsbeta2+ until 5/16] Composer feature work
Comment 13•22 years ago
|
||
update whiteboard
Whiteboard: (fix in hand) [nsbeta2+ until 5/16] Composer feature work → (fix in hand) [nsbeta2+]
Assignee | ||
Comment 14•22 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 16•14 years ago
|
||
To tylko test
You need to log in
before you can comment on or make changes to this bug.
Description
•