Closed
Bug 3179
Opened 26 years ago
Closed 7 years ago
February 8th Nightly Build unable to access Netscape Webmail
Categories
(Core :: JavaScript Engine, defect, P2)
Tracking
()
RESOLVED
FIXED
People
(Reporter: shukris, Assigned: paulmac)
References
()
Details
After user name and password is entered and the 'Submit' button is clicked,
it gives the error:
"Browser Window Alert: Sorry, the user name must have at least three chracters.
My user name has 7 characters
Assignee | ||
Updated•26 years ago
|
Assignee: blythe → paulmac
Component: Windows FE → JavaScript
Product: MozillaClassic → Browser
QA Contact: 3819
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 1•26 years ago
|
||
this seems to work now
Javacsript component begin retired. Moving this bug to Javascript Engine.
Comment 3•7 years ago
|
||
Commit pushed to master at https://github.com/mozilla/kitsune
https://github.com/mozilla/kitsune/commit/c6f978504f53be862d447409f1492844d5926630
[fix issue #3179] Switch product icons from sprite to real product icon.
Kitsune Products featured code to auto-generate a sprite with all product icons
on every product save. This code broken when we switched to the AWS S3 backed
user media backend.
Instead of fixing this code, we opted for removing the sprite functionality
altogether because:
- it was not used in all places (i.e. questions used a different manually
created sprite)
- it raised serious concerns on how we can atomically update the auto
generated sprite on S3 while avoiding errors.
- The whole implementation was a hack which saved files without using
default_storage engine.
Now product images are directly used on desktop and mobile and as a bonus the
same images -which can be managed through the admin interface- are used in both
product listing and AAQ.
Partially fixes bug 1196475 too.
Updated•7 years ago
|
Status: VERIFIED → RESOLVED
Closed: 26 years ago → 7 years ago
You need to log in
before you can comment on or make changes to this bug.
Description
•