Closed
Bug 299473
Opened 20 years ago
Closed 20 years ago
Not possible to enter data in account setting fields
Categories
(Thunderbird :: Mail Window Front End, defect)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mtaeuber, Assigned: sicking)
References
Details
(Keywords: fixed-aviary1.0.5, regression, smoketest, Whiteboard: eta 7/5 need patch)
Attachments
(1 file)
1.43 KB,
patch
|
jay
:
review+
jay
:
superreview+
jay
:
approval-aviary1.0.5+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.9) Gecko/20050702 Firefox/1.0.5
Build Identifier: Thunderbird Version 1.0.5 (20050702)
It's not possible to enter the account settings in the input fields in the
dialog box 'Account settings' (e.g. Default identity, Server settings). The
input field is only some pixels high and you can't enter characters in it
Reproducible: Always
Steps to Reproduce:
1. Start Thunderbird
2. Try to enter text in field 'Default identity' in 'Account settings'
3.
Actual Results:
Field is only some pixels high and it's not possible to enter text
Expected Results:
Allow me to enter text
Reporter | ||
Comment 1•20 years ago
|
||
It's a regression from the checkin of bug 296764.
The file '<appdir>/res/builtin/platformHTMLBindings.xml' was removed but it was
not added to the Java archieve '<appdir>/chrome/mail.jar' on the
AVIARY_1_0_1_20050124_BRANCH.
After adding 'content/global/platformHTMLBindings.xml' to mail.jar Thunderbird
works without problems.
Also the missing version info (bug 299478) is displayed
Flags: blocking-aviary1.0.5?
Comment 2•20 years ago
|
||
confirmed on Windows and Linux 1.0.5 builds from 0705
Severity: normal → blocker
Status: UNCONFIRMED → NEW
Depends on: 296764
Ever confirmed: true
Keywords: regression,
smoketest
OS: Windows XP → All
Hardware: PC → All
Comment 3•20 years ago
|
||
CC'ing Jonas, since he put together the patch(es) for bug 296764. Blocking 1.0.5.
Marcia is testing the suite to see if this is a problem there as well.
Flags: blocking-aviary1.0.5? → blocking-aviary1.0.5+
Comment 5•20 years ago
|
||
cc'ing doron and aaron too, in case they can help out here.
Comment 6•20 years ago
|
||
Actually, the file should be in toolkit.jar, since jar.mn puts it there.
Comment 7•20 years ago
|
||
Looks like bug 299478 is also the result of the problem mentioned here in
comment #1. Can someone with a better understanding of this bug confirm that?
Reporter | ||
Comment 8•20 years ago
|
||
(In reply to comment #6)
> Actually, the file should be in toolkit.jar, since jar.mn puts it there.
That's were the file is located in the Firefox build.
At Thunderbird, there is no toolkit.jar. I tried and created such an archieve,
but it didn't work. When storing 'platformHTMLBindings.xml' in mail.jar,
Thunderbird works.
Reporter | ||
Comment 9•20 years ago
|
||
(In reply to comment #7)
> Looks like bug 299478 is also the result of the problem mentioned here in
> comment #1. Can someone with a better understanding of this bug confirm that?
I won't say that I've got a better understanding of this bug, but I tried and put
'platformHTMLBindings.xml' into the archive mail.jar and both bug 299473 and bug
299478 were fixed for me.
To verify I removed the file from mail.jar and I could see both bugs again.
Comment 10•20 years ago
|
||
As bsmedberg says on IRC:
http://lxr.mozilla.org/aviarybranch/source/mail/config/mail-jar.mn needs to be
modified to copy the file over. Someone with a tbird aviary tree need to test this:
content/global/platformHTMLBindings.xml
toolkit/content/global/platformHTMLBindings.xml
Comment 11•20 years ago
|
||
(In reply to comment #10)
> As bsmedberg says on IRC:
>
> http://lxr.mozilla.org/aviarybranch/source/mail/config/mail-jar.mn needs to be
> modified to copy the file over. Someone with a tbird aviary tree need to test
this:
>
> content/global/platformHTMLBindings.xml
> toolkit/content/global/platformHTMLBindings.xml
>
>
Crappy bugzilla - both should be on the same line like the rest of the file.
Assignee | ||
Comment 12•20 years ago
|
||
I'm on it. Does this need to be done on the 1.7 branch too? Or does
seamonkey-mailnews import toolkit.jar?
Assignee: mscott → bugmail
Comment 13•20 years ago
|
||
QA tested this with the suite and did not report any problems, so this looks
like it's a Thunderbird only problem on the Aviary branch.
Updated•20 years ago
|
Whiteboard: eta 7/5 need patch
Assignee | ||
Comment 14•20 years ago
|
||
Attachment #188374 -
Flags: superreview?(jst)
Attachment #188374 -
Flags: review?(benjamin)
Attachment #188374 -
Flags: approval-aviary1.0.5?
Assignee | ||
Comment 15•20 years ago
|
||
This looks like it's needed on the trunk too, so i'll land there too once
reviewed and approved
Comment 16•20 years ago
|
||
Comment on attachment 188374 [details] [diff] [review]
patch to fix
r+sr=brendan, a=jay
Let's get this landed everywhere. Thanks Jonas.
Attachment #188374 -
Flags: superreview?(jst)
Attachment #188374 -
Flags: superreview+
Attachment #188374 -
Flags: review?(benjamin)
Attachment #188374 -
Flags: review+
Attachment #188374 -
Flags: approval-aviary1.0.5?
Attachment #188374 -
Flags: approval-aviary1.0.5+
Assignee | ||
Comment 17•20 years ago
|
||
Checked in on the aviary-1.0.1 branch and the trunk. Thanks for the quick review!
Comment 18•20 years ago
|
||
Setting blocking1.8b3+ flag since this also made it on the Trunk (the bug fix
that caused this regression was also checked in on the Trunk, so we had to take
this patch there as well).
Flags: blocking1.8b3+
Comment 19•20 years ago
|
||
Verifuied with Windows Tbird 1.0.5 2005-07-06-07-aviary1.0.1
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•