Closed
Bug 298675
Opened 20 years ago
Closed 20 years ago
xul error on main window, <menuitem id="menu_HelpPopup_reportertoolmenu" appears on bottom of main window
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
seamonkey1.0alpha
People
(Reporter: baffclan, Assigned: ajschult784)
References
Details
Attachments
(2 files)
|
4.52 KB,
image/png
|
Details | |
|
6.49 KB,
patch
|
dveditz
:
review+
neil
:
superreview+
benjamin
:
approval1.8b3+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050623
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050623
error shows up on bottom of main window
<menuitem id="menu_HelpPopup_reportertoolmenu"
____^
Reproducible: Always
Steps to Reproduce:
1. install 2005-06-23-07-trunk build
the installer with the "-greLocal" command line.
(see bug 297725 comment 23)
Actual Results:
error shows up near bottom of window
Expected Results:
window without error
it is like a bug 297496
Comment 1•20 years ago
|
||
Also happen with 2005062402 Creature-Build and new Profil
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•20 years ago
|
Version: unspecified → Trunk
Updated•20 years ago
|
Severity: normal → major
Comment 2•20 years ago
|
||
*** Bug 298753 has been marked as a duplicate of this bug. ***
Comment 3•20 years ago
|
||
The delete of reporter.jar doesn't help. I do not have xul.mfl in the active profile either.
Comment 4•20 years ago
|
||
Comment 5•20 years ago
|
||
*** Bug 298778 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 6•20 years ago
|
||
*** Bug 298770 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 7•20 years ago
|
||
It looks like the installer isn't registering this properly ==> installer
Assignee: general → general
Component: General → Installer
QA Contact: general → bugzilla
Comment 8•20 years ago
|
||
attachment 186470 [details] [diff] [review] seems to only register a skin and content package, not a locale one?
| Assignee | ||
Comment 9•20 years ago
|
||
> attachment 186470 [details] [diff] [review] [edit] seems to only register a skin and content package, not > a locale one? the reporter locale files are included with en-US.jar. I verified that they're included in the nightly build langenus.xpi file. But it looks like the langenus.jst needs to explicitly register the reporter locale files. Can someone build try this on windows? For whatever reason, I don't have this problem on linux. http://lxr.mozilla.org/seamonkey/source/xpinstall/packager/windows/langenus.jst registerChrome(chromeType, cf, localeName + "cookie/"); registerChrome(chromeType, cf, localeName + "wallet/"); + registerChrome(chromeType, cf, localeName + "reporter/"); registerChrome(chromeType, cf, localeName + "content-packs/"); registerChrome(chromeType, cf, localeName + "help/");
| Assignee | ||
Comment 10•20 years ago
|
||
this also fixes what serge reported in bug 298770 (windows testing desired!)
Assignee: general → ajschult
Status: NEW → ASSIGNED
Comment 11•20 years ago
|
||
Comment on attachment 187315 [details] [diff] [review] register reporter locale and don't try to register inspector Seems to do the trick :-)
Attachment #187315 -
Flags: superreview+
Comment 12•20 years ago
|
||
(In reply to comment #10) > Created an attachment (id=187315) [edit] > register reporter locale and don't try to register inspector > > this also fixes what serge reported in bug 298770 (windows testing desired!) [Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8b2) Gecko/20050625] (nightly) (W98SE) I can't test the patch directly; but I can confirm that modifying my <installed-chrome.txt> (and deleting <chrome.rdf>/<xul.mfl> to be sure) fixed the 3 errors: adding locale,install,url,jar:resource:/chrome/en-US.jar!/locale/en-US/reporter/ fixes this bug correcting skin,install,url,jar:resource:/chrome/reporter.jar!/skin/classic/reporter/ fixes the 2 other errors from my other bug report
Comment 13•20 years ago
|
||
Comment on attachment 187315 [details] [diff] [review] register reporter locale and don't try to register inspector 'approval1.8b3=?': Trivial 'reporter' chrome registration fix, no risk. (MAS only !?)
Attachment #187315 -
Flags: approval1.8b3?
| Assignee | ||
Updated•20 years ago
|
Attachment #187315 -
Flags: review?(benjamin)
Comment 14•20 years ago
|
||
*** Bug 298840 has been marked as a duplicate of this bug. ***
*** Bug 298846 has been marked as a duplicate of this bug. ***
Comment 16•20 years ago
|
||
Build ID: 2005062705 still has this bug. I am not really worried about it. But, it seems to take up 5 Windows Taskbar spaces with the message display. :)
Comment 17•20 years ago
|
||
(In reply to comment #16) > Build ID: 2005062705 still has this bug. I am not really worried about it. > But, it seems to take up 5 Windows Taskbar spaces with the message display. :) As long as this bug is not marked FIXED, we know that the bug is still in the builds and there's no need to mention that...
Comment 18•20 years ago
|
||
Comment on attachment 187315 [details] [diff] [review] register reporter locale and don't try to register inspector r=dveditz
Attachment #187315 -
Flags: review?(benjamin) → review+
Comment 19•20 years ago
|
||
got similar error with 1.8b2 (incl 27.June tarball) but with different text: key id="addBookmarkKb key="&addCurPageCmd.commandkey;" command="Browser:AddBookmark" modifiers="accel,shift" http://beos.spb.ru/fyysik/BeZilla_DTD_OVerlay_Bug.png
Comment 20•20 years ago
|
||
*** Bug 298925 has been marked as a duplicate of this bug. ***
Comment 21•20 years ago
|
||
(In reply to comment #19) > got similar error with 1.8b2 (incl 27.June tarball) > but with different text: a different text means a different problem. It's either a different bug or a problem of your profile.
Comment 22•20 years ago
|
||
Per comments 19 and 21 Tested with no profile (so mozilla created new one). Same result proper screenshot link is http://beos.spb.ru/mozilla/BeZilla_DTD_OVerlay_Bug.png but probably i'll go to file another bug, as advised
Comment 23•20 years ago
|
||
*** Bug 299023 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Attachment #187315 -
Flags: approval1.8b3? → approval1.8b3+
Comment 24•20 years ago
|
||
Checking in xpinstall/packager/os2/langenus.jst; /cvsroot/mozilla/xpinstall/packager/os2/langenus.jst,v <-- langenus.jst new revision: 1.8; previous revision: 1.7 done Checking in xpinstall/packager/os2/reporter.jst; /cvsroot/mozilla/xpinstall/packager/os2/reporter.jst,v <-- reporter.jst new revision: 1.2; previous revision: 1.1 done Checking in xpinstall/packager/unix/langenus.jst; /cvsroot/mozilla/xpinstall/packager/unix/langenus.jst,v <-- langenus.jst new revision: 1.26; previous revision: 1.25 done Checking in xpinstall/packager/unix/reporter.jst; /cvsroot/mozilla/xpinstall/packager/unix/reporter.jst,v <-- reporter.jst new revision: 1.2; previous revision: 1.1 done Checking in xpinstall/packager/windows/langenus.jst; /cvsroot/mozilla/xpinstall/packager/windows/langenus.jst,v <-- langenus.jst new revision: 1.29; previous revision: 1.28 done Checking in xpinstall/packager/windows/reporter.jst; /cvsroot/mozilla/xpinstall/packager/windows/reporter.jst,v <-- reporter.jst new revision: 1.2; previous revision: 1.1 done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 25•20 years ago
|
||
*** Bug 299056 has been marked as a duplicate of this bug. ***
Comment 26•20 years ago
|
||
(In reply to comment #22) > http://beos.spb.ru/mozilla/BeZilla_DTD_OVerlay_Bug.png > but probably i'll go to file another bug, as advised Bug 299058 filed.
Comment 27•20 years ago
|
||
*** Bug 299087 has been marked as a duplicate of this bug. ***
*** Bug 299115 has been marked as a duplicate of this bug. ***
Verified FIXED using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050629 on Windows XP Seamonkey trunk.
Status: RESOLVED → VERIFIED
Comment 30•20 years ago
|
||
*** Bug 299175 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Target Milestone: --- → Seamonkey1.0alpha
| Reporter | ||
Comment 31•19 years ago
|
||
SeaMonkey/2005072305-trunk/WinXP have this problem. reopen?
Comment 32•19 years ago
|
||
(In reply to comment #31) > SeaMonkey/2005072305-trunk/WinXP have this problem. > reopen? No, the same symtom doesn't have to be the same cause, so either use bug 301565 which already has discussion of the new problem or file a new bug about it.
Comment 33•19 years ago
|
||
(In reply to comment #32) > or file a new bug about it. Actually, no need for it, as this already is a seperate report, see bug 301842
*** Bug 346868 has been marked as a duplicate of this bug. ***
Comment 35•18 years ago
|
||
In Seamonkey 1.0.7 this bug is active again.
(In reply to comment #35) > In Seamonkey 1.0.7 this bug is active again. Ralf: probably bug 365005.
You need to log in
before you can comment on or make changes to this bug.
Description
•