Closed
Bug 1213229
Opened 9 years ago
Closed 9 years ago
Get rid of the tag case mismatch message
Categories
(developer.mozilla.org Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: teoli, Assigned: robhudson)
References
Details
(Keywords: in-triage, Whiteboard: [specification][type:change])
Attachments
(1 file)
44.39 KB,
image/png
|
Details |
What feature should be changed? Please provide the URL of the feature if possible.
==================================================================================
When an editor try to use a tag with the wrong case, an error message is displayed.
Proposal: get rid of the message altogether, switch the misspelled tag with the correct one, without notifying the user.
What problems would this solve?
===============================
There are a few problems that this will solve:
1. The editor has no real choice: she has to use the correct case (or not use the tag)
2. The message is far from the place where tags are listed.
3. The tags list is empty, so the user has to do it again
4. The message is not very obvious to see. (It took me time to notice it and understand
Who would use this?
===================
Editors
What would users see?
=====================
Nothing, the tags are silently change to the correct case.
What would users do? What would happen as a result?
===================================================
No action required from them instead of a cryptic one.
Is there anything else we should know?
======================================
Reporter | ||
Comment 1•9 years ago
|
||
The error message to get rid of.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → robhudson
Comment 2•9 years ago
|
||
FWIW, this would get rid of the ability to detect cases in which the wrong casing was used for a *new* tag and subsequently tries to correct it in the editing workflow would not work. I think that's fine as long as we have a way to fix tags via other means (e.g. the Django admin).
Reporter | ||
Comment 3•9 years ago
|
||
I think it is fine. When is a new tag created? When we save the page or when we click "enter" to start entering the next tag? (I think it is the former).
Comment 4•9 years ago
|
||
Yeah, once the page is saved.
Comment 5•9 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/f5f78de117eee909c8ba8db532b7a7c1a92300e0
Fix bug 1213229 - Remove duplicate tag warning
https://github.com/mozilla/kuma/commit/13702c3fdf310e086c576054d85aec6afcd69e8c
Merge pull request #3569 from robhudson/1213229-remove-tag-error
Fix bug 1213229 - Remove duplicate tag warning
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•