Closed Bug 39646 Opened 24 years ago Closed 24 years ago

insertion of anchor should do the right thing when typing

Categories

(Core :: DOM: Editor, defect, P3)

defect

Tracking

()

VERIFIED DUPLICATE of bug 47687

People

(Reporter: Brade, Assigned: cmanske)

Details

(Whiteboard: [nsbeta3+])

When I am typing an anchor in the edit field, I am permitted to type spaces but 
then they are automatically converted.  I think we should either not allow spaces 
to be typed or we should change the space to an underscore.  Of course we may 
need to be careful with ime stuff here.
You mean convert a space to "_" as they are typing? Why don't you like the 
conversion after you finish?
Yes, I mean as a person types.  I don't like the conversion after I'm done 
because it is hidden from the user (they don't know what character the space was 
converted to).
I guess we can do something like we do in "ForceInteger()" to replace as they
type.
Status: NEW → ASSIGNED
Target Milestone: --- → M17
Target Milestone: M17 → M19
Simple fix -- replace "bad" characters such as spaces to "_" as user types and
remove the "(Spaces are not allowed)" string in the dialog.
Keywords: nsbeta3
setting to nsbeta3+
Charley, can you please add the level of priority -- thanks
Keywords: correctness
Whiteboard: [nsbeta3+]
Target Milestone: M19 → M18
Named anchor issues are now tracked in bug 47687

*** This bug has been marked as a duplicate of 47687 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
verified in 8/9 build.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.