Bug ID
int64
961
1.91M
Comment ID
int64
3.98k
17.1M
Author
stringlengths
8
48
Comment Text
stringlengths
1
64.3k
16,760
121,897
Under the 10/18 build of Mozilla under Windows while attempting to use the bugzilla form, I will occasionally get a problem where pressing "backspace" will erase the entire form. It can be reproduced by writing multiple lines of text in the text box, and then pressing enter several times to add new lines. Click elsewhere to remove the focus on the form and then click below the text so that the caret is on one of the (blank) line below. Pressing backspace will cause entire contents to be deleted. (Or so it appears. I have repoduced this bug while entering this form. It is possible that the data remains and will be submitted with the form. If this message appears repeated or garbled, this is likely the culprit.) I have some difficulty reproducing this each time but several attempts almost always does it for me, I have not been able to narrow down the cause any farther.
16,811
122,312
When you type Japanese characters by using IME and hit the Return key to go to next line, the characters you typed in the previous line will be deleted. Steps of reproduce 1. Open the HTML Editor by selecting menu Tasks|Editor 2. Turn on IME by Alt+~ 3. Type some Japanese characters in the first line and commit the characters 4. Hit the return key The Japanese characters you typed in step3 will be deleted. Sometimes when you type in the first line of the Editor, you cannot reproduce this. However, from second line of the Editor, this is reproduciable. Tested 10-19-08 Win32 build.
16,813
122,319
DESCRIPTION: There are at least four textarea regressions from two days ago (although the CR and LF entities bug is fixed). They are the following: * Motion keys do not work. Up, down, home, end pgup, pagedn, right, left. * Any hard returns are double-submitted (at least when wrap=hard). That is, I pressed return on the line between these bullet points, but they're going to come out with a blank line between them, even though I didn't write that. * I get horizontal scrollbars when I don't need them. * The only way to delete a newline character is to put the cursore *after* the first character on the next line and hit backspace, instead of before it. STEPS TO REPRODUCE: * Fill out a bugzilla form like I'm doing now. DOES NOT WORK CORRECTLY ON: * Linux, apprunner, 1999-10-19-08-M11 Sorry I don't have time to write this bug up more formally...
18,877
136,657
Overview Description: Attempts to login to the Travelocity site result in Mozilla crashing. This is repeatable. Steps to Reproduce: From the main page (www.travelocity.com), choose "Travel Menu" from the "View More Tools..." pull-down list. Actual Results: Mozilla crashes Expected Results: Login as with e.g. Netscape 4.7 Build Date & Platform Bug Found: Nov14 Linux Nightly Build Additional Builds and Platforms Tested On: M10 Linux does not crash, but does not successfully login. Additional Information: I believe it is attempting to autologin using saved user and password. [m@m package]$ ./mozilla & [1] 4409 [m@m package]$ MOZILLA_FIVE_HOME=/home/m/software/mozilla/package LD_LIBRARY_PATH=/home/m/software/mozilla/package MOZ_PROGRAM=./mozilla-bin MOZ_TOOLKIT= moz_debug=0 moz_debugger= nNCL: registering deferred (0) Successfully created instance of session history Setting content window browser.startup.page = 1 startpage = www.mozilla.org got observer service added observer Document http://www.mozilla.org/ loaded successfully Document: Done (18.505 secs) ****** GENERAL DRAG ******** ****** GENERAL DRAG ******** FindShortcut: in='http://www.travelocity.com' out='null' nsLayoutHistoryState::AddState OOPS!. There was already a state in the hash tabl e for the key nsLayoutHistoryState::AddState OOPS!. There was already a state in the hash tabl e for the key nsLayoutHistoryState::AddState OOPS!. There was already a state in the hash tabl e for the key nsLayoutHistoryState::AddState OOPS!. There was already a state in the hash tabl e for the key nsLayoutHistoryState::AddState OOPS!. There was already a state in the hash tabl e for the key nsLayoutHistoryState::AddState OOPS!. There was already a state in the hash tabl e for the key nsLayoutHistoryState::AddState OOPS!. There was already a state in the hash tabl e for the key Error loading URL http://www.travelocity.com/ Document: Done (34.114 secs) failed to set the page title. Error loading URL http://dps1.travelocity.com/lognlogin.ctl?textonly=N&SEQ=94269 315727199 Document: Done (19.94 secs) [1]+ Done ./mozilla [m@m package]$
13,962
103,251
Overview Description: the location bar and other gfx text input controls do not accept the delete key. instead of deleting the character to the right of the cursor, the character disappears and is replaced by what looks like a space. Steps to Reproduce: 1) open apprunner in linux (GFX on) 2) the location bar should say http://www.mozilla.org (or something) 3) put the cursor in the middle of the word and press the delete key 4) retype the letter you deleted and hit enter. Actual Results: First, the letter you deleted is replaced by a space. then, when you retype it, it is inserted before the space. then, when you hit enter, apprunner does not understand the url. Expected Results: The letter should be deleted, be inserted by you, and mozilla.org should reload. Occurs on: 1999-09-15-09-M10 RedHat Linux 6.0 (GNOME/enlightenment) but NOT on: 1999-09-15-08-M10 WinNT 4.0 sp5 1999-09-15-08-M10 MacOS 8.51
14,874
109,688
Overview Description: Can't bring up a right click menu in the location bar Steps to Reproduce: - put mouse cursor in location bar and right click Actual Results: nothing happens Expected Results: I expect to see the edit menu come up (undo, cut, copy, paste, etc.) Build Date & Platform Bug Found: 1999092112 Win98 I've seen this for a while, but thought it was reported.
15,527
114,026
In the text field of the form, after you type Japanese characters and hit the enter to commit the characters, the characters are not displayed. Steps of reproduce 1. Go to the above URL 2. Go to the input text fields for Name, Address.., under Customer ID 3. Turn on IME by Shift+Space 4. Type Japanese characters At this time, the Japanese characters are displayed. 5. Hit the enter to commit the characters Notice that the Japanese characters you typed are dispeared. Tested 10-01 Linux M10 build.
15,729
115,309
document.write() is not printing password.value and text.value. It does print other unput values like checkbox.value or hidden.value. BUILDS: 10-06-09 [Apprunner/ Viewer] STEPS TO REPRODUCE: 1] Please copy code I'm providing, save it as HTML file. 2] Open this file with viewer as well as apprunner. 3] Now follow these three steps for viewer. [Since there are already some problems with document.write()] -Click menu "Style" -Take your mouse over "SelectStyleSheet" -Now Click "SelectDefault" [Above three steps are workaround to see the results printed on screen with document.write()] 4] Apprunner does not have any workaround like that but it generates same results as viewer before applying workaround. EXPECTED RESULTS: All the inputvalues should get printed. [Inputs in testcase] Value of input password = passwordvalue Value of input text = textvalue Value of input checkbox = checkboxvalue ACTUAL RESULTS: It does not print values of textbox and password. Value of input password = Value of input text = Value of input checkbox = checkboxvalue CODE: <HTML> <HEAD> <TITLE>Value Test</TITLE> </HEAD> <BODY > <FORM NAME="workform"> <INPUT TYPE="password" NAME="testpas" VALUE="passwordvalue" ><br> <INPUT TYPE="text" NAME="testtex" VALUE="textvalue" ><br> <INPUT TYPE="checkbox" NAME="testchk" VALUE="checkboxvalue" ><br> </FORM> <SCRIPT> <!-- document.write("Value of input password = "); document.write(document.workform.testpas.value); document.write("<br>"); document.write("Value of input text = "); document.write(document.workform.testtex.value); document.write("<br>"); document.write("Value of input checkbox = "); document.write(document.workform.testchk.value); //--> </SCRIPT> </BODY> </HTML> END OF CODE:
16,570
120,664
Steps to reproduce: - Linux 1) Open Editor in kterm, type a JA word. 2) Depress Enter type another word and depress Enter again. ==> Crash occurs at this point. - Windows 1) Open Editor and switch on JA IME. 2) Type a JA word and hit Enter. 3) Hit Enter again (at this point, the previous input disappears). 4) Type another word. ==> Crash. Stack Trace info in URL above. * Mac 10-15-08-M11 bld still suffers from bug 16432 bld: Linux 10-15-08-M11, Win 10-15-09-M11.
2,865
19,052
Verison:Viewer.app Build: Feb 2 Platform: Macintosh Other Platforms: Doesn't crash on win platforms Expected Results: To be able to select text on page. What I got: A crash occurs when attempting to select text on the page. Steps to reproduce: 1) Launch Viewer.app 2) Select Editor mode from Tools menu. 3) Go to a different sample page. 4) Notice that the page displays portion of the current and previous page. 5) Attempt to select text in this page. 6) A crash occurs.
3,751
26,228
* TITLE/SUMMARY Resizing window with image selected crashes Gecko * STEPS TO REPRODUCE 0) Launch Viewer or Apprunner 1) Go to any page with images (I used www.macintouch.com) 2) Select an image and nearby text block (i.e. I dragged the mouse from a few pixels above the MacInTouch banner, and to the end of the "Resources" navigation label) 3) Resize the window * RESULT - What happened Immediate crash. - What was expected Resize. * REGRESSION - Occurs On AppRunner & viewer (3.15.99 optimized build for Mac OS) AppRunner & viewer (3.11.99 optimized build for Win32 [NT 4, Service Pack 3]) viewer (3.11.99 [I think] optimized build for Linux) - Doesn't Occur On Communicator 4.51 RTM (Mac OS) * CONFIGURATIONS TESTED - [Mac] Power Mac 8500/120 (233 Mhz 604e), 64 MB RAM (VM on; 1 MB of VM used), 1024x768 (Thousands of Colors), Mac OS 8.5.1 - [Win32] Vectra VL (233 Mhz P2), 96 MB RAM, 800x600 (True Color), NT 4.0 SP3. - [Linux] Vectra VL (266 Mhz P2), 96 MB RAM. * STACK CRAWL (Mac OS) PowerPC unmapped memory exception at 0B22DD14 NS_NewNameSpaceManager(nsINameSpaceManager**)+22F4C Calling chain using A6/R1 links Back chain ISA Caller 00000000 PPC 0BE6A77C 02E3CB40 PPC 0BE69A64 02E3CA50 PPC 0B89EF9C NSGetFactory+004F0 02E3CA10 PPC 0B44DBB8 nsMacMessageSink::IsRaptorWindow(GrafPort*)+00E84 02E3C930 PPC 0B44E0CC nsMacMessageSink::IsRaptorWindow(GrafPort*)+01398 02E3C8D0 PPC 0B44E454 nsMacMessageSink::IsRaptorWindow(GrafPort*)+01720 02E3C840 PPC 0B44E7B8 nsMacMessageSink::IsRaptorWindow(GrafPort*)+01A84 02E3C7F0 PPC 0B44C274 nsMacMessageSink::DispatchOSEvent(EventRecord&, GrafPort*)+00038 02E3C7B0 PPC 0B4494A4 NS_GetWidgetNativeData(nsISupports*, void**)+084E4 02E3C750 PPC 0B4496A0 NS_GetWidgetNativeData(nsISupports*, void**)+086E0 02E3C710 PPC 0B449E44 NS_GetWidgetNativeData(nsISupports*, void**)+08E84 02E3C670 PPC 0B449404 NS_GetWidgetNativeData(nsISupports*, void**)+08444 02E3C620 PPC 0B43B0FC 02E3C5E0 PPC 0B43C070 02E3C570 PPC 0B43BD70 02E3C530 PPC 0B43BCE8 02E3C4E0 PPC 0B89C3AC 02E3C480 PPC 0B3A4658 NS_NewThrobberFactory+016F8 02E3C400 PPC 0B3A1358 NSGetFactory+00CEC 02E3C3C0 PPC 0B43B150 02E3C370 PPC 0B43B0FC 02E3C330 PPC 0B43C070 02E3C2C0 PPC 0B43BD70 02E3C280 PPC 0B43BCE8 02E3C230 PPC 0B35B598 NSGetFactory+02D2C 02E3C1E0 PPC 0B359CCC NSGetFactory+01460 02E3C0A0 PPC 0B359308 NSGetFactory+00A9C 02E3C050 PPC 0B0D1108 NS_NewPresShell(nsIPresShell**)+03714 02E3C010 PPC 0B0CF028 NS_NewPresShell(nsIPresShell**)+01634 02E3BEB0 PPC 0B21A9C8 NS_NewNameSpaceManager(nsINameSpaceManager**)+0FC00 02E3BD40 PPC 0B0C2AD8 02E3BCE0 PPC 0B12C298 NS_NewFrameImageLoader(nsIFrameImageLoader**)+021E8 02E3B9B0 PPC 0B0C2AD8 02E3B950 PPC 0B133E84 NS_NewEventListenerManager(nsIEventListenerManager** )+045C0 02E3B7A0 PPC 0B0C2AD8 02E3B740 PPC 0B20F40C NS_NewNameSpaceManager(nsINameSpaceManager**)+04644 02E3B610 PPC 0B1C2DF0 NS_NewImageDocument(nsIDocument**)+8E6D0 02E3AB50 PPC 0B1C39BC NS_NewImageDocument(nsIDocument**)+8F29C 02E3AAD0 PPC 0B1C3DF4 NS_NewImageDocument(nsIDocument**)+8F6D4 02E3AA50 PPC 0B1C4CA4 NS_NewImageDocument(nsIDocument**)+90584 Closing log
4,153
29,576
Version: Apprunner Build: March 22 Platform: Mac version only Expected Result: To either copy or cut the selected text. What I got: A crash. Steps to reproduce: 1) Launch Apprunner 2) In Editor, select some text in the default document. 3) Click on Copy or Cut icons or choose Cut or Copy from the Edit menu. 4) A crash occurs.
4,154
29,594
Version: Apprunner Build: March 22 Platform: Mac only Expected Results: Clicking Get HTMl should either complete a function or doing nothing. What I got: A crash. Steps to reproduce: 1) Launch Apprunner. 2) In Editor, click on Get HTML icon. 3) A crash occurs.
4,156
29,609
Version: Apprunner Build: March 22 Platforms: Mac and Windows 95 Expected Results: Inserted some text or do nothing. What I got: On Windows 95, I get a crash. On Mac, I get a freeze. Steps to reproduce: 1) Launch Apprunner. 2) In Editor, click on Insert Stuff icon. 3) A crash or freeze occurs.
4,161
29,644
Version: Apprunner Build: March 22 Platform: Mac only Expected Results: No crash should occur. What I got: The application crashs. Steps to Reproduce: 1) Launch Apprunner. 2) In editor, select Output Text or Output HTML from the Debug menu. 3) A crash occurs.
10,929
81,946
Steps to Reproduce: 1) Open the Editor application 2) Scroll down to the table inside the default document 3) Click on the bottom-right most cell and hit the tab key 4) Notice that the cell seems to increase in width Actual Results: Cell increases in width. This might be accepted since our tables are more WYSIWYG. Expected Results: 4.x behavior is that a new row is inserted. Build Date & Platform Bug Found: 1999-07-30-11-M9 and Win95
12,493
93,476
Version: Apprunner Build: 1999082412 (Aug 24th M9) Platform: All Expected Results: The vlink attribute should set the visited link to purple What I got: The link remains blue. Steps to reproduce: 1) Open http://slip/projects/marvin/html/body_vlink.html 2) Click on the link. This should load the cnn web page. 3) After the site loads, click on the back arrow. 4) The body_vlink page appears but the link remains as blue.
7,141
53,368
Window.open() does not open new window, but instead it loads URL of child window in parent window. Product: seamonkey [Apprunner/ Viewer] Build: 05-25-09. Steps to reproduce bug: 1] Please copy the code I'm providing. Save as HTML file and open this file in viewer as well as apprunner. 2] As soon as you open this file, it is supposed to open one more window with URL 'http://www.yahoo.com' Expected Results: As soon as you open this file, it is supposed to open one more window with URL 'http://www.yahoo.com' Actual Results: It does not open new window. And it loads URL 'http://www.yahoo.com' in parent window itself. CODE: <html> <head> <title>Test Page</title> </head> <body > <form name="workform"> <SCRIPT LANGUAGE="JavaScript1.1"> window.open('http://www.yahoo.com'); </SCRIPT> </form> </body> </html> END OF CODE.
8,770
66,190
Build 1999062208M8 on Win32/NT and Linux/Redhat 5.2 Incident ID: 10308097 Messenger crashes when the prefs50.js file references "pop" instead of "pop3" on the `mail.server.server1.type` line. I know that this shouldn't matter once prefs are working but wanted to document the problem. Steps to Reproduce: 1. Open a prefs50.js file which has a POP3 account defined. 2. Change the `user_pref("mail.server.server1.type", "pop3");` statement to reference "pop" instead of "pop3". Save the changes. 3. Start apprunner 4. Select Tasks/Messenger. The Messenger window begins to display but then crashes. Expected Results: It should behave similar to the Mac where it does not crash and shows a generic Accounts icon. Stack Trace: nsMsgAccountManager::isUnique [d:\builds\seamonkey\mozilla\mailnews\base\src\nsMsgAccountManager.cpp, line 405] nsMsgAccountManager::AddAccount [d:\builds\seamonkey\mozilla\mailnews\base\src\nsMsgAccountManager.cpp, line 263] nsMsgAccountManager::LoadAccounts [d:\builds\seamonkey\mozilla\mailnews\base\src\nsMsgAccountManager.cpp, line 674] nsMsgMailSession::nsMsgMailSession [d:\builds\seamonkey\mozilla\mailnews\base\src\nsMsgMailSession.cpp, line 51] nsMsgFactory::CreateInstance [d:\builds\seamonkey\mozilla\mailnews\base\build\nsMsgFactory.cpp, line 211] nsComponentManagerImpl::CreateInstance [d:\builds\seamonkey\mozilla\xpcom\components\nsComponentManager.cpp, line 1127] nsComponentManager::CreateInstance [d:\builds\seamonkey\mozilla\xpcom\components\nsRepository.cpp, line 68] nsServiceManagerImpl::GetService [d:\builds\seamonkey\mozilla\xpcom\components\nsServiceManager.cpp, line 244] nsServiceManager::GetService [d:\builds\seamonkey\mozilla\xpcom\components\nsServiceManager.cpp, line 446] nsMessenger::InitializeFolderRoot [d:\builds\seamonkey\mozilla\mailnews\base\src\nsMessenger.cpp, line 392] nsMessenger::nsMessenger [d:\builds\seamonkey\mozilla\mailnews\base\src\nsMessenger.cpp, line 241] NS_NewMessenger [d:\builds\seamonkey\mozilla\mailnews\base\src\nsMessenger.cpp, line 322] nsMsgFactory::CreateInstance [d:\builds\seamonkey\mozilla\mailnews\base\build\nsMsgFactory.cpp, line 224] sComponentManagerImpl::CreateInstance [d:\builds\seamonkey\mozilla\xpcom\components\nsComponentManager.cpp, line 1127] nsComponentManager::CreateInstance [d:\builds\seamonkey\mozilla\xpcom\components\nsRepository.cpp, line 68] CIDCreateInstanceScriptable::Call [d:\builds\seamonkey\mozilla\js\src\xpconnect\src\xpcjsid.cpp, line 362] WrappedNative_Call [d:\builds\seamonkey\mozilla\js\src\xpconnect\src\xpcwrappednativeclass.cpp, line 1227] js_Invoke [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 656] js_Interpret [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 2207] js_Execute [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 822] JS_EvaluateUCScriptForPrincipals [d:\builds\seamonkey\mozilla\js\src\jsapi.c, line 2509] nsJSContext::EvaluateString [d:\builds\seamonkey\mozilla\dom\src\base\nsJSEnvironment.cpp, line 140] XULContentSinkImpl::EvaluateScript [d:\builds\seamonkey\mozilla\rdf\datasource\src\nsXULContentSink.cpp, line 1553] XULContentSinkImpl::DoneLoadingScript [d:\builds\seamonkey\mozilla\rdf\datasource\src\nsXULContentSink.cpp, line 1511] nsUnicharStreamLoader::OnStopBinding [d:\builds\seamonkey\mozilla\network\module\nsNetStreamLoader.cpp, line 158] nsDocumentBindInfo::OnStopBinding [d:\builds\seamonkey\mozilla\webshell\src\nsDocLoader.cpp, line 1601] OnStopBindingProxyEvent::HandleEvent [d:\builds\seamonkey\mozilla\network\module\nsNetThread.cpp, line 594] StreamListenerProxyEvent::HandlePLEvent [d:\builds\seamonkey\mozilla\network\module\nsNetThread.cpp, line 474] PL_HandleEvent [plevent.c, line 492] PL_ProcessPendingEvents [plevent.c, line 453] _md_EventReceiverProc [plevent.c, line 881] USER32.dll + 0x1250 (0x77e71250) nsappshell.dll + 0x183f (0x0160183f) apprunner.exe + 0x22c1 (0x004022c1) KERNEL32.dll + 0x1b304 (0x77f1b304)
38,157
283,069
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.14-15mdksmp i686; en-US; m15) BuildID: 2000041811 This is a w3c page, and needless to say it validates properly. It displays fine in Netscape 4.6; however in Mozilla M15 the content is squashed into tall, narrow strip to the left of the page, with the bulk of the page left blank. Reproducible: Always Steps to Reproduce: 1. Point your browser at http://www.w3.org/Jigsaw 2. Errr... that's it. 3. I validated the page against the validator at http://validator.w3.org/, and got: URI: http://www.w3.org/Jigsaw/ Last modified: Thu Apr 27 09:06:46 2000 Server: Apache/1.3.6 (Unix) PHP/3.0.15 Content length: 16781 Character encoding: iso-8859-1 Document type: HTML 4.0 Transitional Below are the results of attempting to parse this document with an SGML parser. No errors found!
38,617
288,110
Le Monde interactif specified a customization URL and this URL has been specified in all-panels.rdf. Steps to reproduce: 1. Select Le Monde interactif Tab from International/France/Favorites 2. Click on Le Monde interactif entry in right box of Customize Dialog Box. 3. Customize button is illumnated--this is correct. 4. Click on customize button--Le Monde customization URL is not loaded. A blank window is loaded. This breaks Tab content customization capability and affects other Tabs besides Le Monde.
39,508
297,199
Reproduction: 1. In Mailnews, hit reply. 2. I interleave quotes with comments, i.e. 2.1. set the caret into the quote, 2.2. press return 3 times, 2.3. cursor-up once and 2.4. start typing. Use return several time in between. 3. Debug->OutputXIF 4. Debug->OutputHTML 5. Debug->OutputTXT Actual result: All linebreaks you typed are lost, i.e. the whole text is treated as one long paragraph. See debug output below. Expected result: There're <p>s or at least <br>s in the HTML, linebreaks in the text output. Debug output: Getting XIF <?xml version="1.0"?> <!DOCTYPE xif> <encode selection="1"/> <section> <section_head> <document_info charset="ISO-8859-1" uri="about:blank"/> </section_head> <section_body> <markup_declaration><content>DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"</content> </markup_declaration> <container isa="body"><content>[email protected] (Akkana Peck) wrote:</content> <leaf isa="br"> <attr name="_moz_dirty" value=""/> </leaf><!--br--> <container isa="blockquote"><attr name="_moz_dirty" value=""/> <attr name="type" value="cite"/> <attr name="cite" value="[email protected]"/> <container isa="pre"><attr name="wrap" value=""/> <attr name="_moz_dirty" value=""/> <content></content> <entity value="gt"/><content> - It occurs also on recent nightlies, so it's *not* caused by my changes</content> <leaf isa="br"> <attr name="_moz_dirty" value=""/> </leaf><!--br--> <content></content> <entity value="gt"/><content> for bug 31906 - puh! (I also don't know, how it could.)</content> </container><!--pre--> </container><!--blockquote--> <content>gzui zui ziufi zi ui zuizui ri rzu rui ui u i</content> <leaf isa="br"> <attr name="_moz_dirty" value=""/> </leaf><!--br--> <leaf isa="br"> <attr name="_moz_dirty" value=""/> </leaf><!--br--> <content>zu izui tzu itezu ezu tz jtz zt</content> <leaf isa="br"> <attr name="_moz_dirty" value=""/> </leaf><!--br--> <leaf isa="br"> <attr name="_moz_dirty" value=""/> </leaf><!--br--> <container isa="blockquote"><attr name="_moz_dirty" value=""/> <attr name="type" value="cite"/> <attr name="cite" value="[email protected]"/> <container isa="pre"><attr name="wrap" value=""/> <attr name="_moz_dirty" value=""/> <content></content> <entity value="gt"/><content> - It does not happen, if I send a new, fresh mail</content> <leaf isa="br"> <attr name="_moz_dirty" value=""/> </leaf><!--br--> <content></content> <entity value="gt"/><content> - It does happen, if I interleave quotes with comments, i.e.</content> </container><!--pre--> </container><!--blockquote--> <leaf isa="br"> <attr name="_moz_dirty" value=""/> </leaf><!--br--> <leaf isa="br"> <attr name="_moz_dirty" value=""/> <attr name="type" value="_moz"/> </leaf><!--br--> </container><!--body--> </section_body> </section> Getting HTML <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <body>[email protected] (Akkana Peck) wrote:<br> <blockquote type="cite" cite="[email protected]"> <pre wrap>&gt; - It occurs also on recent nightlies, so it's *not* caused by my changes &gt; for bug 31906 - puh! (I also don't know, how it could.)</pre></blockquote>gzui zui ziufi zi ui zuizui ri rzu rui ui u i zu izui tzu itezu ezu tz jtz zt <blockquote type="cite" cite="[email protected]"><pre wrap>&gt; - It does not happen, if I send a new, fresh mail &gt; - It does happen, if I interleave quotes with comments, i.e.</pre></blockquote> </body> Getting text <<[email protected] (Akkana Peck) wrote: > > > - It occurs also on recent nightlies, so it's *not* caused by my changes > > for bug 31906 - puh! (I also don't know, how it could.) gzui zui ziufi zi ui zuizui ri rzu rui ui u i zu izui tzu itezu ezu tz jtz zt > > - It does not happen, if I send a new, fresh mail > > - It does happen, if I interleave quotes with comments, i.e. >>
39,539
297,530
***Overview Description: You can 'Add Current Page' just fine but new bookmarks can't be created ***Steps to Reproduce: 1) Open manage Bookmarks. Select File| New Bookmark. 2) Type in a url. 3) type in a name. ***Actual Results: The dialog that appears is the wrong dialog!!! it is titled User Name but it has the right text. This is true for both dialogs. No bookmarks is created after OK'ing both dialogs. ***Expected Results: Create the bookmark I just took the trouble to write out ***Build Date & Platform Bug Found: All Platforms with the 2000051609 builds.
39,672
298,752
Overview Description: Mem and disk Cache not clearing from preference menu. Steps to Reproduce: 1.) Go to above url, note load time 2.) Clear cache through Prefs - advanced - cache 3.) Reload page, note load time again Actual Results: Display updated quickly from cache. Files were not cleared. Reload comes from disk. also note cache directory (under /user50/../cache is not empty. Expected Results: Cache should be cleared Build Date & Platform Bug Found: NT 2000051609
40,596
307,399
From Bugzilla Helper: User-Agent: Mozilla/4.7 [en] (X11; I; Linux 2.2.14-15mdk i686) BuildID: 2000052508 according to the CSS1 spec (www.w3.org/TR/REC-CSS1 section 5.5.23) elements with width:100% should defer to their parent element's width. When an input value is placed in a cell, I expect the parent element would be the cell itself. Using width:100% in the cell should size the input element to 100% of the cell width. Mozilla is not doing this. Rather, Mozilla is rendering the input at its "default" size and overriding the width of the cell. Reproducible: Always Steps to Reproduce: 1.Open my test case. 2. 3. Actual Results: Note that the second table's right hand cell width has been overridden by the input field. I've tried input type=button as well, with the same result. Expected Results: I would expect that the input box would be 100% of the cell width. This bug might be related to bug 40283 I consider this a major bug since tables are used heavily on the web as layout managers. Major work arounds will have to be employed if this is not fixed. IE5 renders my test case as I would expect.
50,167
405,825
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Win95; en-US; m18) Gecko/20000823 BuildID: 2000082313 In JavaScript functions, the "window.sidebar" object is undefined. As a side effect, it is not possible to add sidebar panels or search engines. Reproducible: Always Steps to Reproduce: 1) Go to http://www.rit.edu/~rbg6038/sidebar-test.html Actual Results: The page renders as... The sidebar type is: undefined The addPanel type is: The addSearchEngine type is: ...and errors appear in the JavaScript Console Expected Results: The page renders as: The sidebar type is: object The addPanel type is: function The addSearchEngine type is: function ...and no errors appear Here's the text of the first error that shows up in the console after loading the page in question (or at least as much as I can fit onto a 1024x768 screen; the console doesn't want to give me a scrollbar): Error: [Exception... "Component returned failure code: 0x80004003(NS_ERROR_INVALID_POINTER)[nsIRDFService.GetDataSource]" nsResult: 0x80004003(NS_ERROR_INVALID_POINTER)"location: Source File: C:\PROGRAM FILES\MOZILLA\SEAMONKEY\components\nsSidebar.js Line: 65 Column: 0 This appears once for each of the three function calls on the page. The last two also generate the error: "window.sidebar has no properties" with the source file being the HTML page.
50,806
412,902
Browser does not pick Meta charset correctly. Steps of reproduce 1. Go to above URL Japanese characters are displayed as garbage. 2. Select menu View|Character coding Western (ISO-8859-1) is marked. This page has Meta charset, Shift-JIS, so Japanese (Shift_JIS) should be marked. I tested the following CJK pages. http://home.netscape.com/zh/cn/ http://home.netscape.com/ko/ http://www.nikkei.co.jp/ http://www.chinatimes.com.tw/ I could reproduce this in those web pages. I could not reproduce this in ISO-8859-1 and KOI8-U web pages. Tested 2000-08-30-08 Win32, Mac, and Linux build.
48,295
388,242
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux 2.3.99-pre6 i686; en-US; m17) Gecko/20000807 BuildID: M17 {Build ID: 2000080712} On initial display of above page, table entries overlay each other. Selecting a different font size and back again corrects the problem. I am using the b&h lucida fonts. Reproducible: Always Steps to Reproduce: 1. Go to http://www.dnalounge.com/ 2. The inset with 'WebCam' etc and the 'Project:' text will use the same space 3. Use 'View->Enlarge Text Size' and 'View->Reduce Text Size' and it will be displayed correctly. Actual Results: After step 1 there is an incorrect display After step 3 the display is correct Expected Results: Mozilla should have shown the correct display at step 1 Window size: Width: 781 Height: 837 Depth: 16 All toolbars and sidebar displayed.
48,902
393,068
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; m18) Gecko/20000813 BuildID: 2000081308 When inside a site that prevents hotlinking of its files by using .htaccess, opening a link using "Open Link in New Window" causes the server to respond as if you either followed a link from an external source or manually typed the url in the adress bar. Reproducible: Always Additional Info: - .htaccess example RewriteEngine On RewriteCond %{HTTP_REFERER} !^http://mysite.com/ [NC] RewriteRule /* http://www.yahoo.com [L,R] - This will reroute all links that are NOT at the mysite.com domain to www.yahoo.com. However, if you open a link at mysite.com using "Open Link in New Window" you will also get rerouted.
45,210
354,635
From Bugzilla Helper: User-Agent: Mozilla/4.73 [en] (WinNT; U) BuildID: 20000071108 This report probably shows two different bugs. Not sure. Please read on. The attached testcase shows the definition of an incomplete CSS border shorthand (missing color) with an hover selector. IMHO this construct is parsed/applied in the wrong way. Reproducible: Always Steps to Reproduce: 0. Close Mozilla and restart it! 1. Load the attached testcase (2. you may run into bug 45209, incorrect layout) 3. Move the mouse across the browser window and notice the effects. Actual Results: 4. Suddenly, the images/the document will be reflowed. (This is caused from the hover selector, I assume. 5. Maybe - I'm not definetly sure - the effect also occurs if the mouse is moved over an unrelated element (f.e. the H1/H3 tags). I don't know enough about the propagation of :hover in this szenario. Expected Results: a) Initial layout as described under #45209 b1) The selector should (IMHO) select only IMG elements (if any). b2) The imcomplete shorthand should be either ignored or parsed into a no-border style b3) All elements in the parent chain of all IMGs have an initial (complete) no-border style, ie. border:0px solid black. b1+b2+b3) There should not be any reflow, because changing from no-border to no-border should be a visual no-op. This bug may be restricted to standard mode. This bug may be related to #45209 - using tables with position:absolute makes things definetly worse - but has also aspects which are unrelated to #45209.
45,346
356,373
Edit Page does not load the page with meta charset (CJK) in Composer. Steps of reproduce 1. Go to above URLs 2. Select menu File|Edit page Does not load the page in Composer. I tested the following sites. http://home.netscape.com/ja/ http://home.netscape.com/ko/ http://home.netscape.com/zh/cn/ http://www.zdnet.co.jp/eweek/ These page has Meta charset info. Linux build only works fine loading page http://home.netscape.com/ja/ , but it failed other sites. Also, Win32 and Mac build failed all. I tested the western page, http://home.netscape.com/ and http://home.netscape.com/de/ they works fine. The page without meta charset info will be loading fine in all platform, such as http://www.yahoo.co.jp/ Tested 2000-07-12-09 Win32, Mac, and 2000-07-12-11 Linux build.
45,676
359,998
DESCRIPTION: We leak two GlobalWindowImpl if we send an event to one of the images in a GFX scrollbar. STEPS TO REPRODUCE: * setenv XPCOM_MEM_LEAK_LOG 1 * load a page (from the command line, if you don't want typing leaks!) that's long enough to have a scrollbar * hover the mouse pointer for a short time over one of the images in the GFX scrollbar (either the arrow image or the one in the middle of the slider) * click the X in the window manager to close ACTUAL RESULTS: * leak about 1 meg, including 2 GlobalWindowImpl DOES NOT WORK CORRECTLY ON: * Linux, mozilla, my heavily modified (leak fixes, I hope) build of the morning of 2000-07-17 tree closure I'll try to investigate this later today using js_LiveThingToFind. The initial component (XBL) is a total guess - since I believe this stuff is constructed by XBL. The problem could be anywhere.
42,195
326,027
From Bugzilla Helper: User-Agent: Mozilla/4.72 [en] (Win98; U) BuildID: 2000060908 Backspace might crash browser after Ctrl+Click in text field. Reproducible: Sometimes Steps to Reproduce: 1.Open the Bugzilla Helper bug form (http://www.mozilla.org/quality/help/bug-form.html) 2.Scroll down to the Reproducibility section. 3.Select somthing from the list box (Select "Sometimes, but not always", for example) 4.Ctrl+click in the Steps to Reproduce edit box. 5.If Mozilla hasn't crashed, try to scroll the page. Actual Results: Mozilla either crashes, or the page is ruined when scrolled. (See attachment) Sometimes I get a C++ runtime error R6025 - pure virtual function call (see attachment) Expected Results: No crash.
42,959
333,438
Steps to reproduce on 2000060808 and 2000061311. 2000051108 does NOT have this problem. In MailNews select the news account in the sidebar. right click on it and select "Subscribe..." The Subscribe dialog starts loading the newsgroups. This procedure normally takes quite some time. It is not necessary to finish the loading procedure. I did not test that. Click on the drop down box "Server:" and select your active server (which is loading). (Which is news.casema.net) Now Mozilla starts making+displaying a list of newsgroups. After that's done it crashes: (Note that my windows is the Dutch language version. I think you'll understand the message anyhow..) ============================ MOZILLA heeft een fout met betrekking tot een ongeldige pagina veroorzaakt in module MSGBASE.DLL op0167:604cc6ca. Registers: EAX=00000000 CS=0167 EIP=604cc6ca EFLGS=00010246 EBX=00000015 SS=016f ESP=0068e98c EBP=0068ea08 ECX=00000000 DS=016f ESI=80000000 FS=5a0f EDX=0068ea04 ES=016f EDI=04e5abb0 GS=0000 Bytes in CS:EIP: 8b 08 52 ff 75 a0 50 ff 51 0c 85 c6 74 04 8b f0 Stackdump: 04ee0bd0 0277e874 60d03740 00000034 0000003f 00000000 00000000 0068e9ac 7377656e 6d2f2f3a 6d66612e 6e406e61 2e737765 65736163 6e2e616d 662f7465 ============================
67,944
591,283
build 2001/02/05 and 2001/02/06 (wind32 talkback) advanced search sidebar stuck on 'Mozilla' category, the drop down menu no longer works.
68,290
594,536
From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0) Tag info as follows: [tag: -r Netscape_6_0_OEM_BRANCH -D "01/19/2001 10:00:00" PSM: 1.4 (PSM_1_4_N6) & NSS 3.1 (NSS_3_1_RTM tag) When one adds addresses via "Select Address" dialog and then decides to delete them in the "Compose" window it doesn't anyhow affect the real destination addresses. Reproducible: Always Steps to Reproduce: 1. Start new message (e.g. via "New Msg" button) 2. Press "Address" button in the toolbar 3. In the "Select Address" dialog add some "To:", some "CC:" and some "BCC:" destination addresses 4. Press "OK" button - all addresses should appear in the address panel 5. Now delete all addresses in the address panel of the compose window and press "Send" button 6. Verify that all recipients recieved mails though their addresses were deleted Actual Results: Deleting address in the address panel of the compose window doesn't affect real destination addresses. Expected Results: If address is deleted in the address panel recipient shouldn't recieve it.
68,821
599,887
Go to http://w3.org/ and watch it peg your CPU at 100% usage for several seconds longer than you'd expect. This occurs even after all data is loaded. Next, hover mouse over normal text. No problem. Now hover over links. Notice the CPU pegs again at 100% for several seconds and Mozilla fails to recognise it's over a link at all until the CPU settles down - the pointer does not change shape in this time. Page Down also incurs major performance problems, although scrolling appears to be reasonable. The page http://www.w3.org/TR/css3-roadmap/ also has major performance issues. Load it up, wait for mozilla to release the CPU, then switch desktops. Come back again and watch Mozilla peg the CPU while re-rendering the viewport. Even double-clicking in the urlbar to select the url takes a major amount of time. As does hovering over our toolbar buttons. I can say that the http://w3.org/ homepage has been suffering from this problem for at least three weeks (guessing), I cannot say about others.
70,097
611,879
Steps to reproduce: 1. Click on "inbox". 2. Press down. Result: thread pane now has focus. Expected result: message pane retains focus until I press tab. In bug 65667 there was some discussion about making it so that when you click on a folder, the thread pane becomes selected. I don't like that idea, because it means you would be clicking on one thing to focus another thing, and because it would make it awkward to actually get focus in the folder pane.
53,708
442,979
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; m18) Gecko/20000921 BuildID: 2000092120 At the mentionned url, there is a page divided in two frames. One is on the left with links in it. Whatever link you click on, it always reload the same page in the right frame. Reproducible: Always Steps to Reproduce: 1. Go to the url 2. Click on the left links Actual Results: Always the same page in the right frame Expected Results: Different page in the right frame
53,974
445,417
DESCRIPTION: Eek. Moving the mouse around in the test page http://www.people.fas.harvard.edu/~dbaron/css/test/pseudos causes lots of extra content to be generated. STEPS TO REPRODUCE: * load http://www.people.fas.harvard.edu/~dbaron/css/test/pseudos * move the mouse around ACTUAL RESULTS: * The paragraph that starts with the generated content "Beginning of an Element" gets some of its non-generated content duplicated repeatedly! EXPECTED RESULTS: * content stays the same, since the page is completely static BUGGY IN: * MacOS 9.0.4 Mozilla 2000-09-22-20
54,117
447,551
Overview Description: This comes from http://www.voodooextreme.com/. On the left hand side of the page, near the top, is a two element <select>. Above that is some text that says "Launch links in". That text is a hyperlink in mozilla, when it is not part of a <a href> at all. Steps to Reproduce: 1) load the attached simplified test case Actual Results: text is a hyperlink Expected Results: text should not be a hyperlink. Reproducibility: 100% Build Date & Platform Bug Found: 2000092212 win2k 2000092508 linux 2000092512 macos Additional Information: Here is the HTML for the simple case: <table border> <tr> <td> <a href=""> <center> <img src="http://www.voodooextreme.com/images/gfn.gif" alt="IMG"> </center> </a> Why is this text a hyperlink? </td> </tr> </table>
54,119
447,577
BuildID: 2000-09-19-09 (Mac); 2000-09-13-08 (Linux); 2000-09-13-09 (Win98) IMG HEIGHT not functional. Reproducible: Always Steps to Reproduce: 1. Go to aforementioned URL 2. See error. Actual Results: Same image appearing regardless of "HEIGHT =" setting Expected Results: Should behave properly, as WIDTH does now. Writing new bug as suggested.
54,803
456,409
Overview Description: After verifying bug 51904, I found that we were having a wee side-effect on nav4.x and ie5. Steps to Reproduce: 1) Reboot the OS, to get a known starting state. (optional) 2) Start Seamonkey, Nav4.7, IE5.0, then quit each of them (to show that there is no crash for the simple case.) 3) Again, start Seamonkey, Nav4.7, and IE5.0 4) Attempt to drag a URL from IE5.0 into Seamonkey (this doesn't work, but that's not this bug). 5) Drag a URL from Nav4.7 and drop it into Seamonkey. 6) Quit IE5.0 --> crashes 7) Quit Nav4.7 --> crashes 8) Quit Seamonkey --> gracefully exits (with a smug look of victory). Note: you do not need to run the IE5.0 and Nav4.7 tests concurrently; they still crash done independently. Actual Results: Crash. Expected Results: Benign coexistence with the neighbours Reproducibility: 100% win2k Build Date & Platform Bug Found: 2000092908 win2k ole32.dll-5.0.2181.1 Additional Builds and Platforms Tested On: DID NOT OCCUR on 2000092908 win98 SE ole32.dll-4.71.2900 Additional Information: Seamonkey. There can be only one.
55,166
460,629
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.13 i686; en-US; m18) Gecko/20001002 BuildID: 2000100214 I edited bookmarks to include descriptions. Then, I closed Mozilla. Bookmark descriptions were saved (checked the ~/.mozilla/default/bookmarks.html and they were there). When restarted Mozilla, the bookmark descriptions had disappeared completely. Reproducible: Always Steps to Reproduce: 1. Open "Bookmarks->Manage Bookmarks..." 2. Add descriptions to some bookmarks (most of mine just said PRIVATE, but in the end results, they didn't matter.) 3. Close window. Exit Mozilla. 4. Start again, open bookmark manager again. 5. Don't gaze too long at the Abyss, for Abyss will gaze at you. Actual Results: Description fields were all empty. Expected Results: Description fields should NOT have been empty. =) This happened with both Classic and Modern skins, so I guess this has nothing to do with the sunspots. Happened in both RedHat 6.x and Debian potato-slightly-updated.
55,751
466,480
When IME is on, [Alt-F] - [O] doesn't work. [Alt-F] opens [File] menu, but [O] is sent to a text field. It should open Open File dialog. Win32 build 2000100520 on Win98
52,548
431,369
This is similar to bug 44797. In fact, the outcome is the same. To reproduce: 1)Open Composer 2)Click on a link in the sidebar (i've got a comm build so I click on the AOL stock link, in the Stocks panel). *watch as the link is opened in the composer window* It doesn't matter if a browser window is open or not. This is effecting IM (bugscape bug 2277) Chat windows also. I've tested comm bits, winNT 2000090608 and linux 2000091312.
58,955
501,374
Branch build 2000-11-02-09MN6: NT4, Linux 6.0 Overview: Select a message from a POP account, move it to any folder on an IMAP account, Undo and a crash occurs. It is only this specific scenario where the crash occurs. Steps to reproduce: 1. Use a profile that has 1 POP and 1 IMAP account 2. Go to the POP account and select a message from any folder 3. Select Message|Move Message and choose a folder in the IMAP account 4. Select Edit|Undo Move Message Actual Results: Crash. The mechanism used to the move the message doesn't seem to make a difference. It still crashes whether the Message|Move menu, context move menu or drag-n-drop options is used. Expected Results: No Crash Additional Information: a. Mac: Does not crash b. The crash does Not occur on Win95 with these additional scenarios - Move message from IMAP->POP, Undo - Move Message from IMAP-> Another IMAP, Undo - Move Message from POP-> Another POP, Undo - Copy Message using all the above scenarios
59,787
509,499
** Observed with 11/8/2000 Win32 MN6 build ** The problem was discoverd while checking on a Japanese localized version of NS6. But you can re-create this in an English build. 1. Set the Edit | Pref | Mailnews | Startup page to http://messenger.netscape.com/ja/messenger/6/start/index.html or any Japanese page which has a meta charset tag. 2. Now open startup Mozilla and open Mail. If you have selected the startup page to come up, this is where you will see the above page. At this point, it displays OK as Japanese. 3. Select a serve and Inbox. At this point, don't select any message yet. 4. Now engage the menu,"GO | Mail startup page" (or something like this wording). 5. This will display the startup page in the viewing window. At this point, it should display OK. 6. Now select a message -- any message will do. 7. Then engage the "GO | Mail startup page" menu again. 8. You will see that the page is no longer displayed as readable Japanese. 9. Confirm that there is no way to correct this -- choose View | Character Coding | More | East Asian | Japanese (Shift_JIS). This latter action realods the message but not the page. From all of this, it seems that we are incorrectly applying the charset context from the selected message to the web page being loaded. The other problem is that the meta-charset tag in the web page is not honored here.
65,671
566,400
SM gets timezone wrong if local time offset at UNIX epoch was not the same as it is for the date being manipulated This manifests itself in Europe/London which changed its timezone to GMT+0100 as an experiment with year round daylight savings over the winter of 69/70. Modern unices with zic(8) know about this and report localtime as UTC+0100 with no daylight savings for date around 1/1/1970. Everything becomes sane again in 1971 when the timezone becomes GMT+0000 with +0100 of daylight savings time in summer. Reproducible: Always Steps to Reproduce: 1. Take a Linux/FreeBSD/OpenBSD system 2. Set timezone to Europe/London 3. create a new Date, and call toString() on it 4. observe date Actual Results: var d = new Date(2001,01,17,00,13,09); document.write(d.toString()); generates: "Thu Jan 18 00:13:09 GMT+2400 (BST) 2001" Problem is in PRMJ_LocalGMTDifference() in prmjtime.c which gets TZ offset by comparing localtime at 2/1/70 00:00:00 with 24*3600 This should get the offset by comparing localtime with UTC time for target date instead as timezone isn't necessarily constant over time.
65,917
569,304
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; 0.7) Gecko/20010109 BuildID: 2001010901 links that contain <acronym> do not take on their active style when clicked Reproducible: Always Steps to Reproduce: Click on a link with <acronym> (the question mark + arrow appear) Actual Results: Nothing happens to the link style Expected Results: The link should take on its active style
67,253
583,515
Build 2001013104, Windows NT 4.0. Summary: Inline editing of a recipient in the compose window turns bogus. Steps to Reproduce: 1. I got an e-mail from my dad at his work domain ([email protected]) 2. I replied to his e-mail, but realized he was at work, so I went into the To: field and changed *just* the [email protected] string to: [email protected]. Expected Results: E-mail should have been sent to [email protected] Actual Results: Mail bounced, and the following message is what I got: This Message was undeliverable due to the following reason: Each of the following recipients was rejected by a remote mail server. The reasons given by the server are included to help you determine why each recipient was rejected. Recipient: <[email protected]> Reason: 5.1.1 <[email protected]>... User unknown Recipient: <[email protected]> Reason: 5.1.1 <[email protected]>... User unknown Please reply to <[email protected]> if you feel this message to be in error. I'll attach my collected address book, there are some strange entries (but I don't think they should affect this bug).
67,426
585,659
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.13 i686; en-US; m18) Gecko/20010115 BuildID: 2001020121 The german umlaut characters ("&auml;" "uuml;" "&ouml;") are not displayed in quirks mode. Reproducible: Always Steps to Reproduce: go to the specified URL (or any other URL using those character entities) and compare to 4.x (if you don´t speak german). Otherwise you´ll immediately notice the lack of the umlauts. I am marking this major, because it prevents using the latest nightly on german websites, which (correctly) use the umlaut character entities rather than depending on the codepage to display them (which still works for me).
56,940
479,060
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.15-4mdk i686; en-US; m18) Gecko/20001013 BuildID: 2000101309 the standard way of string concatenation in JavaScript (as far as I know) is to use the + operator. However, doing this with a large number of operations is very slow in Mozilla. I think even VB beats it. :( During long string concatenations, Mozilla appears to simply lock up and actually crashed a number of times while I was putting together my test case. If you use the += operator, the string concatenation is actually rather quick. However, I don't see this method being used very often in web sites. Reproducible: Always Steps to Reproduce: Open the test case I'll submit Click on the "Slow" button. Time with lunar calendar Click on the other button. Notice the speed difference Actual Results: String concatenation is very slow using the normal way of doing things. String concatenation isn't bad if you use the weird work-around Expected Results: I would expect the two methods to have similar performance, especially doing something as simple as 500 operations like my test case does. I found this while I was developing/using a javascript XML parser. During one of my DOM runs, I parse the tree and create a whole lot of DIVs and then use the innerHTML property to display them appropriatly. As the DOM tree got larger, Mozilla would begin to hang/crash. After debugging, I found out it was because I used the + operator to concatenate my strings. Changing the concatenation method made the system work reasonably well. IE handles the test case fine in both instances. This is more a "Mozilla-the platform" bug than a netscape bug, but it would be nice to get in for Mozilla 1.0. It would even be nicer of course to get into Netscape 6, of course :)
58,099
492,401
Today's branch build all plfs Steps: 1 Launch browser with a new profile (that way What's Related is not the first tab to open up..News tab should open) 2 Once the browser launches, click on the What's Related tab to open it 3 Observe that it opens up blank, no content is seen This is not happening 100% but is easily reproducible. Happens with oll profile as well.
33,735
245,359
Overview Description: On Mac OS the keyboard shortcuts do not work when Mozilla is running with no windows open. Steps to Reproduce: 1) Launch Mozilla. 2) Close the initial browser window. 3) Type a keyboard shortcut to perform an action, such as quitting the application (Command Q) or opening a new browser window (Command N). Actual Results: The keyboard shortcuts have no effect.Nothing happens. Expected Results: Appropriate action for keyboard shortcut is performed. Build ID and Platform: 2000032808 build on Mac OS 8.6
34,836
254,480
Boatloads of Mac users haven't upgraded past 8.1 and don't anticipate doing so. In these cases, we should provide a sensical error. How about: "Because Netscape pointy-heads are insensitive to your needs as a pre-Mac OS 8.5 user, this application requires Mac OS 8.5 or later. We suggest purchasing a brand new Macintosh, or downloading Internet Explorer, which functions beautifully on your Mac OS 7.6.1 computer." (1) Alternatively, should the above text encounter management resistance, I'd suggest shortening it to: "This application requires Mac OS 8.5 or later." (1) To be sure, the bug reporter is being bitter and sarcastic, and is not actually suggesting this error text. > > Submitter name: Dieter Naf > Submitter email address: [email protected] > Acknowledgement checkbox: on > Product: Navigator > Version: 4.72 > Operating system: Mac OS > OS version: MacOS 8.1 > Browser_type: Macintosh PPC > Issue summary: Netscape 6 Installer doesn't work > > Issue details: > I downloaded Netscape 6 Installer from your web > site. It expanded all right. Double-clicking the > Installer Icon results in error message: > <<Netscape 6 Installer could not be opened because > "NavigationLib" could not be found>>. > > Congratulations! Great way to sell a new product! > > > Severity: Something didn't work right > Can reproduce?: Yes, Always > > Additional computer info: > > > > > This form was submitted from > http://help.netscape.com/forms/bug-client.html?cp=helexpfdb > with Mozilla/4.7 (Macintosh; U; PPC). > > > Submitter name: Jim catel > Submitter email address: [email protected] > Acknowledgement checkbox: on > Product: Communicator > Version: other > Operating system: Mac OS > OS version: 8.1 > Browser_type: Macintosh PPC > Issue summary: Mac Navigator 6 install will not run > > Issue details: > After downloading the installer and running through > Stuffit Expander and then opening the Netscape 6 > Installer I get the following message:The > application "Netsacpe 6 Installer" could not be > opened because "IconServicesLib--ReleaseIconRef" > could not be found > > > Severity: Something didn't work right > Can reproduce?: Yes, Always > > Additional computer info: > > > > > This form was submitted from > http://help.netscape.com/forms/bug-client.html?cp=helexpfdb > with Mozilla/4.72 (Macintosh; I; PPC). > > > Submitter name: Jamie Worling > Submitter email address: [email protected] > Acknowledgement checkbox: on > Product: Communicator > Version: other > Operating system: Mac OS > OS version: 8.1 > Browser_type: Macintosh PPC > Issue summary: Netscape 6 Preview Release 1 - Mac > installation fails > > Issue details: > After downloading the Macintosh English version of > Netscape 6 Preview Release 1 it was unable to > complete the installation. The following is a list > of steps followed: > > - Dowloaded English Macintosh Netscape 6 Preview > Release 1 [download and file expansion successful] > > - From the "Netscape6Installer" folder, launched > the "Netscape 6 Installer" > > - Error message received: > "The application 'Netscape 6 Installer' could not > be opened because 'NavigationLib' could not be > found" > > - Clicking on "OK" exits the installation. > > > Severity: Something didn't work right > Can reproduce?: Yes, Always > > Additional computer info: > > > > > This form was submitted from > http://help.netscape.com/forms/bug-client.html?cp=helexpfdb > with Mozilla/4.7 (Macintosh; U; PPC). > > > Submitter name: J. Michael Washé > Submitter email address: [email protected] > Acknowledgement checkbox: on > Product: Communicator > Version: other > Operating system: Mac OS > OS version: OS8.1 > Browser_type: Macintosh PPC > Issue summary: Netscape 6 installer does not work > > Issue details: > error mesage: The application Netscape 6 Instaler > could not be opened because "NavigationLib" could > not be found. > > I can't wait to try it out... > > > Severity: Other > Can reproduce?: Yes, Always > > Additional computer info: > Power Computing - power tower pro 225 Mac OS8.1 > > > > This form was submitted from > http://help.netscape.com/forms/bug-client.html > with Mozilla/4.7 (Macintosh; I; PPC). > > >
35,772
262,776
DESCRIPTION: In order to attempt to comply with a vague statement in HTML 4.0, Kipp put in some code somewhere in Layout that causes empty P elements not to take up space, even if they have CSS applied to them. I brought this up on www-html, and the reply from Dan Connolly (chairman of the HTML WG at the time, according to http://www.w3.org/TR/REC-html40/about.html#h-1.3 ) makes me think this was not the intent of the spec. See: http://lists.w3.org/Archives/Public/www-html/2000Apr/0024.html (my message) http://lists.w3.org/Archives/Public/www-html/2000Apr/0126.html (Dan Connolly) http://lists.w3.org/Archives/Public/www-html/2000Apr/0128.html (Dan Connolly) I'll try to come up with steps to reproduce later, if you want. I think Ian has some tests for the (incorrect) behavior.
35,935
264,282
From Bugzilla Helper: User-Agent: Mozilla/4.72 [en] (Win95; U) BuildID: 2000022820 When a block of text is marked with a paragraph tag inside a span with its style set to relative positioning, Mozilla does not display its text. However, it seems to have been properly laid out on the screen: hyperlinks in the included text are accessible, and the cursor changes shape when it moves over the (invisible) text area. Reproducible: Always Steps to Reproduce: 1. Open Mozilla 2. Go to the URL http://home.uchicago.edu/~sbjensen/Vanish.html Actual Results: The paragraph of text that is above the horizontal line is not visible. Expected Results: The paragraph should, in fact, be visible. The following fragment is also available at the URL below. It is just a stripped down version of the sample URL given above. http://home.uchicago.edu/~sbjensen/Vanish1.html <HTML> <BODY> <SPAN STYLE="position:relative;"> <P>There is supposed to be a paragraph here, but it is not visible. </SPAN> </BODY> </HTML>
36,367
267,947
i686-pc-linux-gnu Build 2000041908 (M16). Changing the selection in a <SELECT> widget causes the page to reflow, and screws up the table layout. To reproduce: 1: Start Mozilla. 2: Load http://quote.yahoo.com/ 3: Click on the select widget at the right of the text input 4: Choose "detailed" 5: Observe After you complete these steps, the main body of the page is shifted right by at least 100 pixels on my display. The expected result is that the layout of the page does not change. Screenshot is attached.
28,716
205,314
Steps: 1) Open a blank page 2) Hit the bullet icon 3) Type the word "Hello" and hit return 4) On second bullet type "Bye" and hit the bullet icon again Actual Results: You now have a solid and a open circle bullet on the same line. Expected Results: Hitting bullet icon again should have removed the bullet Build Date/Platform: 2/21/00-08 on NT
29,429
211,437
When I load Yahoo in build 2000022508 and then click in the textbox to enter some search text, all of the page's content above the textbox is shifted 8 pixels to the left as soon as that textbox receives focus.
29,595
212,828
The description text is overlapping the "Ready to Buy" table on the right. This could be related to bug 24411 which was a floater bug that is now fixed. Although this new bug only effects M15 builds apparently. winNT build 2000022808 M14 nightly displays fine. winNT build 2000022808 M15 nightly displays wrong. I noticed that the build numbers are the same. So - I'm assuming this is stored in a registry file? - I downloaded the M14 nightly from the directory : 2000-02-28-15-M14 whereas the M15 nightly was from : 2000-02-28-08-M15
29,651
213,390
Steps to reproduce: -select a mesage in the Smoketest folder; //note: the caption of the window displays non-ascii chars raw bits **** observed with M15 2000-02-29 win build ****
29,843
215,206
When you type characters more than one line and use Backspace key to delete whole characters, you will lose the caret in Composer. Steps of reproduce 1. Open Composer 2. Type "aaaa" and hit return to go to next line 3. Type "bbbb" 4. Hit Backspace key 9 times to delete whole characters 5. Hit one more Backspace key You will lose the caret. You cannot type any characters in Composer anymore until you close Composer and start it again. Tested 2000030108 Win32, MAC, and 2000030113 Linux build.
26,413
183,364
If you delete a Mail account, then add a News account, the identity preferences specified in the Account Wizard for the News account are ignored. Instead, the identity preferences for the deleted Mail account are inserted in the newly created News account. Build ID: 2000-02-01-08 Steps to reproduce: 1. Launch Mail 2. Delete one of your email accounts (Edit | Account Settings; select top level of email account, and press "Delete" button) 3. Add a news account using the Account wizard (Edit | Account Settings; hit "Ne Account" button, proceed through wizard to create a "news" account). At the end of the wizard, you are left in the Account Settings screen. Actual result: No identity prefs for the news account are displayed. Expected result: The identity prefs you just entered in the Wizard for the news account are displayed. 4. Press "OK" to exit from the "Account Settings" dialog. 5. Open Account Settings again (Edit | Account Settings) and select the newly created news account Actual result: Identity prefs for newly created news account contain the identity settings for the email account you recently deleted Expected result: Identity prefs you just entered in the Wizard for the news account should be displayed. Note: The newly created identity *is* available in the "From" field of the Mail Compose window.
21,205
150,818
In composer, after you open the dialogs, Link properties dialog or Insert table dialog, you cannot type Japanese characters in composer anymore. Steps of reproduce 1. Open composer 2. Turn on IME 3. Type Japanese characters and hit enter to commit 4. Open Link Properties dialog by selecting menu Insert | Link.. 5. Close the dialog 6. In Composer, start typing Japanese characters Notice you cannot type Japanese characters anymore. Tested 120608 and 120808 Mac build. This does not happen if you type English characters. This does not happen in Linux, nor Win32 build.
22,060
156,550
Build Date & Platform Bug Found: MacOS commercial seamonkey build 1999-12-16-15-m12 installed on G3/400 OS 8.5 Overview Description: Assume you have only one news server, you must have have a Local Mail folders set up and have the user pref fcc statement in order to be able to post to the newsgroup. If you don't, you receive the following error message alert dialog. [StringID(hex)=8000fff] Work around: Add a IMAP server which will create Local Mail folder. Edit the prefs.js and add the following lines: user_pref("mail.identity.id3.fcc", true); user_pref("mail.identity.id3.fcc_folder", "mailbox://nobody@Local%20Mail/Sent"); Steps to Reproduce: 1) Create a new profile 2) Open Messenger New mail/new wizard appears 3) Fill in the information for a news server I chosed "news" as my news server. 4) Select the server "news" 5) File|Subscribe 6) Enter "mcom.test" as your newsgroup 7) Select "mcom.test" 8) Wait for the news articles to download 9) Start a new mail message 10) Change the address type to "newsgroup" and enter in the address "mcom.test" 11) Type in a subject and message body 12) Click on the send button. Error message appears. Actual Results: It fails and gives this crypted warning dialog. [StringID(hex)=8000fff] Expected Results: We should not require a fcc statement set up in order to post. If we do require one, then we should automatically create a Local Mail account. Additional Builds and Platforms Tested On: This problem did not occur in the previous Mac commercial seamonkey build 1999- 12-14-08-m12 Additional Information: This build was found working on bug 21607
30,866
222,207
Overview Description: Even if you only have one profile, using the arrow key to try and negotiate the profile list (tree) results in an immediate crash on WinNT. Steps to Reproduce: 1) Launch mozilla with -ProfileManager unless you have multiple profiles. 2) Click inside the space where the profiles are listed to give it focus (another bug). 3) Hit the down or up arrow a couple times. Actual Results: When you try to use the arrows, seamonkey crashes Expected Results: Ummm, no crash- scroll through my profiles. Build Date & Platform Bug Found: Found with the 2000030709 build on WinNT Additional Builds and Platforms Tested On: I also tested a 2000030508 Mac build and did NOT reproduce. This is either new or Win specific. Additional Information: I would suspect the static XUL tree. There were bugs like this recently where other such trees were used, I believe hyatt fixed those cases.
32,028
232,251
* TITLE/SUMMARY Drag-selecting can leave selection marks on JumpTravel page (split out of 13912) * STEPS TO REPRODUCE 0) Launch Apprunner 1) Resize the height of your window so that you can scroll vertically. 2) Starting your selection at the top of the page, select downwards until you need to scroll. 3) Move your mouse upwards to where you started the selection. * RESULT - What happened A 4 pixel wide selection will be left on the page, one space to the right of one of the headers (e.g. "What's New?", "Travel Time", etc. (This isn't 100% reproducible, but it's trivial to reproduce within 2 minutes. If you're having any problems, let me know, and I'll show you.) - What was expected Unselecting text should completely remove selection marks. * REGRESSION - Occurs On Mac OS, Win32 & Linux (3.15.00 AM optimized commercial beta branch build) * CONFIGURATIONS TESTED - [Mac] Beige Power Mac G3 (266 MHz PowerPC 750), 96 MB RAM (VM on; 1 MB of VM used), 1024x768 (Thousands of Colors), Mac OS 8.6 - [Win32] Vectra VL (233 MHz P2), 96 MB RAM, 800x600 (True Color), NT 4.0 SP5. - [Linux] Vectra VL (266 MHz P2), 96 MB RAM. Red Hat Linux 6.0 (GNOME).
722,196
6,018,202
User Agent: Mozilla/5.0 (Windows NT 6.0; rv:10.0) Gecko/20100101 Firefox/10.0 Build ID: 20120123235200 Steps to reproduce: 1. Browse here: http://markdotto.com/bs2/docs/scaffolding.html 2. Inspect the element span12, it's the "12" that shows "1170px" on hover. 3. The editor does not load the correct css file, and shows 940px as the css rule applied. Expected results: There are two css files on this page. The responsive css most likely overwrites the rules for span class, and makes the span12 equal to 1170px. This should be shown in the style editor when inspecting the div.
755,988
6,314,556
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120515 Firefox/14.0a2 Build ID: 20120515042006 Steps to reproduce: User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120516 Thunderbird/14.0a2 I noticed that "Mail Account Setup" wizard cannot detect service running on port 465 with SSL/TLS. I found the problem with version 12.0.1 (for Windows and Mac). I tried Earlybird (14.0a2) for Windows but it was still broken. I did the following steps: (Assume an (internal) SMTP server running services on standard port 25/465/587) * Select Account Settings -> Account Actions -> Add Mail Account * Enter a name and Email address, and click "Continue" * Thunderbird found configuration by trying common server names * Click "Manual config" and change outgoing SSL setting from "STARTTLS" to "SSL/TLS" (The port number was automatically changed from 587 to 465) * Click "Re-test" Actual results: Thunderbird reported "Thunderbird failed to find the settings for your email account". If I reverted outgoing SSL setting to "STARTTLS" and clicked "Re-test", Thunderbird reported "The following settings were found by probing the given server". I'm sure that the server is configured correctly, because I could manually edit "Outgoing Server (SMTP)" in Account Settings to use "SSL/TLS" for "Connection security" and send messages without problems. Expected results: Thunderbird should be able to find service on port 465 with SSL/TLS by probing the given server. Actually, version 9.0.1 worked as expected, so it is a regression. I captured packets between the client and server using wireshark, and noticed that Thunderbird didn't send SSL client hello to port 465 after 3-way handshake, and just closed the connection. imaps (993) and pop3s (995) are detected properly. I guess something is wrong with the service detection logic.
756,881
6,322,559
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:15.0) Gecko/15.0 Firefox/15.0a1 Build ID: 20120519030527 Steps to reproduce: Click on "open new tab" icon on tab bar. Actual results: 9 frequently viewed pages are displayed, but the thumbnails for some of them do not refresh properly. In particular, the thumbnails for Facebook pages never refresh when accessed through the appropriate thumbnail. Thumbnails for other pages appear to refresh properly. Previously, the correct page thumbnails for Facebook were displayed. Expected results: The thumbnail updates to display the most recent page viewed, including for Facebook.
735,175
6,135,257
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:10.0.2) Gecko/20100101 Firefox/10.0.2 Build ID: 20120215223356 Steps to reproduce: I tried to update the name of a Testplan. I was using the latest version of Testopia from Bzr and Bugzilla 4.2 Actual results: The update was not processed and when I inspected the apache error_log I saw this : tr_process_plan.cgi: Insecure dependency in parameter 6 of DBI::st=HASH(0x10f502d18)->execute method call while running with -T switch at Bugzilla/Object.pm line 449 Expected results: The Plan name should have been updated
737,802
6,158,442
User Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1068.1 Safari/536.3 Steps to reproduce: Access the following URLs using Google Chrome on Linux, NSS's tstclnt command-line tool and Firefox with "NSS_ENABLE_PKIX_VERIFY=1" (i.e. libpkix certificate chain verification): https://desk.phi9.com https://www.dominos.co.uk Actual results: Certificate chain rejected with an error along the lines of "unknown issuer" or "wrong certificate type". Expected results: No errors, certificate chain accepted.
778,916
6,518,059
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1 Build ID: 20120713134347 Steps to reproduce: Using the latest GCLI content from GitHub: - view the demo index.html page that's in GCLI's root directory - type "edit<Space>" - this causes the first completion suggestion to appear ("inline-css") - press <Tab> Actual results: - GCLI fills in the "inline-css" completion twice, so the input line becomes "edit inline-css inline-css" Expected results: - the completion should have been put in once, making the input line "edit inline-css"
770,993
6,445,488
about:memory currently says: 2,900,670,167 B (100.0%) -- explicit ├──2,031,995,248 B (70.05%) -- js │ ├──1,090,516,296 B (37.60%) -- compartment([System Principal], jar:file:///home/froydnj/firefox/omni.ja!/components/ConsoleAPI.js) │ │ ├──1,088,821,072 B (37.54%) -- objects │ │ │ ├──1,088,678,736 B (37.53%) ── elements │ │ │ └────────142,336 B (00.00%) ── slots which seems a tad over-the-top. Not sure what's causing it; I haven't opened the Web Console this browser session. This browser is Aurora from ~1 month ago.
832,942
7,022,327
Searching from the URL bar (ie type words in bar, tap the "Go"/looking-glass icon --> get Google search results) results in a "Problem loading page" error: Secure Connection Failed An error occurred during a connection to www.google.com. security library: memory allocation failure. (Error code: sec_error_no_memory) The URL turned out to be: https://www.google.com/search?q=kittens&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:unofficial I'm running Nightly. about: tells me this is version 21.0a1 (2013-01-20) about:support tells me of the following "Important Modified Preferences" browser.cache.disk.capacity 204800 browser.cache.disk.smart_size.first_run false browser.cache.disk.smart_size.use_old_max false browser.cache.disk.smart_size_cached_value 10240 browser.startup.homepage_override.mstone 21.0a1 dom.mozApps.used true dom.w3c_touch_events.expose true extensions.lastAppVersion 21.0a1 network.cookie.prefsMigrated true privacy.donottrackheader.enabled true I also have AdBlock Plus (v2.2.1) installed. Disabling this doesn't change things. The phone is a ZTE Blade running Android 4.0.4 (ICS); it has an ARMv6 CPU, running at 600 MHz, and (according to the "About phone" in the settings) 421 MB of memory. Browsing other https sites doesn't cause problems, neither does removing the "s" from the "https". Using the stock ICS browser to search also works as expected (and is using https for searching in this way).
840,714
7,096,778
Reperted by Rob Crittenden 2013-02-12 16:59:49 EST Description of problem: certutil -a does not produce a base64-encode CSR wrapped with BEGIN/END blocks, it produces garbage. Version-Release number of selected component (if applicable): nss-tools-3.14.2-2.fc18.x86_64 How reproducible: Every time Steps to Reproduce: 1. mkdir /tmp/db && cd /tmp/db 2. certutil -N -d . (set no password) 3. /usr/bin/certutil -d . -R -k rsa -g 2048 -s 'CN=IPA RA,O=EXAMPLE.COM' -z /etc/group -a Actual results: Generating key. This may take a few moments... Ȼ�n�Ȼ�n���@��@@�En�����n����n�)�;�}�Pa�W!YTހ�Y��#D��/10AЯ@�@�#n�����0A�@q�n��n��P��@�h��n�h��n���� Expected results: Generating key. This may take a few moments... Certificate request generated by Netscape certutil Phone: (not specified) Common Name: IPA RA Email: (not specified) Organization: EXAMPLE.COM State: (not specified) Country: (not specified) -----BEGIN NEW CERTIFICATE REQUEST----- MIICbDCCAVQCAQAwJzEUMBIGA1UEChMLR1JFWU9BSy5DT00xDzANBgNVBAMTBklQ QSBSQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOC5SaFls/vW3No1 NCPz2gGQeFb3bJZWuDoBjz0WWiheYKEZcUYJ5tdo2bnv5l6waXlgOyh24o+FpHP1 aarhUPKoQjOFAraCYsO5cZl/oAR3tVCaQDEriqPle2nWIMeA6kceDP1dL9bWD54I REBTvURZ2NCXGfdc3Zof19WNhYoNAAFy9rTwoLuaVqljKrUngeQPmUNKIUIZezYE aJ0QkLc1kpRiUxIC1qM9ZC6/Z46K4Ak7JteIylChExI9lH5ypsqcjYbx3Ug+eelW gzJQlnTqgR2+kfGl1VUfgjfhvoSu2GydvYf1KjRGkWd01uFgDuE6/Kj8Z0KX+eXd SPvNvaUCAwEAAaAAMA0GCSqGSIb3DQEBBQUAA4IBAQAOEQF11CPWtzoTvB/+9kte Tnl36ujC6pdeHKcBoddXb8wrZJy8zvT2i70LiVz+U9QdKB7KhekaSbqIZQ+alA7N izPktKHiER0hWEL3dTmJ12FSLv0ltbio5HYkHFrA180qNh+YBBuMpvDjleuxmvq9 Kutj1B8B8vD4ZYoMeySNg42hF4BD3X8w8E2hwdasp6UcTNjdVBXUZ3BRQ43MBdUi 1H9i0cs+ZK+K9AKfR/KiN8DLGvMWCNfh2bHD0zwJgRUczeNYXC8KIkKvsz3J/f+f MA71IRjHKu6Fmmi5Ifgj35HL91MxCQrCEzg6mKzffwZ16WB98upZbEQvOq53HS6f -----END NEW CERTIFICATE REQUEST-----
863,246
7,330,179
Created attachment 739040 A copy of the page I linked to, in case of link rot User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:20.0) Gecko/20100101 Firefox/20.0 Build ID: 20130329030352 Steps to reproduce: Visit this URI: http://marcorondini.eu/research/resource_uri/ Actual results: Information from resource:// is leaked, including the fact that I'm using Firefox, the platform, the browser's language (not just the content of the Accept-Language header), and whether or not I was using Tor Browser Bundle. Expected results: No information in resource:// should be leaked.
863,947
7,337,351
This is a regression introduced by Bug 816853 that affects the libpkix certificate verification cache. Steps to reproduce: 1) Load a certificate/root into the NSS DB 2) Mark it as trusted for SSL 3) Perform a verification for a certificate that chains to that root 4) Remove the trust bits 5) Perform another verification Expected: It fails, due to the trust bits no longer existing. Actual: It succeeds, due to successfully hitting the cache.
871,485
7,415,284
Pre-condition : put many video files in SD card Start video application with new inserted SD card -> home button -> (thumbnail is retrieving in background) -> start music or browser [1] music application cannot use H/W decoder -> This can be consume more power and overall performance is decreased [2] browser cannot play any streaming -> Because browser cannot use h/W codec for video decoding -> If browser start streaming once, video application cannot listup any thumbnail while playing
872,869
7,428,803
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:20.0) Gecko/20100101 Firefox/20.0 Build ID: 20130329043827 Steps to reproduce: I left Thunderbird open for a while. It periodically downloaded emails from an IMAP server. One of my folders on the IMAP server have over 350000 messages. While slowly fetching emails, it consumed a lot of CPU time (around 90% for long periods of time). Although this does not freeze up the system, it is an enormous drain on CPU time available for other processes. Actual results: I noticed Thunderbird spent a lot of time on the InsertElementSorted() statement in nsMsgDatabase::ListAllKeys(). See: mailnews/db/msgdb/nsMsgDatabase.cpp. The method appears to degrade to an O(n^2) insertion sort when building a list of all keys. Expected results: ListAllKeys() should have operated in O(n) time. A couple of things are going wrong here: 1) nsMsgDatabase::ListAllKeys() should not bother to sort the keys. All of the callers appear to pass in empty lists to be filled and don't care if the results are sorted. The name of the method doesn't even suggest to potential callers that the results will be sorted. If the caller requires the results to be sorted, they should explicitly do so as it would make the code more readable and easier to refactor. 2) InsertElementSorted() should not exist. Code should never require a changing array to remain sorted. This will just lead to O(n^2) performance problems. A more appropriate data structure should be chosen for existing code that attempts this.
849,500
7,185,425
In the latest fx-team, Open inspector, switch to web console, reload page. You will see two errors in error console: Timestamp: 3/9/2013 3:17:46 PM Error: [Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [inIDOMUtils.clearPseudoClassLocks]" nsresult: "0x80004003 (NS_ERROR_INVALID_POINTER)" location: "JS frame :: resource:///modules/devtools/InspectorPanel.jsm :: InspectorPanel_clearPseudoClasses/< :: line 636" data: no]: undefined Source File: resource:///modules/devtools/EventEmitter.jsm Line: 105 Timestamp: 3/9/2013 3:17:46 PM Error: TypeError: newWindow.document is undefined: InspectorPanel_onNavigatedAway@resource:///modules/devtools/InspectorPanel.jsm:261 EventEmitter_emit@resource:///modules/devtools/EventEmitter.jsm:100 onRemoteTabNavigated@resource:///modules/devtools/Target.jsm:302 EV_notify@resource://gre/modules/devtools/dbg-client.jsm:147 DC_onPacket/<@resource://gre/modules/devtools/dbg-client.jsm:506 effort@resource://gre/modules/commonjs/sdk/core/promise.js:55 resolved@resource://gre/modules/commonjs/sdk/core/promise.js:117 then@resource://gre/modules/commonjs/sdk/core/promise.js:37 then@resource://gre/modules/commonjs/sdk/core/promise.js:123 DC_onPacket@resource://gre/modules/devtools/dbg-client.jsm:517 LDT_send/<.run@chrome://global/content/devtools/dbg-transport.js:224 Source File: resource:///modules/devtools/EventEmitter.jsm Line: 105 What is happening is that the navigateaway notification from the server is coming too early that the window.document is not present at that point, thus Inspector fails to load after that. Which means that if you switch back to inspector after the reload is complete, you will not see the markup view. This might be a regression because of bug 820524 as I cannot reproduce the same errors in latest nightly.
1,008,735
8,777,917
Steps to reproduce: 1. set your Lightning timezone to Europe/Berlin via the preferences dialog 2. create an event at 12 o'clock noon 3. select "show timezones" in the event dialog. 4. change the event timezone to "America/Los Angeles" 5. Start Time changes to 3 AM 6. save the event, display stays at 12 o'clock, because App-Timezone is still "Europe/Berlin" 7. open preferences and change App-Timezone to "America/Los Angeles" 8. displayed time stays at 12. Expected result: Displayed time should read 3 AM. The other views are correctly updated most of the time, but - to make things worse - not always. Restarting the Program gives correct display again. Possible regression of bug 396279
986,936
8,567,830
User Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; MDDRJS) Steps to reproduce: For more than a year I used TB/Lightning to read and update my icloud calendar. Since a few days Lightning tells me with yellow rectangle that the calendar is momentarily not available. It's configured as caldav with location like https://p01-caldav.icloud.com/1234567890/calendars/home/. User and Password are my Apple-Id with password. I tried a beta version TB 28.0 / Lightning 3.0b1 with the same result. Actual results: When I start TB, Lightning is able to read the calendar, but after the first update TB disables it. TBs Error Console reports the following messages: Timestamp: 23.03.2014 15:45:44 Error: p01-caldav.icloud.com : server does not support RFC 5746, see CVE-2009-3555 Timestamp: 23.03.2014 15:46:01 Warning: Use of getAttributeNodeNS() is deprecated. Use getAttributeNS() instead. Source File: resource://calendar/modules/calXMLUtils.jsm Line: 32 [JavaScript Warning: "CalDAV: Unexpected response, status: HTTP/1.1 200 OK, href: /1234567890/calendars/home/"] [JavaScript Warning: "There has been an error reading data for calendar: iHome. However, this error is believed to be minor, so the program will attempt to continue. Error code: DAV_REPORT_ERROR. Description: There has been an error reading data for calendar: https://p01-caldav.icloud.com/1234567890/calendars/home/. It has been disabled until it is safe to use it."] [JavaScript Warning: "There has been an error reading data for calendar: iHome. However, this error is believed to be minor, so the program will attempt to continue. Error code: READ_FAILED. Description: "] [JavaScript Error: "[calCachedCalendar] replay action failed: null, uri=https://p01-caldav.icloud.com/1234567890/calendars/home/, result=2147500037, op=[xpconnect wrapped calIOperation]"] Expected results: I'd expect that Lightning updates the entries correctly, as it work before.
825,158
6,948,893
Created attachment 696242 logs Firefox Mobile 18 beta 6 / Nightly 20.0a1 2012-12-27 Asus EEE Transformer TF101 (Android 4.0.3) Steps to reproduce: 1) Share a video directly on Facebook (don't share a youtube video) Alternatively go to facebook.com/ClujCrusaders and scroll down the "Wall" tab until you reach the video 2) Try to open the video from Firefox Mobile Expected results: The video is correctly displayed When the user taps on the video the video is played Actual results: The video is not correctly displayed on the "Wall". When the user taps on the video a pop-up blocker doorhanger is displayed. If you allow it to be shown a new tab with a redirect link is opened but the tab remains blank. Regardless if the user allows or not the popup each time the user taps on the video a new doorhanger is displayed but the number of pop-ups grows with each tap Note: Please see the videocapture: http://youtu.be/W9LyvbBThHg
829,435
6,989,028
Build Identifier: http://hg.mozilla.org/mozilla-central/rev/0a6e5a67c4e8 Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20130110 Firefox/21.0 ID:20130110030939 COMPLETELY BROKEN in Firefox. The problem does not happen in Google Chrome 23.0.1271.97 m. Steps to reproduce: 1. Open Firefox with newly created profile 2. Open attached pdf Actual results: The characters were garbled. Expected results: Should be rendered with proper characters
799,721
6,713,099
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.14 (KHTML, like Gecko) Version/6.0.1 Safari/536.26.14 Steps to reproduce: Using PostgreSQL 9.2. Running ./checksetup.pl as "root". Actual results: ./checksetup.pl reports: DBD::Pg::db table_info failed: ERROR: column t.spclocation does not exist LINE 11: ...t(t.spcname) AS "pg_tablespace_name", quote_ident(t.spclocat... ^ [for Statement " and more. Expected results: The database should have been initialized.
917,380
7,870,282
User Agent: Mozilla/5.0 (Stop!Hacker!; rv:24.0) Gecko/20130524 Firefox/24.0 (Nightly/Aurora) Build ID: 20130917030214 Steps to reproduce: This is in firefox nightly build 26.0a1. I tried to open a website that has a secure connection. However, something strange happened. Actual results: When I tried to open a website signed by Entrust, Inc. Although I edit the CA settings in the certificate manager that this certificate is not trusted, the connection will still go through without showing “The connection is untrusted". Also, when I opened the certificate manager and change a CA settings, I closed it, firefox will crash after I reopen certificate manager. Test Website: https://order.dominos.com/en/pages/order/menu.jsp#/menu/category/all/ With "Entrust Inc" Root certificate untrusted, the certificate is still trusted. Expected results: It should appear "The connection is untrusted, because the root certificate is untrusted."
885,371
7,557,300
Steps to Reproduce: 1 In FFOS browser, browse to any page containing amr content (href link, not audio tag). 2 Click on the link 3 Embedded media player is opened, but as amr is not supported it wont play anything. As per the below discussion we cannot play AMR audio from a webpage. https://groups.google.com/forum/#!msg/mozilla.dev.media/o3OuUVbetYg/9pbzlstcQNMJ In this case for better UX we should not even open the embedded media player if the content cannot be played.
885,751
7,561,347
Created attachment 765933 Contents of about:memory My Firefox instance is currently using about 2.5GB of RAM. 1GB of that I consider quite reasonable. (I'm running a load which experience suggests Chrome would be using well over 2GB for, plus almost 200 lazily-not-loaded-at-present tabs which I believe Chrome doesn't support, let alone the Panorama feature which I use to manage most of it to good effect. Even with some problems, I love Firefox; switching to Chrome is unthinkable.) 1.5GB of that appears to be leaked memory from the JavaScript warning logging strings. Steps used to find the problem: 1. Start a new project using Foundation (the SASS version). 2. Start working on the page, refreshing the page rather regularly as changes are made and most of the time having one or both of Firebug and the Inspector of the Dev Tools open (I opened all the other tabs somewhere along the way, which could potentially matter), but opening and closing both of them fairly frequently (not for particularly good reasons). 3. Wonder why your 4GB of RAM is almost all consumed †. about:memory shows explicit/js-non-window/compartments/non-window-global/compartment([System Principal], [anonymous sandbox] (from: resource://gre/modules/devtools/dbg-server.jsm:41))/string-chars using 1,529,840,416 B. All of the strings being displayed in "huge" are between 489977 and 490234 characters long. This is suspiciously close to 500000 and the size spread is 258 characters, suspiciously close to 256. All the strings of size start with "[JavaScript Warning: ". I don't know what comes after the first 32 bytes, though, because about:memory doesn't say that. :-( None of the strings are presently available in the Error Console or the Web Console, and I have closed the Developer Tools and Firebug on all tabs (I believe). In case it helps, the page that I'm working on has contained experimentation with clip-path, hyperlinks, CSS, a few small images, blocks of colour and a good deal of sadness about features that Chrome and Internet Explorer (especially the latter) are lacking or implement badly. (Chrome, why is your clip-path not not clipping the hit target? That makes it useless for me...) Oh, it's also got some inline SVG now, because clip-path couldn't do what I needed in WebKit. No JavaScript beyond the defaults of Foundation. (Modernizr, Zepto and a handful of libraries of their own.) The page that I'm working on is a local page and I am not at present willing to share it. Sorry about that. I have not yet tested it on Nightly, nor was I immediately able to reproduce the issue with a believed-similar load on a blank Firefox profile with only Firebug added. At the time of writing, I still have the same instance of Firefox running, but it's likely to be killed if there's no other way to free that 1.5GB of RAM within a day or so. Other potentially useful information ==================================== :User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:21.0) Gecko/20100101 Firefox/21.0 :Enabled add-ons: - Adblock Plus - Atlassian Bonfire - Context Font - DownThemAll! - DuckDuckGo Plus - Firebug (1.11.2 ) - FireFontFamily - Greasemonkey - PDF Viewer - Stylish - View Dependencies - Plus the standard ones provided for Ubuntu: - Global Menu Bar integration - Ubuntu Firefox Modifications - Ubuntu Online Accounts - Unity Desktop Integration - Unity Websites integration † This step is optional. Especially, don't worry about removing 28GB of your RAM if you're lucky enough to have that much surplus.
924,069
7,934,377
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0 (Beta/Release) Build ID: 20131006030201 Steps to reproduce: Type the first bit of an URL in the urlbar for which a completion is available. Press RET. E.g. say http://www.google.com is completeable, type http://www.goo RET Actual results: The completed bit of the URL ("gle.com") is now in the X clipboard. Expected results: The X clipboard's contents should not have been tampered with.
933,101
8,024,043
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Firefox/24.0 (Beta/Release) Build ID: 20130910160258 Steps to reproduce: steps: - write a message - drag an email from address book - type in subject and content - Send button still disabled Actual results: Send button disabled when write a message with to, subject and content Expected results: Send button should enable as the new message already with to, subject and content
936,026
8,053,718
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0 (Beta/Release) Build ID: 20131025151332 Steps to reproduce: 1. Go to a page with a login form (ie. reddit.com). 2. Go to any other page afterward. 3. Press "back" button, use mouse-button, or keyboard shortcut to go back. Actual results: Username is filled in but not password. Expected results: Username and password should be filled in.
961,347
8,306,478
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0 (Beta/Release) Build ID: 20140117030207 Steps to reproduce: On firefox 29 , when I input some contents into the input area of "google translate" https://translate.google.com/?hl=zh-TW&tab=wT#en/zh-TW/ . Actual results: The input area of "google translate" can't expand automatically as the input contents size exceeds the original input area size. Expected results: The input area of "google translate" should expand automatically to accommodate and show all words of the input contents.
950,858
8,201,988
See: http://hg.mozilla.org/releases/mozilla-release/annotate/39faf812aaec/security/manager/ssl/src/nsNSSCallbacks.cpp#l1106 http://forums.mozillazine.org/viewtopic.php?f=9&t=2783195 http://forums.mozillazine.org/viewtopic.php?f=9&t=2783195 This patch got uplifted to Firefox 26. The patch only accounts for the cipher suites that are enabled in Firefox 27 and later. However, this is a different set of cipher suites than is enabled in Firefox 26. Also, MOZ_CRASH is too extreme. MOZ_ASSERT is better for this type of thing.
976,149
8,455,546
Created attachment 8380742 error-1393254064074.txt I'm seeing this periodically on desktop (Nightly and Aurora, signed into a Firefox Account), and possibly also on Android (though I haven't managed to capture a log on Android to verify that it's the same problem). I think this was the actual cause of bug 975059, but I'm filing this as a new bug because that one had a bunch of mistaken information in it. (This bug is happening intermittently, which tricked me into thinking I had steps to reproduce when I didn't.) When this bug occurs, a sync error is displayed. If I press the "Reconnect to sync" button that appears in the menu panel, I'm asked to re-enter my password to sign into sync. However, there is a signedInUser.json file in my profile, and sync appears to reconnect automatically and successfully if I just restart Firefox instead of signing in again. Attached is one of the logs showing the error. I've saved copies of a few days' worth of logs, if more would be helpful. In another log, the authentication error occurred shortly after a "Could not acquire lock error", though I'm not sure whether that's related: 1392924812002 Sync.Service DEBUG Caching URLs under storage user base: https://sync-1-us-east-1.sync.services.mozilla.com/1.5/41459/ 1392924836027 Sync.Service DEBUG User-Agent: Firefox/29.0a2 FxSync/1.31.0.20140220004001. 1392924836027 Sync.Service INFO Starting sync at 2014-02-20 11:33:56 1392924836027 Sync.Service DEBUG In sync: should login. 1392924836027 Sync.Service DEBUG Exception: Could not acquire lock. Label: "service.js: login". No traceback available 1392924836027 Sync.Service INFO Cannot start sync: already syncing? 1392924836027 Sync.Service DEBUG Not syncing: login returned false. 1392924838097 Sync.BrowserIDManager ERROR Authentication error in _fetchTokenForUser: Client error. 1392924838098 Sync.Status DEBUG Status.login: success.login => error.login.reason.no_recoverykey 1392924838098 Sync.Status DEBUG Status.service: success.status_ok => service.client_not_configured 1392924838098 Sync.SyncScheduler DEBUG Clearing sync triggers and the global score.
1,581,903
14,367,003
In LoginManagerParent.jsm there are a four different places where the documentPrincipal's origin is used. Three of them use the principal of the document that the form is in. But one of them, at https://searchfox.org/mozilla-central/rev/7ed8e2d3d1d7a1464ba42763a33fd2e60efcaedc/toolkit/components/passwordmgr/LoginManagerParent.jsm#600 uses the top-level browsing context to determine the origin. This should be using the form's document's origin. I'm not sure of the security implications of this, perhaps MattN or Sam can comment, but I'll mark it as such for now.
1,588,386
14,420,613
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0 Steps to reproduce: 1. install vimium-ff (amo: https://addons.mozilla.org/firefox/addon/vimium-ff/ source: https://github.com/philc/vimium) 2. open YouTube to watch a video 3. go to fullscreen 4. press 'x' to close current tab Actual results: The browser is in a strange state that the tabbar, urlbar and bookmark bar is not visible / usable. Switching to next / prev tabs using Ctrl + PgDn / PgUp does work. Expected results: When a fullscreen tab is closed by extension, Firefox should exit fullscreen correctly. I get a 404 error when running mozregression: mozregression --good 2019-10-10 --bad 2019-10-11 --profile-persistence=reuse 6:54.93 INFO: Narrowed inbound regression window from [a7ca5ad3, c5e6477c] (3 builds) to [6660bc0d, c5e6477c] (2 builds) (~1 steps left) 6:54.93 INFO: No more inbound revisions, bisection finished. 6:54.93 INFO: Last good revision: 6660bc0d1b23ae45dc3c952b6e21c0335e9739e9 6:54.93 INFO: First bad revision: c5e6477c3a245a97d4c3cdd5d3e406f8abaf94ad 6:54.93 INFO: Pushlog: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=6660bc0d1b23ae45dc3c952b6e21c0335e9739e9&tochange=c5e6477c3a245a97d4c3cdd5d3e406f8abaf94ad 6:58.13 ERROR: The url u'https://hg.mozilla.org/integration/mozilla-inbound/json-pushes?changeset=c5e6477c3a245a97d4c3cdd5d3e406f8abaf94ad&full=1' returned a 404 error. Please check the validity of the url. This happens on another video site too. Closing using Ctrl-w does work as expected.
1,584,907
14,393,821
[email protected] received an email on September 14th. Surprisingly, there seems to be no Bugzilla entry for this issue. If we want to fix just the heap overflow, then we need to look at the patch at: https://github.com/libexpat/libexpat/commit/c20b758c332d9a13afbbb276d30db1d183a85d43 Am 14.09.19 um 23:00 schrieb Sebastian Pipping: > Hi! > > > I would like to let you know that Expat 2.2.8 [1] has been released. It > fixes heap buffer over-read CVE-2019-15903 [2] and other issues [3]. > > If you happen to have patches for Expat that are still required with > 2.2.8, please send them my way. > > Thank you! > > Best > > > > Sebastian > > > [1] https://github.com/libexpat/libexpat/releases/tag/R_2_2_8 > [2] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15903 > [3] https://github.com/libexpat/libexpat/blob/R_2_2_8/expat/Changes >