Closed
Bug 337267
Opened 19 years ago
Closed 19 years ago
cck: xpi isn't created and cck.config gets truncated
Categories
(Other Applications :: CCK, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: yves50, Assigned: mkaply)
Details
Attachments
(3 files)
6.86 KB,
text/plain
|
Details | |
1.79 KB,
text/plain
|
Details | |
15.93 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3
After creating a cck config (with changed homepage, changed throbber, added: 2 search plugins, 2 bookmarks, 33 preferences and 26 certs) no xpi is created an the cck.config is truncated after preference 13.
Reproducible: Always
Steps to Reproduce:
1. Install CCK 1.0 and MAF 0.6.3
2. create a cck-config with a lot of added preferences and certs
3. finish configuration by hitting "finish"
Actual Results:
no xpi is created, the cck.config is truncated (lost informations!)
Expected Results:
the xpi is created, the cck.config saved with all changes
Assignee | ||
Comment 1•19 years ago
|
||
When you look at the cck.config, after what preference are things getting truncated?
Like what is the name of the preference and the value?
Reporter | ||
Comment 2•19 years ago
|
||
Reporter | ||
Comment 3•19 years ago
|
||
Reporter | ||
Comment 4•19 years ago
|
||
I attached two different cck.config files:
- a "normal" one with all settings
- a trunceted one
I replaced the actual company-name with "my-company"
@ mkaply:
It gets truncated after:
PreferenceName13=dom.disable_window_move_resize
PreferenceValue13=true
PreferenceType13=boolean
and on an other cck.config:
PreferenceName16=dom.disable_window_open_feature.close
PreferenceValue16=true
PreferenceType16=boolean
Assignee | ||
Comment 5•19 years ago
|
||
This one is VERY strange.
Can you try an experiment for me?
When you load the good cck.config, go to the page with the preferences and use the scroll bar to scroll to the bottom.
Then go to the cert page and scroll to the bottom.
Then finish the wizard.
I'm finding some strange behavior where XUL is not completely loading the information in the listbox unless it is scrolled - I am still investigating.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 6•19 years ago
|
||
This is because of this bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=250123
I wish I'd known before I shipped :(
I will refresh the CCK to 1.0.1 for this serious problem.
Reporter | ||
Comment 7•19 years ago
|
||
scrolling to the bottom of pref and certs page works for me.
Thanks for the workaround!
Assignee | ||
Comment 8•19 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•