Closed
Bug 452442
Opened 17 years ago
Closed 15 years ago
File/Open -> test.eml imports an email and gives JavaScript Error: "selectedFolders[0] is undefined" {file: "chrome://messenger/content/mailWindowOverlay.js" line: 1884}
Categories
(SeaMonkey :: MailNews: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mmokrejs, Unassigned)
Details
Attachments
(1 file)
|
2.36 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2pre) Gecko/2008082711 SeaMonkey/2.0a1pre
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2pre) Gecko/2008082711 SeaMonkey/2.0a1pre
I am getting one javascript error and an ASSERTION when opening an email message from a file. Happens with current TRUNK build on linux.
--WEBSHELL 0xbbc2118 == 23
--WEBSHELL 0xaff4260 == 22
************************************************************
* Call to xpconnect wrapped JSObject produced this error: *
[Exception... "'[JavaScript Error: "selectedFolders[0] is undefined" {file: "chrome://messenger/content/mailWindowOverlay.js" line: 1884}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://global/content/globalOverlay.js :: goUpdateCommand :: line 71" data: yes]
************************************************************
An error occurred updating the cmd_settingsOffline command
WARNING: Key 'key_openFileMessage' of menu item 'Open File…' could not be found: file nsMenuFrame.cpp, line 1045
###!!! ASSERTION: Allowed only one anonymous view between frames: 'ancestorView == view->GetParent()->GetParent()', file nsContainerFrame.cpp, line 430
###!!! ASSERTION: XPConnect is being called on a scope without a 'Components' property!: 'Error', file xpcwrappednativescope.cpp, line 765
###!!! ASSERTION: XPConnect is being called on a scope without a 'Components' property!: 'Error', file xpcwrappednativescope.cpp, line 765
--WEBSHELL 0xacae968 == 21
--WEBSHELL 0xad03538 == 20
--DOMWINDOW == 53 (0xac485fc) [serial = 357] [outer = (nil)] [url = about:]
--WEBSHELL 0x8a1ac60 == 19
--DOMWINDOW == 52 (0xb1a907c) [serial = 353] [outer = (nil)] [url = chrome://navigator/content/navigator.xul]
--DOMWINDOW == 51 (0xb0ee80c) [serial = 355] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 50 (0xabbb804) [serial = 358] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 49 (0xb9c882c) [serial = 361] [outer = (nil)] [url = about:]
--DOMWINDOW == 48 (0xab0c034) [serial = 354] [outer = (nil)] [url = about:blank]
--WEBSHELL 0xb9db058 == 18
--DOMWINDOW == 47 (0xb61574c) [serial = 356] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 46 (0xaa9ed0c) [serial = 359] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 45 (0xb9331b4) [serial = 340] [outer = (nil)] [url = chrome://messenger/content/messageWindow.xul]
--DOMWINDOW == 44 (0xb7d7e04) [serial = 341] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 43 (0x885b17c) [serial = 342] [outer = (nil)] [url = mailbox:///tmp/test.eml?type=application/x-message-display&number=0]
--DOMWINDOW == 42 (0xab3a414) [serial = 344] [outer = (nil)] [url = mailbox:///tmp/test.eml?type=application/x-message-display&number=0]
++WEBSHELL 0x9720828 == 19
++DOMWINDOW == 43 (0xb1d3b94) [serial = 362] [outer = (nil)]
++DOMWINDOW == 44 (0xb038e74) [serial = 363] [outer = 0xb1d3b68]
++WEBSHELL 0xb644be8 == 20
...
Build platform
target
i686-pc-linux-gnu
Build tools
Compiler Version Compiler flags
gcc gcc version 4.3.1 (Gentoo 4.3.1-r1 p1.1) -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -W -Wno-long-long -pedantic -fno-strict-aliasing -pthread -pipe
c++ gcc version 4.3.1 (Gentoo 4.3.1-r1 p1.1) -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-long-long -pedantic -fno-strict-aliasing -fshort-wchar -pthread -pipe
Configure arguments
--disable-optimize '--enable-debug=-g3\ -O0\ -ggdb' --enable-debug-modules=all --enable-debugger-info-modules --enable-detect-webshell-leaks --enable-svg --enable-svg-renderer-libart --enable-image-decoders=all --with-qtdir=/usr/qt/3 --enable-application=suite --disable-freetype2 --enable-jprof --enable-default-toolkit=cairo-gtk2 --enable-xft --disable-gssapi
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
| Reporter | ||
Comment 1•17 years ago
|
||
Updated•17 years ago
|
Component: Message Compose Window → MailNews: General
Product: Thunderbird → SeaMonkey
QA Contact: message-compose
Comment 2•17 years ago
|
||
You use a trunk build from Mercurial or CVS? Just wondering because of the rv:1.9.0.2pre in your user-agent, current is rv:1.9.1a2pre.
| Reporter | ||
Comment 3•17 years ago
|
||
Hi, yes, I realized later that CVS is no more updated. So, that was a CVS TRUNK.
Updated•17 years ago
|
QA Contact: mail
WFM on Win and with 2.1pre on Linux
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•