Closed
Bug 180257
Opened 22 years ago
Closed 21 years ago
incorrect padding around words on "cancel email address change" page
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: 6tsh7a001, Assigned: timeless)
Details
Attachments
(2 files)
75.31 KB,
image/jpeg
|
Details | |
1.31 KB,
patch
|
justdave
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows 2002 Government Server Edition; en-US) Gecko/2002110808
Build Identifier: Mozilla/5.0 (Windows 2002 Government Server Edition; en-US) Gecko/2002110808
There is a padding error on the "cancel the email address change" page. The
page says:
"The request to change the email address for the6tsh7a001@sneakemail.com account
tobob@hotmail.com has been cancelled."
Reproducible: Always
Steps to Reproduce:
1. Goto prefs
2. Change your email address
3. When the request arrives, hit click the cancel link
4. You'll be brought to a page where it says the request was cancelled. There
is a padding error (there should be a space and there is none) where there is no
space between the last word before the email address. This occurs before both
email addresses.
The code for this page has changed a little since I reported this bug, but
there is still no space between "The request to change your email address to"
and the email address. There is now a space after the email address and before
the next word. Horay!
Updated•22 years ago
|
Target Milestone: --- → Bugzilla 2.18
Comment 2•22 years ago
|
||
This is probably in a template somewhere (and if it isn't, it should be), so...
->UI.
Assignee: preed → myk
Component: Email Notifications → User Interface
Comment 3•22 years ago
|
||
The User Interface component now belongs to Gerv. Reassigning all UNCONFIRMED
and NEW (but not ASSIGNED) bugs currently owned by Myk (the previous component
owner) to Gerv.
Assignee: myk → gerv
Comment 4•22 years ago
|
||
Reassigning back to Myk. That stuff about Gerv taking over the User Interface
component turned out to be short-lived. Please pardon our confusion, and I'm
very sorry about the spam.
Assignee: gerv → myk
Comment 5•21 years ago
|
||
The string is located in the /template/en/default/global/messages.html.tmpl file.
Attachment #131287 -
Flags: review?(justdave)
Updated•21 years ago
|
Attachment #131287 -
Flags: review?(justdave) → review+
Updated•21 years ago
|
Flags: approval? → approval+
checked in
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•