Closed Bug 770755 Opened 12 years ago Closed 12 years ago

Throw a warning when app name is too long for Gaia

Categories

(Marketplace Graveyard :: Validation, enhancement, P5)

enhancement

Tracking

(Not tracked)

RESOLVED FIXED
2012-07-05

People

(Reporter: cvan, Assigned: basta)

References

Details

We limit app names to 128 characters on Marketplace. And developers specify long names in their manifests so when users go to install the app and launch it from their B2G phones, the name gets truncated.

If the "name" is longer than 9 characters (I think that's about the max), throw a warning telling them it will be truncated when natively installed.
Summary: Throw a warning when app name is too long → Throw a warning when app name is too long for Gaia
Isn't this fixed? I saw this working on the marketplace prod just now doing a test.
Ah yes. Whoever closed the pull request didn't close the bug.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee: nobody → mattbasta
Target Milestone: --- → 2012-07-05
Updated
The current checks, just look at the name attribute, not at the localized name...

(Meta: Should I look at the app-validator or at the amo-validator repo?)
So this code is just looking at name but not at the localized names.
I wonder if it should iterate through all given in the locales dict and check the names in there too.
Blocks: 870393
I've filed bug 870393 to fix that issue.
You need to log in before you can comment on or make changes to this bug.