Closed
Bug 47701
Opened 25 years ago
Closed 25 years ago
UI: Advanced Edit dialog cleanup
Categories
(Core :: DOM: Editor, defect, P4)
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: sfraser_bugs, Assigned: cmanske)
Details
(Whiteboard: [nsbeta3+][p:4][PDT Check])
Tree headers need background color or divider, to separate them from table
contents
No way to delete an item from the tree; delete key does not work. Add Delete
button.
Label fix: "Add _an_ HTML..."
Comment 1•25 years ago
|
||
setting to nsbeta3+, result of the UI review
Keywords: correctness,
nsbeta3
Priority: P3 → P4
Whiteboard: [nsbeta3+][p:4]
Target Milestone: --- → M18
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
beppe, it seem that not everything in this bug needs to be done. Can you split
into individual tasks? Or a least outline minimal felt needed for PR3/RTM?
Thanks!
Whiteboard: [nsbeta3+][p:4] → [nsbeta3+][p:4][PDT 9/1]
Assignee | ||
Comment 3•25 years ago
|
||
NO. It will all be done.
Leave my bugs alone, damn it.
Assignee | ||
Comment 5•25 years ago
|
||
All requested work is checked in, but there is one small problem I need to
resolve with XPFE group.
Behavior notes:
When you click on an existing attribute in the "Name" column, the name should
be highlighted in a light gray or color, and the current "value" should be
selected. If you click in the value column, focus should be placed in the
editbox, but an existing value should not be selected. The name to the left
of the value should show the selection highlighting -- that is the behavior
that is not working right now.
In previous version, you were able to select more than one item; now you can
select just one at a time. You were also able to right click (or Cmd+click
on Mac) for a popup menu which had "Remove Attribute" and "Add Attribute"
items, but that was judged to be not very discoverable. To add a new item,
simply use the editboxes below the list. To remove, use the new "Remove
Attribute" button:
When a row is selected, clicking on the "Remove Attribute" button should delete
that item, and selection should shift to another item in the same row, or up
one row if you removed the last item in the list. Thus you can just click
on the button repeatedly to easily remove multiple items.
Assignee | ||
Comment 6•25 years ago
|
||
checked in 9/15
Problem with keeping focus when clicking on name still exist -- will file new
bug on that.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•