Closed
Bug 747412
Opened 13 years ago
Closed 13 years ago
Installing Favimon does not show the right parenthesis on the desktop shortcut or start menu
Categories
(Firefox Graveyard :: Web Apps, defect)
Firefox Graveyard
Web Apps
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 15
People
(Reporter: jsmith, Assigned: Mardak)
References
Details
(Whiteboard: [marketplace-beta=])
Attachments
(2 files)
864.67 KB,
image/png
|
Details | |
1.12 KB,
patch
|
Felipe
:
review+
|
Details | Diff | Splinter Review |
Steps:
1. Go to https://apps.mozillalabs.com/appdir/
2. Install Favimon
Expected:
The application should be installed natively. The desktop shortcut and the item in the start menu should be Favimon (beta).
Actual:
The application is installed natively. However, the desktop shortcut and the item in the start menu is listed as Favimon (beta.
Reporter | ||
Comment 1•13 years ago
|
||
Reporter | ||
Updated•13 years ago
|
Whiteboard: [marketplace-beta-]
Reporter | ||
Updated•13 years ago
|
Whiteboard: [marketplace-beta-] → [marketplace-beta=]
Assignee | ||
Comment 4•13 years ago
|
||
The trailing ) is removed by WebappsInstaller.jsm's stripStringForFilename:
let stripBackRE = new RegExp("\\W*$","gi");
Assignee | ||
Comment 5•13 years ago
|
||
felipe, any particular reason trailing characters need to be stripped? Stripping from the beginning makes more sense if the first character must be alphanumeric, but usually there's no requirement for non-first characters.. ?
Assignee | ||
Comment 6•13 years ago
|
||
This also affects os x in /Applications and Launcher.
OS: Windows 7 → All
Hardware: x86_64 → All
Comment 7•13 years ago
|
||
Nope, the original idea was to strip blank/invisible characters, but this ended up to be too aggressive
Assignee | ||
Comment 8•13 years ago
|
||
So probably just change it to stripping \s ?
Assignee | ||
Comment 9•13 years ago
|
||
Updated•13 years ago
|
Attachment #618859 -
Flags: review?(felipc) → review+
Reporter | ||
Comment 10•13 years ago
|
||
(In reply to Edward Lee :Mardak from comment #9)
> Created attachment 618859 [details] [diff] [review]
> v1
FYI - Looking at the patch comment:
//strip everything from the front up to the first [0-9a-zA-Z]
This isn't localized to languages outside of the united states. This explains why bug 733482 might be happening. This needs to be localized, along with other regex expressions used for manifest parsing.
Assignee | ||
Comment 11•13 years ago
|
||
Comment 12•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 15
Reporter | ||
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Updated•13 years ago
|
Flags: in-moztrap?(jsmith)
Reporter | ||
Updated•12 years ago
|
QA Contact: jsmith
Reporter | ||
Updated•12 years ago
|
Flags: in-moztrap?(jsmith) → in-moztrap-
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•