Closed
Bug 17071
Opened 25 years ago
Closed 25 years ago
insert source dialog fixes
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
CLOSED
FIXED
M11
People
(Reporter: Brade, Assigned: cmanske)
Details
OK, here's another easy one:
in the insert source dialog, the label is missing; we need to use it:
&sourceEditField.label;
Also, the label should be: for="srcInput" so clicking it would activate/focus in
textarea.
Lastly, the dtd file has "example.label", we should be using that in the xul
file. Did we ever find out about using entities within entities? (to add the
html tags around it)
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M11
Assignee | ||
Comment 1•25 years ago
|
||
Fix is ready. And yes, we can use entities inside entity strings. Yippy!
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•25 years ago
|
||
Checked in 10/26
how do I verify this one?? sounds like code level verification to me..
Kathy please?
Assignee | ||
Updated•25 years ago
|
Status: VERIFIED → CLOSED
Assignee | ||
Comment 4•25 years ago
|
||
Verify by looking at the dialog.
You see the text "Enter HTML tags and text" above the edit area and
the "Example..." text below. The example shows "<" and ">" characters, which
proves that the "entities within entities" works.
I'll just mark this as closed.
You need to log in
before you can comment on or make changes to this bug.
Description
•