Closed
Bug 88930
Opened 24 years ago
Closed 24 years ago
Advanced Edit: All elements with border, hspace, and vspace attributes should only accept numeric values
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
mozilla0.9.4
People
(Reporter: rubydoo123, Assigned: cmanske)
References
Details
(Whiteboard: [dialog])
the IMG element border attribute should only allow numeric values
| Reporter | ||
Comment 1•24 years ago
|
||
bae
Assignee: beppe → cmanske
Keywords: correctness
Priority: -- → P3
Whiteboard: [dialog]
Target Milestone: --- → mozilla1.0
| Reporter | ||
Comment 2•24 years ago
|
||
the vspace and hspace attributes have the same issue
Summary: Advanced Edit: IMG element border attribute should only accept numeric values → Advanced Edit: IMG element border, hspace and vspace attributes should only accept numeric values
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: mozilla1.0 → mozilla0.9.4
| Assignee | ||
Comment 3•24 years ago
|
||
Changing summary to include all elements that use "vspace" and "hspace".
All should be numeric-only.
Summary: Advanced Edit: IMG element border, hspace and vspace attributes should only accept numeric values → Advanced Edit: All elements with hspace and vspace attributes should only accept numeric values
| Assignee | ||
Comment 5•24 years ago
|
||
Fix is to add the '#' signal character to do filtering of input for integers:
For the IMG element:
"ismap",
"align",
- "border",
- "hspace",
- "vspace",
+ "#border",
+ "#hspace",
+ "#vspace",
"-",
"_core",
and for the APPLET element:
"align",
- "hspace",
- "vspace",
+ "#hspace",
+ "#vspace",
"-",
and the OBJECT element:
"name",
"#tabindex",
"align",
- "border",
- "hspace",
- "vspace",
+ "#border",
+ "#hspace",
+ "#vspace",
"-",
Keywords: review
Summary: Advanced Edit: All elements with hspace and vspace attributes should only accept numeric values → Advanced Edit: All elements with border, hspace, and vspace attributes should only accept numeric values
Whiteboard: [dialog] → [dialog]FIX IN HAND need r=, sr=
Comment 6•24 years ago
|
||
r=brade
Whiteboard: [dialog]FIX IN HAND need r=, sr= → [dialog]FIX IN HAND need sr=
Whiteboard: [dialog]FIX IN HAND need sr= → [dialog]FIX IN HAND, reviewed
| Assignee | ||
Comment 8•24 years ago
|
||
checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Keywords: review
Resolution: --- → FIXED
Whiteboard: [dialog]FIX IN HAND, reviewed → [dialog]
You need to log in
before you can comment on or make changes to this bug.
Description
•