Open
Bug 1371559
Opened 8 years ago
Updated 2 years ago
Remove restriction to "a"-"z","A"-"Z","0"-"9", "_", ":", "-", "." and characters > 0x80 for named anchor
Categories
(MailNews Core :: Composition, enhancement)
Tracking
(Not tracked)
NEW
People
(Reporter: jorgk-bmo, Unassigned)
References
Details
+++ This bug was initially created as a clone of Bug #1371010 +++
This code
https://dxr.mozilla.org/comm-central/rev/a19e0ffd4bd52f658d332e8d249e1bbec2d03e68/editor/ui/composer/content/editorUtilities.js#141
was introduced in attachment 34620 [details] [diff] [review] in bug 74137 and is needlessly restricting what a named anchor can contain.
For example, it cannot contain a space encoded as %20.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•