Closed Bug 835318 Opened 11 years ago Closed 9 years ago

Error adding skills with non-latin chars.

Categories

(Participation Infrastructure :: Phonebook, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: giorgos, Unassigned)

References

Details

(Whiteboard: [profile][fromAutomation][Triage 2015-04-17])

      No description provided.
Can you add minimal steps to reproduce? This will help QA verify once the patch lands.
To reproduce:

- Go to 'edit my profile'
- Under 'skills' tab
- Type a few skills with non-ascii chars like 'φωτογραφία'
- Skills get removed from the list :/
Has this landed on stage on prod? - the /user/edit#skills form prevents using non-ascii characters in the groups, skills, and language sections.

example:
- tuna␀run
- φωτογραφία
No love for this bug yet, the 'new' flag is up to date.
same is true in staging. Experienced the same when running my tests.
Priority: -- → P4
Whiteboard: [profile]
Fix is likely similar to that for 740990, but replace A-Za-z0-9 in the regexes with \w and add the unicode flag.
Summary: Error adding groups / skills / or languages with non-latin chars. → Error adding skills with non-latin chars.
Whiteboard: [profile] → [profile][fromAutomation]
It happens even with latin characters. Any accentuation is affected, like:
á, é, í, ó, ú, ü <- those are fairly common in spanish
Priority: P4 → --
After program meeting non-latin skills shouldn't be allowed. Closing this in favor of #1155623.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Whiteboard: [profile][fromAutomation] → [profile][fromAutomation][Triage 2015-04-17]
Per comment 9, I think we can safely remove it.
Flags: needinfo?(tasos)
(In reply to Tasos Katsoulas [:tasos] from comment #11)
> Per comment 9, I think we can safely remove it.

Thanks. It was removed in https://github.com/mozilla/mozillians-tests/commit/07015bbaf4ee5c0bef2bcffe9fd762aad6c70db2
You need to log in before you can comment on or make changes to this bug.