Bug ID
int64 961
1.91M
| Comment ID
int64 3.98k
17.1M
| Author
stringlengths 8
48
| Comment Text
stringlengths 1
64.3k
⌀ |
---|---|---|---|
154,971 | 1,425,207 |
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; T312461; Q312461)
BuildID: 2002053012
when using the javascript SOAP objects, https does not work. in other words, a
javascript SOAP client cannot talk to a web service over SSL.
Reproducible: Always
Steps to Reproduce:
1. setup a server exposing a web service over https. an easy way to do this is
to download apache axis (http://xml.apache.org) or glue
(http://www.themindelectric.com), follow the instructions for using SSL, then
follow the instructions to expose a simple web service.
2. to verify that the web service and the javascript SOAP client are working,
try accessing the web service and invoking a method in the clear (http).
3. try accessing the same web service and invoking the same method over ssl
(https).
Actual Results: step 2) from above will work, step 3) will not
Expected Results: both 2) and 3) should work.
after some debugging, i noticed that the https soap transport is indeed
implemented, but it doesn't appear to advertise the fact that it implements the
nsISOAPTransport interface.
if you look in mozilla/extensions/xmlextras/soap/src/nsHTTPSOAPTransport.cpp,
you'll find these 2 lines:
NS_IMPL_ISUPPORTS1_CI(nsHTTPSOAPTransport, nsISOAPTransport)
NS_IMPL_ISUPPORTS1_CI(nsHTTPSSOAPTransport, nsISupports)
it seems like the second ought to be:
NS_IMPL_ISUPPORTS1_CI(nsHTTPSSOAPTransport, nsISOAPTransport)
in fact, i tried changing this and recompiling the xmlextras component. after
this, SOAP over https did indeed work.
|
|
154,981 | 1,425,300 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1a+) Gecko/20020628
BuildID: 2002062804-TRUNK
While looking for something else, I noticed this in my Javascript console.
"reference to undefined property Components.interfaces.nsIWindowDataSource
Source File: chrome://communicator/content/tasksOverlay.js"
I'm using the Modern theme.
Reproducible: Didn't try
Steps to Reproduce:
1. As I just noticed this, I'm not sure at this point how to reproduce it. If
this bug makes no sense to anyone, I'll do some more digging.
Actual Results: Javascript error.
Expected Results: no errors in Mozilla supplied chrome.
It should be noted that I don't see any manifestation of this problem while
using Mozilla.
|
|
156,581 | 1,438,621 |
Spun off bug 156187.
Using commercial trunk
2002070808 on linux 2.2 TB8146931
2002070208 on mac 9.2.2 TB8154605
If you are in classic theme (though did see the crash in modern
but always crashes in classic), in messenger, offline, if
you view a mesg source of downloaded mesg, then go to browser
or messenger and do file|quit it will cause a crash.
stack trace
libc.so.6 + 0x7b38e (0x4052838e)
libc.so.6 + 0x7b334 (0x40528334)
PL_strfree()
nsSocketTransportService::ClearEntry()
PL_DHashTableFinish()
nsSocketTransportService::Shutdown()
nsIOService::SetOffline()
nsIOService::Observe()
nsObserverService::NotifyObservers()
NS_ShutdownXPCOM()
netscape-bin + 0x97ec (0x080517ec)
libc.so.6 + 0x1bb65 (0x404c8b65)
Steps to reproduce:
-start Mozilla
-start MailNews
-going offline
-view message (the original message with that the crash occured for the first
time)
-view message source (NO crash)
-quit
=>Crash
I was viewing source of text mesg and then went to Messenger or Browser
and did file|quit.
I tried various window trunks and crashe logs weren't same as linux/mac
first windows: TB8156300
ntdll.dll + 0x4a776 (0x77fca776)
ntdll.dll + 0x4a635 (0x77fca635)
MSVCRT.DLL + 0x113d (0x7800113d)
MSVCRT.DLL + 0x1f5f (0x78001f5f)
2nd windows TB8154910X:
ntdll.dll + 0x215c (0x77f5215c)
ntdll.dll + 0x1fbf (0x77f51fbf)
msvcrt.dll + 0x1ab2e (0x77c2ab2e)
AtomImpl::`scalar deleting destructor'
AtomTableClearEntry [c:/builds/seamonkey/mozilla/xpcom/ds/nsAtomTable.cpp, line
108]
PL_DHashTableFinish [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c, line 324]
NS_PurgeAtomTable [c:/builds/seamonkey/mozilla/xpcom/ds/nsAtomTable.cpp, line
156]
NS_ShutdownXPCOM [c:/builds/seamonkey/mozilla/xpcom/build/nsXPComInit.cpp, line
693]
main [c:/builds/seamonkey/mozilla/xpfe/bootstrap/nsAppRunner.cpp, line 1816]
WinMain [c:/builds/seamonkey/mozilla/xpfe/bootstrap/nsAppRunner.cpp, line 1826]
WinMainCRTStartup()
kernel32.dll + 0x1eb69 (0x77e7eb69)
|
|
157,210 | 1,443,954 |
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
BuildID: 2002053012
Open this HTML up in Mozilla or Netscape 6.2. It will render the inputs the
same (and submit the same value) even though the values differ by case. Only
happens if the 2 characters are 8 characters appart.
<html>
<body>
<form name="MainForm">
<input type="text" name="lower" value="abcdefghabcdefghi">
<input type="text" name="upper" value="AbcdefghAbcdefghi">
</form>
</body>
</html>
Reproducible: Always
Steps to Reproduce:
1. Open the HTML (in the description) up in Mozilla or Netscape 6.2
2.
3.
Actual Results: It will render the inputs the same (and submit the same value)
even though the values differ by case. Only happens if the 2 characters are 8
characters appart.
Expected Results: It should have shown and submitted the values as
lower=abcdefghabcdefgh and upper=AbcdefghAbcdefgh
|
|
157,322 | 1,445,046 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1a+) Gecko/20020713
BuildID: 20020713
If I collapse the "Navigation Toolbar" and the "Personal Toolbar", and then
"un-collapse" them, the back button has lost it's history and no longer
functions for the rest of the browser session.
Reproducible: Always
Steps to Reproduce:
1. If I collapse the "Navigation Toolbar" and the "Personal Toolbar"
2. Then "un-collapse" them
3. The back button has lost it's history and no longer functions for the rest of
the browser session.
Actual Results: The back button (maybe forward too) stop functioning.
Expected Results: Mozilla should have remembered the history of both the back
and forward buttons.
No other information is needed, as all steps have been detailed in the other
form elements.
|
|
157,978 | 1,451,704 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a+) Gecko/20020715
BuildID: 2002071508
document.images[].width & document.images[].height sometimes return 0 instead of
the image-values.
See attached testcase!
The testcase does three different calls of the object.
1. call immediatly while page-loading
2. call 5 seconds after load
3. call by clicking on a link
Reproducible: Always
Steps to Reproduce:
1. open attached testcase
2. take a look at the alert() you get & press [Ok]
3. wait a few seconds for the second alert(). & press [Ok]
4. click on the link
Actual Results: Depending on first call or reload, some of the alerts() show
zero-values or even the image is not displayed.
Expected Results: All alerts show correct image size!
Picture is always displayed correctly!
I am not really sure about the severity, but this bug could cause troubles on
many sites using JS vor image-control, so I guess it is a major one...
|
|
163,682 | 1,504,723 |
This is seperated from bug 162377.
Steps to reproduce:
1. go to ftp://10.169.114.243
2. Go to Edit | Preference | Language, select Simplified Chinese (GB2312) as
Character Encoding, so the Chinese filenames can be viewed correctly on
thelisting page.
3. Shift click on the html/text file with Chinese filename or right click on the
file and select Save Link Target As menu, the Chinese filename is always shown
as "File" on Save as dialog.
4. To compare with the result of an English filename, on the same page, click on
"English" folder, Shift click on an English html/text file, you can see the
English filename is shown correctly on Sava as dialog
|
|
163,712 | 1,504,970 |
If I use cmd_fontFace to change the font to say courier, the font will change,
but if I call that command again to change the font to Times the font will not
change.
I've reproduced this bug using NS7 Composer via the menu.
|
|
166,033 | 1,522,653 |
win32 trunk build 2002083108, win98se
When the keyboard is used to access menu items, the initial keyboard shortcut
does drop down the menu, but typing the letter for a particular menu item
initiates a "find in page" for that letter instead of initiating the menu item.
Happens with a new profile or an existing one.
Steps to reproduce:
1. Create a new profile and start the browser (should go to default home page
http://www.mozilla.org/).
2. Press ALT+e. The Edit menu drops down as expected.
3. Press the letter "e". The expectation is that the prefs window opens.
Actual results is that a search for the letter "e" is done on the page.
The same results occur regardless of which menu or menu item is chosen. Using
the up/down arrow keys once a menu has dropped down works OK, so I guess they
are a temporary workaround. It it hard to get used to them if you are
accustomed to using the letter shortcuts, though.
The 082814 build doesn't seem to have this problem.
Any relationship to the checkin for bug 161960?
|
|
177,099 | 1,609,483 |
As already discussed in irc.mozilla.org:
After moving to CGI.pm, stored queries are something like broken.
Bugzilla Version 2.17
Steps to reproduce(1):
1.1. Click on a stored query
1.2. Click on one of column names to change order
Result - you get buglist of all bugs
Expected - stored query ordered by field
Steps to reproduce(2):
2.1. Click on a stored query
2.2. Click on "Edit this query"
Result - you get default query to edit.
Expected - stored query to edit
|
|
127,211 | 1,183,948 |
Steps to reproduce problem:
1. Go to the URL
2. Notice that you can't click on the game area
3. Scroll the game area up to the top of the frame
4. Now you can start playing :-)
|
|
127,877 | 1,190,793 |
This problem first occured as referenced in Bug 93439 and is back as of the most
current nightly build
A message sent from Novell Groupwise to an account in Novell Groupwise that has
a rule set up to automatically forward email messages to an IMAP account does
not retain attachments that were contained in the original message.
Reproducible: Always
Steps to Reproduce:
1. Create a message with an attachment in Groupwise and sent to Recipient A
2. Recipient A has a rule set up in Groupwise whereby all email messages are
forwarded to an IMAP mail server. The message is forwarded.
3) Look at email in Mozilla Mail/News
Actual Results: no attachment
Expected Results: attachment
This works correctly in Netscape 4.79
|
|
128,586 | 1,198,797 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.8+)
Gecko/20020301
BuildID: 20020301
I tried to import my new certificate that I renewed using IE 6.0 (I first tried
to use Mozilla to renew the certificate but that failed because my ISP's website
(T-Online) told me that I need to use a _new_ public key).
After I had exported the new key (including the private key of course) I tried
to restore it in Mozilla. When trying to restore my key, Mozilla told me that it
"failed to restore the PKCS # 12 file for unknown reasons."
After temporarily going back to Mozilla 0.9.8 I was able to successfully restore
my certificate.
Reproducible: Always
Steps to Reproduce:
1. Try to import your e-mail certificate.
Actual Results: Mozilla failed to restore the certificate
Expected Results: Mozilla should have restored the certificate
|
|
129,113 | 1,204,239 |
*** observed with 2002-03-01 build *** (actually the intl problem that is
related to this bug started with 02-20 build)
In the current builds when the address picker is used or you compose a mail from
the address book by selecting a mailing list and clicking compose the mailing
list gets expanded against its name instead of description. It does the right
thing (expanding against description) when mail is composed by entering the list
name into the recipient field.
Steps to reproduce:
- have a list name "alist" with the descriptin as "description";
- open PAB, select the mailing list, click "compose";
//now note that the list expands to "alist" instead of expected "description"
//you'll see the correct result if you just type into the mail compose "alist"
|
|
129,304 | 1,206,192 |
Steps to reproduce:
1. Open http://java.sun.com (with java plugin installed)
2. Select Print Preview
3. Observe second applet (yellow one that was at the bottom left)
on the first page.
Expected result:
1. Applets must be on their places.
This problem was originally mentioned by Peter Lubczynski in comment
#2 for bug 125396. However, i did not see this bug was filed.
|
|
129,844 | 1,212,469 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.9+)
Gecko/20020308
BuildID: 20020308
Positioning elements using other elements offsetTop/offsetLeft does not work as
expected.
The element that you want to position first appears for a milisecond on the top
(or left part) of the screen and then it moves to the correct position.
Think that this is a regression. If i am not mistaken this did not happend with
Netscape 6.1
Reproducible: Always
Steps to Reproduce:
1. Run testcase
2. Mouseover link
3. You see the table in top of the page for a milisecond and then it moves to
the correct position.
If you press reload this will often not happen again, but press SHIT + reload
and you will see the problem again.
|
|
129,941 | 1,213,242 |
http://cbs.marketwatch.com/news/story.asp?siteid=mktw&dist=nwhwk&guid=%7B84BDE3A9%2DD52E%2D429E%2D8FD1%2DCD0697A83FB6%7D
but there should be at least 3 it seems
|
|
146,884 | 1,360,538 |
I've seen this happen twice when doing essentially the same thing in both cases
(in a secure banking site followed a link while some frame was still saing
"Please wait"). Mozilla would hang, one thread would start using all the CPU
time and the windows would not even redraw (and, of course, would not react to
anything I might do).
I attached gdb to Mozilla when it happened the second time, and let it run,
interrupting it several times and getting the stack trace for the thread eating
all the CPU. Here are the stacks I saw:
Thread 3 (Thread 1026 (LWP 12749)):
#0 0x4017065e in nsPipe::AddRef () from /usr/lib/libxpcom.so
#1 0x401714f6 in nsPipe::nsPipeOutputStream::AddRef () from /usr/lib/libxpcom.so
#2 0x40171630 in nsPipe::nsPipeOutputStream::WriteSegments () from
/usr/lib/libxpcom.so
#3 0x40171b1e in nsPipe::nsPipeOutputStream::WriteFrom () from /usr/lib/libxpcom.so
#4 0x407ceec9 in nsHttpTransaction::OnDataWritable () from
/usr/lib/mozilla/components/libnecko.so
#5 0x407e0448 in nsHttpPipeline::OnDataWritable () from
/usr/lib/mozilla/components/libnecko.so
#6 0x407ce3a1 in nsHttpConnection::OnDataWritable () from
/usr/lib/mozilla/components/libnecko.so
#7 0x4079cb11 in nsSocketWriteRequest::OnWrite () from
/usr/lib/mozilla/components/libnecko.so
#8 0x407994a3 in nsSocketTransport::doReadWrite () from
/usr/lib/mozilla/components/libnecko.so
#9 0x4079857d in nsSocketTransport::Process () from
/usr/lib/mozilla/components/libnecko.so
#10 0x4079d538 in nsSocketTransportService::Run () from
/usr/lib/mozilla/components/libnecko.so
#11 0x4018d1b3 in nsThread::Main () from /usr/lib/libxpcom.so
#12 0x4020f69c in _pt_root () from /usr/lib/libnspr4.so
#13 0x40221c6f in pthread_start_thread (arg=0x40b16be0) at manager.c:284
Thread 3 (Thread 1026 (LWP 12749)):
#0 0x40225b50 in __pthread_unlock (lock=0x447fbd0c) at spinlock.c:260
#1 0x4020a037 in PR_Unlock () from /usr/lib/libnspr4.so
#2 0x4020a5e1 in PR_ExitMonitor () from /usr/lib/libnspr4.so
#3 0x4018afbf in nsAutoMonitor::Exit () from /usr/lib/libxpcom.so
#4 0x40171773 in nsPipe::nsPipeOutputStream::WriteSegments () from
/usr/lib/libxpcom.so
#5 0x40171b1e in nsPipe::nsPipeOutputStream::WriteFrom () from /usr/lib/libxpcom.so
#6 0x407ceec9 in nsHttpTransaction::OnDataWritable () from
/usr/lib/mozilla/components/libnecko.so
#7 0x407e0448 in nsHttpPipeline::OnDataWritable () from
/usr/lib/mozilla/components/libnecko.so
#8 0x407ce3a1 in nsHttpConnection::OnDataWritable () from
/usr/lib/mozilla/components/libnecko.so
#9 0x4079cb11 in nsSocketWriteRequest::OnWrite () from
/usr/lib/mozilla/components/libnecko.so
#10 0x407994a3 in nsSocketTransport::doReadWrite () from
/usr/lib/mozilla/components/libnecko.so
#11 0x4079857d in nsSocketTransport::Process () from
/usr/lib/mozilla/components/libnecko.so
#12 0x4079d538 in nsSocketTransportService::Run () from
/usr/lib/mozilla/components/libnecko.so
#13 0x4018d1b3 in nsThread::Main () from /usr/lib/libxpcom.so
#14 0x4020f69c in _pt_root () from /usr/lib/libnspr4.so
#15 0x40221c6f in pthread_start_thread (arg=0x40b16be0) at manager.c:284
#0 0x40223e59 in pthread_self () at pthread.c:701
#1 0x40209fc8 in PR_Lock () from /usr/lib/libnspr4.so
#2 0x4020a57e in PR_EnterMonitor () from /usr/lib/libnspr4.so
#3 0x40171659 in nsPipe::nsPipeOutputStream::WriteSegments () from
/usr/lib/libxpcom.so
#4 0x40171b1e in nsPipe::nsPipeOutputStream::WriteFrom () from /usr/lib/libxpcom.so
#5 0x407ceec9 in nsHttpTransaction::OnDataWritable () from
/usr/lib/mozilla/components/libnecko.so
#6 0x407e0448 in nsHttpPipeline::OnDataWritable () from
/usr/lib/mozilla/components/libnecko.so
#7 0x407ce3a1 in nsHttpConnection::OnDataWritable () from
/usr/lib/mozilla/components/libnecko.so
#8 0x4079cb11 in nsSocketWriteRequest::OnWrite () from
/usr/lib/mozilla/components/libnecko.so
#9 0x407994a3 in nsSocketTransport::doReadWrite () from
/usr/lib/mozilla/components/libnecko.so
#10 0x4079857d in nsSocketTransport::Process () from
/usr/lib/mozilla/components/libnecko.so
#11 0x4079d538 in nsSocketTransportService::Run () from
/usr/lib/mozilla/components/libnecko.so
#12 0x4018d1b3 in nsThread::Main () from /usr/lib/libxpcom.so
#13 0x4020f69c in _pt_root () from /usr/lib/libnspr4.so
#14 0x40221c6f in pthread_start_thread (arg=0x40b16be0) at manager.c:284
Thread 3 (Thread 1026 (LWP 12749)):
#0 0x40225a9b in __pthread_lock (lock=0x447fbd1c, self=0x0)
at ../linuxthreads/sysdeps/i386/i686/pt-machine.h:57
#1 0x40222d0e in __pthread_mutex_lock (mutex=0x447fbd0c) at mutex.c:101
#2 0x40209fbc in PR_Lock () from /usr/lib/libnspr4.so
#3 0x4020a57e in PR_EnterMonitor () from /usr/lib/libnspr4.so
#4 0x40171659 in nsPipe::nsPipeOutputStream::WriteSegments () from
/usr/lib/libxpcom.so
#5 0x40171b1e in nsPipe::nsPipeOutputStream::WriteFrom () from /usr/lib/libxpcom.so
#6 0x407ceec9 in nsHttpTransaction::OnDataWritable () from
/usr/lib/mozilla/components/libnecko.so
#7 0x407e0448 in nsHttpPipeline::OnDataWritable () from
/usr/lib/mozilla/components/libnecko.so
#8 0x407ce3a1 in nsHttpConnection::OnDataWritable () from
/usr/lib/mozilla/components/libnecko.so
#9 0x4079cb11 in nsSocketWriteRequest::OnWrite () from
/usr/lib/mozilla/components/libnecko.so
#10 0x407994a3 in nsSocketTransport::doReadWrite () from
/usr/lib/mozilla/components/libnecko.so
#11 0x4079857d in nsSocketTransport::Process () from
/usr/lib/mozilla/components/libnecko.so
#12 0x4079d538 in nsSocketTransportService::Run () from
/usr/lib/mozilla/components/libnecko.so
#13 0x4018d1b3 in nsThread::Main () from /usr/lib/libxpcom.so
#14 0x4020f69c in _pt_root () from /usr/lib/libnspr4.so
#15 0x40221c6f in pthread_start_thread (arg=0x40b16be0) at manager.c:284
|
|
148,046 | 1,369,792 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc3)
Gecko/20020523
BuildID: 20020523
when I use mozilla open this page,
mozilla never finish loading it.
Reproducible: Always
Steps to Reproduce:
1.open mozilla
2.open my testcase
3.
Actual Results: mozilla never finish loading this page, just show page title ,
not showing a single line of page
Expected Results: load the page, show it on screen.
Using IE to access this page, no problem.
|
|
130,331 | 1,216,620 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020310
BuildID: 20020310
i sent an attachment with a screenshot of the frontend of my 0.9.9 build of
mozilla. I tried to change some options in Preferences but i was not able to
change the interface. Is it a bug?
Reproducible: Always
Steps to Reproduce:
1.open Mozilla
2.
3.
Actual Results: Strange frontend
|
|
133,215 | 1,241,211 |
Mozilla/5.0 (Windows; U; Win98; de-AT; rv:0.9.9) Gecko/20020311 (04)
In my rv 0.9.7 , 0.9.8, 0.9.9 I have different search results with different
language settings (preferences/appearence):
1. mail news
2. newsgroup 3de.comm.software.mozilla"
3. search for "Subject or Sender Contains"
different results:
search for Language "ge" Language "US"
Wolfgang no result !! All senders containing "Wolfgang"
Bauer no result !! All senders containing "Bauer"
Wolfgang B no result !! All senders containing "Wolfgang B"
Bauer Wolfgang no result !! no result
!! means: unexpected result
I can
- switch the bug ON by change to "german language"
- switch the bug OFF by change to "US"
(appearance/language)
Would be interesting to know: only Problem with german language Package or in
all not-US-Packages?
|
|
133,453 | 1,243,469 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.7+)
Gecko/20020111 Netscape6/6.2.1+
BuildID: 2002032408
On ebay sales page, the seller has the option to add pictures using ebay's Ipix
image service. The form allows you to browse to a location on your own computer
where the image is located, and the page uploads the image to their servers.
This works in IE, NS4.x, and in netscape 6.1. It also USED to work in mozilla,
but around milestone .97, it starts throwing up their "error 137" on the next
page, saying image upload has failed, and giving a list of possible reasons -
the most likely would seem to me to be an invalid image path - but I have tried
several different locations and images with the same failure.
The Ipix service uses javascript on netscape, or activeX on IE. I get the
following javascript error twice in the console each time I submit:
Error: redeclaration of const hide
Source File: chrome://wallet/content/walletOverlay.js
Line: 1
I am aware that you must have an ebay account to test this. I am hoping that
other bugzilla members with accounts could confirm this.
I am also attaching the source from IE's view of the page ( I couldn't get the
source in mozilla)
I can reproduce this on both Windows XP and 98.
Reproducible: Always
Steps to Reproduce:
1. go to www.ebay.com
2. click on "sell" (must have an account)
3. scroll to "picture services", and click "browse" next to "picture 1"
4. select jpg or gif file on your computer (less than 50 k in size is best)
5. click "continue" button on bottom of page
Actual Results: small window pops up to tell you image is being submitted, with
progress bar on bottom, then next page loads with "error 137"
Expected Results: small popup should be followed by loading a page to allow you
to preview your auction, including the submitted image.
|
|
142,461 | 1,325,636 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0rc1)
Gecko/20020417
BuildID: 2002041711
When an absolutely positioned div has the overflow property set to "hidden", the
hidden part of the div is not displayed as expected, but any page content behind
that hidden part is not rendered as well.
Reproducible: Always
Steps to Reproduce:
Open http://manoli.net/wot/
Actual Results: The first <h1> paragraph "Personal Certificates for Web and
Mail" is not displayed, and the first image is truncated.
Expected Results: The <h1> paragraph should be displayed and the image should
not be truncated.
|
|
143,241 | 1,332,419 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0+)
Gecko/20020508
BuildID: 2002050807
Printing to a network printer always works for me using the 2002050705 build but
always fails using the 2002050807 build.
Printing to a PostScript printer configured to go to a file works. I don't have
a local printer to test.
I've tried removing my existing profile and starting from scratch to no avail.
Reproducible: Always
Steps to Reproduce:
1. Open the browser.
1. Try to print to a network printer.
Actual Results: When I attempt to print any page from Mozilla to a network
printer, I get one of the following two errors:
"Printing failed for some reason."
"There was an unexpected problem when printing."
Expected Results: It should have printed.
|
|
138,892 | 1,294,440 |
Form data is only remembered on back/forward for the first form in a page.
I noticed this bug at http://www.cs.hmc.edu/~jruderma/s/, but it also happens at
http://www.plastic.com/users.pl (if you're not logged in).
0314 - wfm
032903 - wfm
033109 - broken
040303 - broken
0419 - broken
|
|
134,992 | 1,257,510 |
1.) Get a signing only cert from
https://lab212sun.mcom.com:444/DirUserEnrollSign.html
2.) Get an encrypting only cert from
https://lab212sun.mcom.com:444/DirUserEnrollEncrypt.html
3.) Configure the client to send a signed mail.
4.) Recieve a signed reply, and reply to it with a signed/encrypted reply.
What happens: Sending of mail fails.
Also: Click OK and try again.
What happens: Crash. Incident ID 4750745
|
|
136,788 | 1,274,636 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:0.9.9+) Gecko/20020409
BuildID: 2002040910
If I go to a page which is served as text/xml, it will render fine the first
time. If I go elsewhere and hit the back button, the content in the window will
not change, although the tab and title bar change back. This also happens when
choosing the page from the "Go" menu. Reloading will give the correct display.
Reproducible: Always
Steps to Reproduce:
1. Go to a page served as text/xml.
2. Go to any other page (e.g. mozilla.org).
3. Hit "Back"
Actual Results: The other page stays on the window, although the title and tab
changes back.
Expected Results: Moz should have rendered the text/xml page as before.
When you have a ghost window like this, links function properly, although when
using a ghost link, the history acts like it was linked from the xml page.
Scrolling on the ghost window doesn't work. I haven't tried it with other
non-text/html types, e.g. application/xml, etc.
|
|
137,388 | 1,280,377 |
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461; .NET
CLR 1.0.3705)
BuildID: 2002041309
The webpage contains a table with 1 column and 4 rows.
The 2nd and 4th rows contain 1 iframe each.
The iframe in row 4 should have a height of 50%, but is shown with a height of
0.
This will not occur, if either the height of row 4 or the height of the iframe
is not specified in percent.
Reproducible: Always
Steps to Reproduce:
1. view the webpage in mozilla
Actual Results: wrong size (0) of iframe (see description)
Expected Results: right size (50%) of iframe (see description)
The webpage listed under URL
(http://ppcp.digitalrice.com/bd/design/projects/showcases/pelizaeus.de/_moz-
test/) is only a simplified reproduction of this bug. This bug originally
occured on the page
http://ppcp.digitalrice.com/bd/design/projects/showcases/pelizaeus.de/
|
|
137,428 | 1,280,662 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-AT; rv:0.9.9+)
Gecko/20020413
BuildID: 2002041308
A made some little small Javascript code which builds a table made of div's and
puts numbers (made of gif's) into certain cells...
It's located here: www.pepto.de/test/div.html
It works beautifully in Mozilla 0.9.9 (and probably versions before that) and
Internet Explorer 5.1.3 on MacOS X (although IE is pretty slow at it)...
I downloaded the latest nightly build a few days ago and today again and
recognized that my little small script doesn't seem to work any longer in the
nighties after 0.9.9... The numbers are all over the screen vertically and stuff
like that...
I guess somebody changed something in the Mozilla-code and now it's broken...
I'm no Javascript-wizard, but I'm not doing anything too fancy in my script so I
think that this is a bug in Mozilla (especially as it worked in Mozilla before
and works in IE)...
I'm sorry if I'm the one to blame as my JS-programming skills are far from
perfect... =)
Reproducible: Always
Steps to Reproduce:
1. Load www.pepto.de/test/div.html in Mozilla 0.9.9 release
2. Load www.pepto.de/test/div.html in Mozilla latest nightly build
3. See the difference and try to fix the bug ;-)
Actual Results: The numbers are all over the screen vertically and stuff like
that...
Expected Results: Put the numbers correctly in certain div's like Moz 0.9.9 and
IE do...
|
|
189,570 | 1,713,871 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20030113
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20030113
This bug is present all the way back to Mozilla 1.1, and maybe before (I didn't
check any earlier versions.)
According to the code around line 1346 in nsHttpChannel.cpp, entries from the
cache are deleted if they are opened for writing or read/write. This means all
page aborts (either by the stop button/esc or clicking on a link before the page
completes) delete entries from the cache that were there on a previous visit.
This causes a major performance hit during revisits if the user doesn't let
every web page they visit completely finish before clicking on a link to go
somewhere else. (And at 21600 bps, that's a long wait!) The deletions are
unnecessary and impractical.
Reproducible: Always
Steps to Reproduce:
1. Find a slow connection, or simulate one.
2. Set the cache update mode to something other than "never".
3. Go to yerf.com/recent.html (or any page with lots of images that revalidate
(do conditional GETs) when you revisit them.)
4. Visit the page once and allow all of the thumbnail images to transfer and the
Mozilla throbber to stop moving.
5. Renew the session by closing and restarting the browser (or whatever is
necessary to get the page to revalidate the images (do conditional GETs)
6. Stop the loading of the page before all of the thumbnails on the page load.
7. Switch to offline mode and browse away and then back to the page.
Actual Results:
The images that didn't transfer now show the placeholders and a broken image
icon, and about:cache shows that they have been deleted. Enabling logging shows
that all of the entries that were never transferred get a "dooming cache
entry!!" message in the log.
Expected Results:
Revisiting the page that was aborted should still have the images present in the
cache.
These incomplete page loads are the actual cause of the bug I thought was
related to expire times I reported last week.
I'm not sure what the purpose of deleting any entry that has been opened for
writing is? It seems to me that if the cache entry is opened for writing,
either it's been replaced by valid complete new data, partial new data, or it
hasn't been actually written to at all. If it's partial, shouldn't the browser
just store the partial entry and do a byte-range get the next time around?
Maybe the real problem (and solution) is when a user aborts a page,
NS_FAILED(status) shouldn't return TRUE if the 'error' was simply the user
clicking a new URL or pressing stop?
If that won't work, then the only solution is to flag whether any data actually
gets written to an entry and only doom the entry if that is the case. (Though
again that seems to defeat the whole purpose of resuming a partial transfer.)
|
|
190,396 | 1,720,858 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021213
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021213
If you have an nCipher hardware token installed and configured, NSS fails to
check CRL's installed in the system. The effect is that even though you have
loaded a CRL into your system, a certificate on the revocation list verifies as
valid.
nssTrustDomain_FindCRLsBySubject() traverses through the slots to find
all the CRL's which are available.
Once it reaches the ncipher slot, it queries the nCipher device for a CRL.
nCipher doesn't understand this type of object, so returns a
CKR_ATTRIBUTE_VALUE_INVALID (0x13) error. This gets propogated back up to
nssTrustDomain_FindCRLsBySubject() as a failure.
Bob suggested the solution would be to treat handle this error as simply
returning an empty set of objects.
We tested Bob's proposed change and it works in our environment, with very
limited testing.
Reproducible: Always
Steps to Reproduce:
|
|
180,552 | 1,638,826 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
If in a stylesheet I set the document overflow to "hidden", then in javascript document.body.clientHeight and clientWidth are "0". Moreover, if the document body is empty, or contains only absolutely positioned blocks, then offsetHeight and offsetWidth are are also "0". If I remove the overflow line from the stylesheet, then all these properties are their correct values.
This behavior is different from Internet Explorer -- in IE, setting body overflow to hidden just means that clientWidth and clientHeight get slightly larger, as there are no scrollbars displayed. Additionally, if the document body is empty (ie, there is nothing between the BODY tags), or if overflow is set to hidden and all page content is absolutely positioned, then in IE offsetHeight and offsetWidth are equal to the displayed "whitespace".
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
|
|
180,620 | 1,639,289 |
Our spec for this is http://www.hixie.ch/specs/alttext
If an image cannot or will not be shown, then:
1. For images that are blocked, we should do nothing. (As if the element
had 'display:none'.)
2. a. For images that have not been downloaded but are about to be and
that have 'height' and 'width' attributes set, in 'Always Load
Images' mode, and
b. For all images with 'height' and 'width' attributes when the
document is in legacy (or 'quirks') mode:
We should use a placeholder.
3. For ALL other cases (blocked images, images not downloaded in 'Don't
Load Images' mode, broken images, missing images, unrecognised
images, and images with no 'height' and 'width' attributes), we should
simply insert the alt text directly into the page instead of the image.
Note that this should also work when an image is changed from one category to
another, e.g. in quirks mode if an image that is broken with no height and width
attributes (category 3) has height and width attributes added, it should gain a
placeholder frame (switch to category 2).
At the moment we do the wrong this when images are disabled (we always seem to
fall into category 2).
|
|
180,711 | 1,640,205 |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021016
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021016
A DIV with style="position: relative;" following a table with align="left" is
displayed on top of the table instead of to its right.
Reproducible: Always
Steps to Reproduce:
1. Open the URL http://www.maffei.de/index.cfm?fuseaction=spektrum.main&navi=1,0,0
Actual Results:
The content of some DIV element is written on top the content of some TABLE element.
Expected Results:
Display the DIV content to the right of the TABLE content.
I don't know what the standards require here, but NS 4.78, IE, and Konqueror do
the same thing, while Mozilla (Moz. 1.0.1, Moz. 1.2b, NS 7.0) behaves differently.
|
|
180,849 | 1,641,379 |
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.3a) Gecko/20021118
Build Identifier: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.3a) Gecko/20021115
On 2002111508-trunc/Win-Me, import of NC4.x mail was not done correctly when
folder name contains illegal file name character as 2nd byte of multi-byte
character.
Final fix of bug 117385 has improved handling of mail folders with folder name
which has an illegal file name character in 2nd byte, such as 0x835C(5c="\"),
0x837C(7C="|").
According to change by above fix, mail import from NC 4.x should be modified.
For example, after the fix for bug 117385, Mozilla creates 3db4216 ,
3db4216.msf, 3db4216.sbd for a new folder of 0x837C.
0x837C is Shift_JIS code of "po" of Japanese Katakana and 2nd byte is 0x7C("|").
For folder name 0x837C, NC4.x creates files/directory named 0x837C , 0x837C.snm
, 0x837C.sbd.
But Mozilla creates 0x837C , 3db4216.msf, 3db4216.sbd when mail import from NC4.x.
Due to inproper file name, 0x837C, Mozilla can not access to mbox file and mails
are lost.
After renaming of 0x837C mbox file to 3db4216, Mozilla can process 0x837C folder
successufully.
This indicates that lack of renaming logic for mbox file is the cause of this
problem.
Renaming of mbox file is sufficient to resolve this problem.
However, if all Japanese muti-byte characters are judged as legal file name
character, this problem will not occur because file-name and folder-name become
identical.
All Japanese characters can be used as file name even when 2nd byte in Shift_JIS
is an illegal file name character.
With this big change, bug 180546 will be automatically resolved for Japanese
folder name case.
For folder name with ASCII special characters, import itself is done properly
since NC4.x creates file name of valid character only.
For example, when folder name is "\"(0x5C), NC4.x created files("_" , "_.snm")
and a directory("_.sbd").
Mozilla can import them as "_" folder.
This cause difficulty in distinguish of original folders.
But this is not a critical issue because special ASCII characters are usually
used under combination with alphabets.
Reproducible: Always
Steps to Reproduce:
(1) Create folder named 0x837C(in Shift_JIS) on Netscape 4.x, copy a mail,
create sub folder
-> 0x837C , 0x837C.snm , 0x837C.sbd are created
(2) Import NC4 mail on Mozilla
-> Import completes without error
-> 0x837C , 3db4216.msf , 3db4216.sbd are created
-> Folder name is 0x837C and proper but mails are lost because 0x837C is
inproper on Mozlla
-> Sub-folder in 0x837C folder can be viewed because 3db4216.sbd is proper file
name
(3) Rename 0x837C file to 3db4216 and restart Mozilla
-> Mozilla can access the folder properly
|
|
179,896 | 1,633,209 |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021112
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021112
If you go to the included URL as a test, the most notable examples of this
behavior are in the "Browse" and "New ticket in" buttons, as well as the
dropdown box next to the "New ticket in" button. The form elements relocate
themselves under a mouse click.
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.accipiter.org/moztest/create.html
2. Click the aforementioned buttons (Browse, New ticket in)
3. Observe behavior
Actual Results:
Form elements jump to new locations
Expected Results:
Do not relocate the form elements.
|
|
179,918 | 1,633,402 |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Build Identifier:
i use a javascript which reloads the frameset of the website. in actual builds
it doesn't work. if you click on a link it doesn't jump to the requested link.
Instead it reloads the default frameset. Furthermore it replaces the orginal
adress (http://www.pawella.com/) with the request page
(http://www.pawella.com/index.html?Neulich/Neulich06Mitte.htm) instead of
keeping the original adress.
The site worked fine with Phoenix 0.4. Problem occurs on Phoenix build
20021111, 20021112 and Mozilla build 20021108
Reproducible: Sometimes
Steps to Reproduce:
1.go to http://www.pawella.com
2. click picture "negative ...", "Neulich - 500 Euro" or any other link
3.
Actual Results:
reloads the original frameset. replaces adressline with requested page instead
of keeping the original adressline.
Expected Results:
load requested page. keep adressline.
here's the discussed sript:
index.html
// Sicheres Webseite
if (self != top)
{
top.location.href=self.location.href;
}
var frameset_geladen = "okay";
function laden()
{
if(self.location.search.length > 0)
{
var Search_Laenge = self.location.search.length;
var info_url = self.location.search.substring(1,Search_Laenge);
//self.Mitte.location.href = "../"+info_url;
self.Mitte.location.href = info_url;
}
}
|
|
186,994 | 1,691,149 |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
I have been assigned a bug and the status of this bug it still "NEW". I am
unable to accept the bug so it becomes "ASSIGNED". Currently I have no
permissions in bugzilla, the only options I get are to leave as new, resolve the
bug (x2) and re-assign the bug (x2).
Reproducible: Didn't try
Steps to Reproduce:
I'm unable to try to reproduce it, due to my permissions in bugzilla.
|
|
187,503 | 1,695,517 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030102
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030102
When scrolling into not visible content on an element that has overflow:auto;
shows the content with a black blackground color.
This bug might be the same as closed bug 172227, but that one has been fixed, so
I was suggested to open a new one.
Reproducible: Always
Steps to Reproduce:
|
|
187,852 | 1,698,149 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0
quote wrong email when reply a message
Reproducible: Always
Steps to Reproduce:
1.Start mozilla Mail.
2.Quick search by inputing a word in field"Subject or Sender contains:".
3.Double click a message.
4.Click Clear at the right of the quick search field to show all the messages.
5.Double click another message(not in the previous list resulted from search).
6. reply this message in the opened window.
Actual Results:
the composer quote the old message, not the current one.
Expected Results:
the composer should quote the xurrent message.
|
|
187,900 | 1,698,453 |
Margin value in Page Setup dialog isn't always saved as entered.
Steps to reproduce:
(1) Enter "158" as right margin.
(2) Click OK button and open Page Setup dialog again.
Right margin is changed to "157.9".
Build: 2003010408-trunk/Win98
|
|
188,496 | 1,704,782 |
Steps to reproduce problem:
1. Switch to Classic theme (or other theme that supports text-only)
2. Change your toolbar preference to text-only (or pictures-only)
3. View -> Show/Hide -> Navigation Toolbar (or other primary toolbar)
4. Close and reopen the window
5. Show the primary toolbar hidden in step 3
Expected results: toolbarbuttons are text-only (or pictures-only)
Actual results: toolbarbuttons have pictures and text
|
|
188,525 | 1,705,066 |
Clicking on links in W3C specs doesn't work anymore.
Steps to reproduce:
1. load http://www.w3.org/TR/css3-box/
2. click on any of the links
Actual results:
Nothing
Expected results:
Link followed, whether anchor, separate page, or mailto.
This broke between builds 2003-01-04-21-trunk and 2003-01-05-05-trunk, which
gives a range of checkins:
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2003-01-04+21%3A00&maxdate=2003-01-05+05%3A30&cvsroot=%2Fcvsroot
so I'm giving the bug to bzbarsky (bug 126072).
I suspect the stylesheet is doing something interesting.
|
|
188,856 | 1,707,422 |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030111
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030111
I get the above message when attempting to connect to the above secure site.
Similarly, I have also received that message when connecting to a secure site I
maintain for development purposes (unfortunately, my dev sites are located on an
'internal only' machine). Other secure sites, such as https://rhn.redhat.com/,
do not seem to cause such problems.
The only similarity I can find between https://https.openbsd.org/cgi-bin/order
and my internal secure site is that Apache is built against OpenSSL 0.9.7 (beta3
in the OpenBSD case, and 0.9.7 release in my case). In my example, I've tried
serving the site with both Apache 1.3 and 2.0 and have experienced the problem.
A slightly older apache, built against OpenSSL 0.9.6b, worked without incident.
I generally get a new Mozilla build every few days, and this has been happening
only since early last week. I tested 1.0.2, and even the latest "generally
released" 1.3a(b?) and they connect to these sites. It's only in the latest of
the nightly builds that I've seen this problem.
Reproducible: Always
Steps to Reproduce:
1. point the browser to https://https.openbsd.org/cgi-bin/order
2.
3.
Actual Results:
A modal(?) error window pops up, with the message "Error establishing and
encrypted connection to <site>. Error Code: -8173". Nothing further. The
browser keeps the current page displayed (not the secure page I intended to visit).
Expected Results:
Should have displayed the intended page.
Run of the mill Mozilla install, classis theme. Machine is a home-built Athlon,
256MB RAM, ATI Rage128 video (32MB). Connected via DSL. Red Hat 7.3, current
patches. This machine also has OpenSSL 0.9.7 installed (does Mozilla even
utilize this?).
This machine also boots into Windows 2000, and I noticed the same behaviour with
the latest Mozilla for Windows builds as well.
|
|
183,165 | 1,659,682 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021203
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021203
I am using a CVS based build (all checkins until 12/03/2002 - 00:29) and I am
seeing a weird bug.
It only seems to happens in classic theme.
I run mozilla, and I close all windows, in order to get a tray icon.
After opening twice (and closing window once) mailnews with right click on tray
icon, I cannot see anymore icons for folder and accounts in tree in the left pane.
I noticed that my xul.mfl file grows up from 800 kb to 2,24 mb.
Deleting it cures the problem.
Reproducible: Always
Steps to Reproduce:
1.Launch mozilla and close it in order to have tray icon
2.Open Mailnews and close it
3.Open again mailnews
Actual Results:
folders and accounts icons are gone in the left pane
Expected Results:
Seeing folders and accounts icon in the left pane. Icons are back when I delete
xul.mfl
I don't know if it is related to my building options :
ac_add_options --disable-installer
ac_add_options --disable-pedantic
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --enable-strip
ac_add_options --enable-optimize="-O2"
ac_add_options --enable-crypto
Should I have to remove --enable-optimize="-O2" ?!
Mailnews was working great before.
|
|
183,211 | 1,659,909 |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021202
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021202
Mozilla 1.2.1 is correct. If the font-size in the CSS is smaller than 1.0em the
latest trunk does not render this text.
Reproducible: Always
Steps to Reproduce:
1. go to http://www.mozillazine.org/
2. try to read text with class="stryTxt"
3.
Actual Results:
text with class="stryTxt" is invisible
Expected Results:
text should render correctly (like mozilla 1.2.1)
if I alter the font-size in http://www.mozillazine.org/frontpage.css to
"font-size: 1.0em;" then the text is visible
|
|
184,001 | 1,667,216 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021205
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021205
If I save to a file, Mozilla's xhtml11.dtd is appended to the beginning, but the
comment strings are missing. This makes the page invalid.
Reproducible: Always
Steps to Reproduce:
1. Open about:mozilla
2. Click File > Save.
3. Save it wherever you want.
Actual Results:
The following is appended:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" * The contents of this file are
subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is mozilla.org code.
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 2000 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
* Predefined HTML entities to be loaded when parsing XHTML documents.
* The contents match mozilla/htmlparser/src/nsHTMLEntityList.h,
* except that Navigator entity extensions are not included.
ISO 8859-1 entities
<!ENTITY nbsp " ">
<!ENTITY iexcl "¡">
<!ENTITY cent "¢">
<!ENTITY pound "£">
<!ENTITY curren "¤">
<!ENTITY yen "¥">
<!ENTITY brvbar "¦">
<!ENTITY sect "§">
<!ENTITY uml "¨">
<!ENTITY copy "©">
<!ENTITY ordf "ª">
<!ENTITY laquo "«">
<!ENTITY not "¬">
<!ENTITY shy "­">
<!ENTITY reg "®">
<!ENTITY macr "¯">
<!ENTITY deg "°">
<!ENTITY plusmn "±">
<!ENTITY sup2 "²">
<!ENTITY sup3 "³">
<!ENTITY acute "´">
<!ENTITY micro "µ">
<!ENTITY para "¶">
<!ENTITY middot "·">
<!ENTITY cedil "¸">
<!ENTITY sup1 "¹">
<!ENTITY ordm "º">
<!ENTITY raquo "»">
<!ENTITY frac14 "¼">
<!ENTITY frac12 "½">
<!ENTITY frac34 "¾">
<!ENTITY iquest "¿">
<!ENTITY Agrave "À">
<!ENTITY Aacute "Á">
<!ENTITY Acirc "Â">
<!ENTITY Atilde "Ã">
<!ENTITY Auml "Ä">
<!ENTITY Aring "Å">
<!ENTITY AElig "Æ">
<!ENTITY Ccedil "Ç">
<!ENTITY Egrave "È">
<!ENTITY Eacute "É">
<!ENTITY Ecirc "Ê">
<!ENTITY Euml "Ë">
<!ENTITY Igrave "Ì">
<!ENTITY Iacute "Í">
<!ENTITY Icirc "Î">
<!ENTITY Iuml "Ï">
<!ENTITY ETH "Ð">
<!ENTITY Ntilde "Ñ">
<!ENTITY Ograve "Ò">
<!ENTITY Oacute "Ó">
<!ENTITY Ocirc "Ô">
<!ENTITY Otilde "Õ">
<!ENTITY Ouml "Ö">
<!ENTITY times "×">
<!ENTITY Oslash "Ø">
<!ENTITY Ugrave "Ù">
<!ENTITY Uacute "Ú">
<!ENTITY Ucirc "Û">
<!ENTITY Uuml "Ü">
<!ENTITY Yacute "Ý">
<!ENTITY THORN "Þ">
<!ENTITY szlig "ß">
<!ENTITY agrave "à">
<!ENTITY aacute "á">
<!ENTITY acirc "â">
<!ENTITY atilde "ã">
<!ENTITY auml "ä">
<!ENTITY aring "å">
<!ENTITY aelig "æ">
<!ENTITY ccedil "ç">
<!ENTITY egrave "è">
<!ENTITY eacute "é">
<!ENTITY ecirc "ê">
<!ENTITY euml "ë">
<!ENTITY igrave "ì">
<!ENTITY iacute "í">
<!ENTITY icirc "î">
<!ENTITY iuml "ï">
<!ENTITY eth "ð">
<!ENTITY ntilde "ñ">
<!ENTITY ograve "ò">
<!ENTITY oacute "ó">
<!ENTITY ocirc "ô">
<!ENTITY otilde "õ">
<!ENTITY ouml "ö">
<!ENTITY divide "÷">
<!ENTITY oslash "ø">
<!ENTITY ugrave "ù">
<!ENTITY uacute "ú">
<!ENTITY ucirc "û">
<!ENTITY uuml "ü">
<!ENTITY yacute "ý">
<!ENTITY thorn "þ">
<!ENTITY yuml "ÿ">
Mathematical symbols and Greek letters
<!ENTITY fnof "ƒ">
<!ENTITY Alpha "Α">
<!ENTITY Beta "Β">
<!ENTITY Gamma "Γ">
<!ENTITY Delta "Δ">
<!ENTITY Epsilon "Ε">
<!ENTITY Zeta "Ζ">
<!ENTITY Eta "Η">
<!ENTITY Theta "Θ">
<!ENTITY Iota "Ι">
<!ENTITY Kappa "Κ">
<!ENTITY Lambda "Λ">
<!ENTITY Mu "Μ">
<!ENTITY Nu "Ν">
<!ENTITY Xi "Ξ">
<!ENTITY Omicron "Ο">
<!ENTITY Pi "Π">
<!ENTITY Rho "Ρ">
<!ENTITY Sigma "Σ">
<!ENTITY Tau "Τ">
<!ENTITY Upsilon "Υ">
<!ENTITY Phi "Φ">
<!ENTITY Chi "Χ">
<!ENTITY Psi "Ψ">
<!ENTITY Omega "Ω">
<!ENTITY alpha "α">
<!ENTITY beta "β">
<!ENTITY gamma "γ">
<!ENTITY delta "δ">
<!ENTITY epsilon "ε">
<!ENTITY zeta "ζ">
<!ENTITY eta "η">
<!ENTITY theta "θ">
<!ENTITY iota "ι">
<!ENTITY kappa "κ">
<!ENTITY lambda "λ">
<!ENTITY mu "μ">
<!ENTITY nu "ν">
<!ENTITY xi "ξ">
<!ENTITY omicron "ο">
<!ENTITY pi "π">
<!ENTITY rho "ρ">
<!ENTITY sigmaf "ς">
<!ENTITY sigma "σ">
<!ENTITY tau "τ">
<!ENTITY upsilon "υ">
<!ENTITY phi "φ">
<!ENTITY chi "χ">
<!ENTITY psi "ψ">
<!ENTITY omega "ω">
<!ENTITY thetasym "ϑ">
<!ENTITY upsih "ϒ">
<!ENTITY piv "ϖ">
<!ENTITY bull "•">
<!ENTITY hellip "…">
<!ENTITY prime "′">
<!ENTITY Prime "″">
<!ENTITY oline "‾">
<!ENTITY frasl "⁄">
<!ENTITY weierp "℘">
<!ENTITY image "ℑ">
<!ENTITY real "ℜ">
<!ENTITY trade "™">
<!ENTITY alefsym "ℵ">
<!ENTITY larr "←">
<!ENTITY uarr "↑">
<!ENTITY rarr "→">
<!ENTITY darr "↓">
<!ENTITY harr "↔">
<!ENTITY crarr "↵">
<!ENTITY lArr "⇐">
<!ENTITY uArr "⇑">
<!ENTITY rArr "⇒">
<!ENTITY dArr "⇓">
<!ENTITY hArr "⇔">
<!ENTITY forall "∀">
<!ENTITY part "∂">
<!ENTITY exist "∃">
<!ENTITY empty "∅">
<!ENTITY nabla "∇">
<!ENTITY isin "∈">
<!ENTITY notin "∉">
<!ENTITY ni "∋">
<!ENTITY prod "∏">
<!ENTITY sum "∑">
<!ENTITY minus "−">
<!ENTITY lowast "∗">
<!ENTITY radic "√">
<!ENTITY prop "∝">
<!ENTITY infin "∞">
<!ENTITY ang "∠">
<!ENTITY and "∧">
<!ENTITY or "∨">
<!ENTITY cap "∩">
<!ENTITY cup "∪">
<!ENTITY int "∫">
<!ENTITY there4 "∴">
<!ENTITY sim "∼">
<!ENTITY cong "≅">
<!ENTITY asymp "≈">
<!ENTITY ne "≠">
<!ENTITY equiv "≡">
<!ENTITY le "≤">
<!ENTITY ge "≥">
<!ENTITY sub "⊂">
<!ENTITY sup "⊃">
<!ENTITY nsub "⊄">
<!ENTITY sube "⊆">
<!ENTITY supe "⊇">
<!ENTITY oplus "⊕">
<!ENTITY otimes "⊗">
<!ENTITY perp "⊥">
<!ENTITY sdot "⋅">
<!ENTITY lceil "⌈">
<!ENTITY rceil "⌉">
<!ENTITY lfloor "⌊">
<!ENTITY rfloor "⌋">
<!ENTITY lang "〈">
<!ENTITY rang "〉">
<!ENTITY loz "◊">
<!ENTITY spades "♠">
<!ENTITY clubs "♣">
<!ENTITY hearts "♥">
<!ENTITY diams "♦">
Markup-significant and internationalization characters
<!ENTITY quot """>
<!ENTITY amp "&">
<!ENTITY lt "<">
<!ENTITY gt ">">
<!ENTITY OElig "Œ">
<!ENTITY oelig "œ">
<!ENTITY Scaron "Š">
<!ENTITY scaron "š">
<!ENTITY Yuml "Ÿ">
<!ENTITY circ "ˆ">
<!ENTITY tilde "˜">
<!ENTITY ensp " ">
<!ENTITY emsp " ">
<!ENTITY thinsp " ">
<!ENTITY zwnj "‌">
<!ENTITY zwj "‍">
<!ENTITY lrm "‎">
<!ENTITY rlm "‏">
<!ENTITY ndash "–">
<!ENTITY mdash "—">
<!ENTITY lsquo "‘">
<!ENTITY rsquo "’">
<!ENTITY sbquo "‚">
<!ENTITY ldquo "“">
<!ENTITY rdquo "”">
<!ENTITY bdquo "„">
<!ENTITY dagger "†">
<!ENTITY Dagger "‡">
<!ENTITY permil "‰">
<!ENTITY lsaquo "‹">
<!ENTITY rsaquo "›">
<!ENTITY euro "€">>
Expected Results:
It should append the file correctly.
It looks like Mozilla is trying to include the DTD in place of the SYSTEM
reference. However, it is being inserted in the wrong place. Also, since there
is already a reference to the SYSTEM DTD, isn't the inclusion of the
Mozilla-specific variant somewhat superfluous.
Someone tells me that this may already be filed, but I could not find it.
Thinking this might be a global problem with application/xhtml+xml XHTML 1.1
files, I tried saving a file of that type and the problem did not occur.
Perhaps it is limited to about: URLs.
|
|
184,219 | 1,668,534 |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Build Identifier:
./configure is ok.
make error :
cp -r ../../../../dist/./include/nspr/* ../../../../dist/public/ldap-nspr
cp: Ne peut évaluer `../../../../dist/./include/nspr/*' par stat(): Aucun
fichier ou répertoire de ce type
Reproducible: Always
Steps to Reproduce:
1. cd mozilla/directory/c-sdk
2. ./configure --with-nss --disable-debug
3. make
Actual Results:
cp -r ../../../../dist/./include/nspr/* ../../../../dist/public/ldap-nspr
cp: Ne peut évaluer `../../../../dist/./include/nspr/*' par stat(): Aucun
fichier ou répertoire de ce type
Expected Results:
make is ok
Script i use under Redhat 8.0 :
# Begin
export CVSROOT=:pserver:[email protected]:/cvsroot
export BUILD_OPT=1
cvs co DirectorySDKSourceC
cvs co -r NSPR_4_2_2_RELEASE mozilla/nsprpub
cvs co -r NSS_3_6_RTM mozilla/security/coreconf mozilla/security/nss
cvs co -r DBM_1_61_RTM mozilla/dbm mozilla/security/dbm
cd mozilla/security/nss
gmake nss_build_all
cd ../../directory/c-sdk
./configure --with-nss --disable-debug
make
# End
There is no error during NSS build process.
This problem appear under Windows 2000 Server (latest Cygwin)
and MacOS X 10.2.2 too.
|
|
185,107 | 1,675,289 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021212
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021212
Normally when I click on the Intellicast Weather link using the right button on
the mouse, the popup menu appears right next to the cursor. This works fine for
the two Weather.com links.
Since a few days ago, this has stopped working properly.
Reproducible: Always
Steps to Reproduce:
1. Right-Click on Weather.com link and see it works.
2. Right-Click on Intellicast link (far right link) and see it doesn't work.
3.
Actual Results:
Popup menu is way off to the left of the cursor.
Expected Results:
Popup to appear in same way as Weather.com links, and as it used to.
I will add a simplified test case ASAP.
|
|
191,715 | 1,732,144 |
User-Agent: Mozilla/5.0 (compatible; Konqueror/3; Linux)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.2.1) Gecko/20021130
Hi,
we have a automatic Porxy Configuration Script.
It looks like this:
function FindProxyForURL(url, host) {
if ( isInNet(host, "172.16.0.0", "255.255.0.0") )
{
return "DIRECT";
}
if ( isInNet(host, "127.0.0.0", "255.255.0.0") )
{
return "DIRECT";
}
return "PROXY proxy.digitec:8080";
}
I have a start page it is called http://apz.digitec/ (it's in our intranet,
you can not reach it via proxy.) When I start the Browser the Page ist loaded
okay.
BUT when I connect to some server in the internet e.g. http://www.mozilla.org/
and return to http://apz.digitec/ . Mozilla connects to the Proxy, and get's
an error from the Proxy.
Reproducible: Always
Steps to Reproduce:
1. Get a proxy Server e.g. Squid
2. Configure squid not to connect to one internal server.
3. Get a internal server. e.g. Apache
4. Put a Proxy Config File on the Apache, called proxy.pac:
function FindProxyForURL(url, host) {
if ( isInNet(host, "172.16.0.0", "255.255.0.0") )
{
return "DIRECT";
}
if ( isInNet(host, "127.0.0.0", "255.255.0.0") )
{
return "DIRECT";
}
return "PROXY proxy.digitec:8080";
}
5. Replace 172.16.0.0 and Netmask in the script above to your local ip
adresses. Replace proxy.digitec:8080 to your squid adress.
6. Change Proxy Configuration to use http://<internal-server-adress>/proxy.pac
7. Change Homepage to http://<internal-server-adress>
8. Restart Mozilla. It shall now display your (internal) Homepage
9. Connect to www.mozilla.org, you should see the mozilla Homepage.
10. Ckick on Homepage. You see (after you wait a while) a error from squid.
Actual Results:
You see (after you wait a while) a error from squid.
Expected Results:
Connect to local page and NOT connect to the proxy.
This is a securtiy problem: The Proxy could be used for a man in the middle
atack (e.g it is from my Internet-Provider, and i do not trust them).
"Automatic Proxy configuration" is a major feature for our company, so it is a
(for Digitec) a Major bug.
|
|
202,917 | 1,824,667 |
build ID: 2003042208 on Linux.
I don't think this is bug as I've never seen before on this page and I usually
look at it everyday. 20030421 build doesn't exhibit this problem.
Steps to reproduce:
1. Load http://www.nitot.com/standards/blog/
2. Mouse over a blog link, say 'nous indique" in April 22nd post at 3:12,
3. See the 'nous indique' being duplicated and moving at the beginning of the
sentence.
|
|
192,291 | 1,737,367 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030202 Phoenix/0.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030202 Phoenix/0.5
Changing style.display for an element within a postion:fixed doesn't seem to
work initially.
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.warwickcompsoc.co.uk/?usetheme=v2-compact
2. Hover mouse over left edge (to see menu).
3. Click an expandable menu item (e.g. 'About').
Actual Results:
Nothing happens.
Expected Results:
The menu should expand to show what's under that area of the site.
This *does* work in Mozilla build 20030114, but not in build 20030122.
|
|
198,660 | 1,789,111 |
build ID: 2003032108 on Linux and Win2k.
works fine with Mozilla 1.3 (release) on Linux & Win2k.
Steps to reproduce:
1. Load URL http://www.airfrance.fr/
2. Fill in the form on the left frame with mozilla / moz1lla
3. Click on "Accès mon Air France" just below form,
4. Notice the right main frame not being refreshed
Mozilla 1.3 will load content on the main frame after having displayed the new
menu on the left frame where the form was displayed.
I noticed this on trunk (1.4a) 2 or 3 weeks ago, I cannot reduced the regression
window as builds are no more available (I'd need some late February builds, if
someone can test...)
Couldn't come with a reduced testcase, it involves frames.
This is not bug 113224, but a real regression. I don't think this is bug 192312
either as the steps above work on 1.3 branch.
|
|
204,042 | 1,834,681 |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Avant Browser [avantbrowser.com])
Build Identifier:
I got an error after adding an attachment. The error is as below.
undef error - Insecure dependency in parameter 1 of DBI::db=HASH(0x63af0c)-
>prepare method call while running with -T switch at Bugzilla/DB.pm line 64.
Reproducible: Always
Steps to Reproduce:
|
|
193,908 | 1,750,279 |
I see a problem that looks VERY similar to bug 121314: FTP publishing does not
really complete until Mozilla exits. There is no indication that publishing is
still underway or that an error occurred (in fact, there is no error but most
likely Mozilla is just not closing the data connection until exit).
Platforms: Solaris 8 and Windows 2000.
Build: Mozilla 1.3b release (20030210 on Windows and 20030211 on Solaris).
Steps to reproduce:
1. Create a new composer document
2. Type "Test" (or any other content).
3. Click "Publish" on toolbar and do it. I published to an internal server that
is behind the Netscape firewall (220 rocknroll Microsoft FTP Service (Version
4.0).):
Site: rocknroll.mcom.com (ftp)
Publishing Address: ftp://rocknroll.mcom.com/publish/
User Name: mcs
Page Title: Test
Filename: test.html
Site Subdirectory: demos/
Include Images and Other Files: Yes
4. Enter the correct password when prompted. Publishing appears to complete OK.
5. Use ftp (from the OS command line or in the browser) to retrieve the page.
It is zero bytes long.
...
ftp> pwd
257 "/mcs/publish/demos" is current directory.
ftp> dir
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls.
-rwxrwxrwx 1 owner group 891 Jan 29 10:50 dynamic-title.htm
-rwxrwxrwx 1 owner group 0 Feb 18 10:54 test.html
226 Transfer complete.
148 bytes received in 0.021 seconds (6.96 Kbytes/s)
6. Quit Mozilla. Now the file's contents are there:
ftp> dir
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls.
-rwxrwxrwx 1 owner group 891 Jan 29 10:50 dynamic-title.htm
-rwxrwxrwx 1 owner group 293 Feb 18 10:57 test.html
226 Transfer complete.
148 bytes received in 0.018 seconds (7.95 Kbytes/s)
|
|
195,558 | 1,764,819 |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030210
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030210
If a Java Applet has size given in percent, eg
<applet .... width="70%" height="50%">
then it will not appear at all!
Reproducible: Always
Steps to Reproduce:
Actual Results:
The applet doesn't appear at all! Not even the ALT="text" or the stuff for
Non-Java browsers.
Expected Results:
Mozilla *should* interpret the percentage as expected. But, if this is not in
the W3C standard, then it should fall back to something a bit more sane than
not loading the applet at all!!
http://www.htmlhelp.com/reference/html40/special/applet.html
Says that percentages ARE allowed. Some other references disagree.
|
|
201,071 | 1,808,780 |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4b) Gecko/20030406
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4b) Gecko/20030406
My signature file is the following :
--
Marc-Etienne Vargenau http://vargenau.free.fr
Membre du Cercle généalogique norvillois http://www.cgnorvillois.org
Mes données sont indexées sur Généanet http://www.geneanet.org
When I create a new message, all 'é' in the signature are displayed as
a black square.
When trying to send the message, I get an alert telling that the file
contains charcters not in the character set.
Reproducible: Always
Steps to Reproduce:
1. create a signature file (with a text editor) containing accented characters
2. in the preferences, select the file to be the signature file
3. compose a new message
4. send it
Actual Results:
All accented charcters in the signature are displayed as
a black square.
When trying to send the message, I get an alert telling that the file
contains charcters not in the character set.
Expected Results:
The accented characters should have been displayed correctly.
The message should have been sent.
|
|
201,236 | 1,810,243 |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.3) Gecko/20030312
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.3) Gecko/20030312
When I create a new XML document in Javascript, which has no associated window
for display, Document.createEvent("MutationEvents") returns null,
Node.dispatchEvent(evt) (with an event created from HTML page document) does not
trigger handlers, and actually mutating the page via DOM methods does not
trigger handlers.
I can understand not firing UI events for "headless" (no UI) XML documents, but
Mutation events should still be fired. It's a model/view thing.
Reproducible: Always
Steps to Reproduce:
1. Create a new document: document.implementation.createDocument('','',null)
2. Subscribe to any mutation event
3. Call DOM methods to modify document
Actual Results:
Event handlers are never fired.
Expected Results:
I should get events in the handlers. I've tested the exact same code by
subscribing to mutation events on the (visible) HTML DOM and they fire just fine.
|
|
201,288 | 1,810,582 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030408
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030408
I can't click anchored images without alt and size indicated when I disable image.
This regression happens after 2003031908. So I suspect the Bug 83774 made this
issue.
Reproducible: Always
Steps to Reproduce:
1. Start Mozilla with new profile.
2. Open [Edit]-[Preferences...]-[Privacy & Security] Category -[Images] Panel.
3. Click "Do not load any images" radio-button. Click "OK".
4. Exit Mozilla using [File]-[Exit] and restart again.
5. Open my testcase.
Actual Results:
Mozilla tries to display alt text, but there is no alt text.
Thus you can't click anchor as you can't point image.
Expected Results:
Anchor contains image should display broken images in case of no alt attribute.
I can see the broken image w/2003031808.
|
|
196,290 | 1,770,729 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4a) Gecko/20030306
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4a) Gecko/20030306
Not sure if this is due to the use of the a mix of absolute table widths in the
first column and a percentage width for the second column or simply that since
no table height is specified, Mozilla is using a default which is much larger
than other browsers. As it sits, Mozilla requires me to hit page downs to bring
options into view for selection. Other nits are that the line which should be
at the bottom of the windows with the Legal, Privacy, etc. items is overwritten
by the table blocks and the page has a large chunk of white space at the bottom.
Reproducible: Always
Steps to Reproduce:
1.connect to support.novell.com
2.place the cursor over the > in the free product support box
3.repeat as necessary
Actual Results:
The tables are displayed in overheight boxes
Expected Results:
The boxes in the first column should be slightly larger than the text with the
arrow on the same line as the text. When the cursor is placed over the arrow in
a box, the new table should be displayed in a box just large enough to contain
the text.
|
|
196,603 | 1,772,992 |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030308
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030308
The redesigned devedge.netscape.com does not work properly in recent nightlies.
It uses Eric Meyer's CSS menu, but modified with some JavaScript to show the
pull down menus and to display a <div> with the option to change stylesheet.
This worked in 20030303 nightly build of Mozilla, and does not work
in the following builds:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030308
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030307 Phoenix/0.5
Reproducible: Always
Steps to Reproduce:
1. Go to http://devedge.netscape.com/
2. Hover the "Customize" button [1] or the menu ("View Source | Archive | Tech
Centrall") [2]
Actual Results:
Nothing happens.
Expected Results:
Show the <div> with option to change the stylesheet [1]
or display the contents of the menu [2].
I was also notified by MozillaZine readers (
http://www.mozillazine.org/forums/viewtopic.php?t=7089 ), that this problem is
reproducible also in:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030308 Phoenix/0.5
but the page works fine in
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4a) Gecko/20030306
so this has become broken probably on March 7th or March 8th.
|
|
210,734 | 1,893,670 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
When users entered Alphabet or Numerics in compatible (i.e Full-Width) form, the
resulting ACE label (both Punycode and RACE) includes 0x0 in it. For example:
www.U+FF4A U+FF44 U+FF4E U+FF41.jp is expected to be nameprepped and changed
into www.jdna.jp, but the result is www.xn--jdna-.jp.
Reproducible: Always
Steps to Reproduce:
1. enter www.jdna.jp at address bar
2.
3.
Actual Results:
the entered address was changed into www.xn--jdna-.jp, and DNS fails
Expected Results:
jdna part should be nameprepped into jdna, i.e. www.jdna.jp
|
|
211,006 | 1,895,761 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
I wrote bogus text in the current password box and changed my user name.
However, Bugzilla accepted the change.
Reproducible: Always
Steps to Reproduce:
1. Use bogus text as your current password.
2. Change your real name.
3. Submit
Actual Results:
Bugzilla makes the changes.
Expected Results:
Bugzilla should not make the change.
I think the bogus text I was using began with my actual password so if it was
foo, I enterered foobar.
This is a security issue so setting security flag. This is also a critical issue.
|
|
212,277 | 1,905,175 |
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.5a) Gecko/20030708
Build Identifier: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.5a) Gecko/20030708
Cannot create a link to Named Anchor in Composer or New Email. After selecting the
named Anchor to link to, the response window closes. The only thing I see is a
large blank square being written over my linking object. My windows version is
WIN/ME.
Reproducible: Always
Steps to Reproduce:
1. Select text I am linking from
2. Select Link menu item
3. Select a Named anchor
4. select ok
Actual Results:
I get garbage patch that overlays the link text. Same color as background color.
Expected Results:
Create the link to the named anchor
|
|
213,282 | 1,913,291 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030720 Mozilla Firebird/0.5 StumbleUpon/1.63
Build Identifier: http://ftp.mozilla.org/pub/mozilla/nightly/2003-07-19-04-trunk/
In recent Mozilla (and Mozilla Firebird) builds (tested with Mozilla
2003071008,2003071904 and MozillaFirebird from 20030711) NetWare Remote Manager
(Netware 6 + SP3) https access does not work. After entering username and
password, I get three blank frames instead of management portal. In builds
before (including) 20030630 it has worked. I have created http debug log and in
newer builds Authorization header is sent only in first request and not in
subsequent requests.
I'll attach debug log files with http headers.
Reproducible: Always
Steps to Reproduce:
1. enter netware management portal address (https://)
2. enter username and password
Actual Results:
Only frameset with three empty frames have loaded.
Expected Results:
NetWare management portal should have loaded.
I have deleted profile and mozilla instalation directory completely before testing.
|
|
206,780 | 1,858,577 |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4b) Gecko/20030522 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4b) Gecko/20030522 Mozilla Firebird/0.6
Bug #110655 fixed for mozilla but not for firebird- at least not completely: the
first time I open the font prefs, I get mozilla like ui, and I am able to change
the Hebrew fonts.
Any time after, I get fb ui, and I am unable to change any of the Hebrew fonts
I am on osx 10.2.6
Reproducible: Always
Steps to Reproduce:
1. application menu-- prefrences
2. fonts -- for the encoding -- hebre
3. change the font from the default. ok.
4. go back to the fonts and try to change
Actual Results:
no items in the drop down list for Hebrew fonts
Expected Results:
shuld list avalible fonts
|
|
214,343 | 1,921,568 |
Selection is mostly broken today... I frequently get pieces of a selection
missing; single-clicking doesn't cancel a selection, etc.
This is a recent regression, works 2003072813 and doesn't work 2003072914.
The checkin I'm fingering is
07/28/2003 13:45 bzbarsky%mit.edu mozilla/ layout/ html/ base/ src/
nsTextFrame.cpp 1.431 2/5 Tabbing through textfields should repaint
instead of leaving them looking
selected. Bug 214115, r=brade, sr=dbaron
I'll back this out in my local tree tonight, if someone else doesn't get to it
sooner.
|
|
217,121 | 1,942,074 |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5b) Gecko/20030823 Mozilla Firebird/0.6.1+ (jtalkington nightly)
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5b) Gecko/20030823 Mozilla Firebird/0.6.1+ (jtalkington nightly)
Choosing Save Page/Image as... from either the regular menu or the context menu
does nothing. No dialog, no crash, nothing. This started a couple of days ago
with the nightlies I'm making.
Reproducible: Always
Steps to Reproduce:
1. Open a web page.
2. Chose "Save Page As..."
3. Watch the magic.
Actual Results:
Nothing.
Expected Results:
Saved the page.
|
|
217,949 | 1,947,493 |
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.5b) Gecko/20030829
Build Identifier: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.5b) Gecko/20030829
When I try to authenticate with a site that uses NTLM authentication Mozilla
does not display the plogin/password page . I receive the error "HTTP 401.2 -
Unauthorized: Logon failed due to server configuration"
Reproducible: Always
Steps to Reproduce:
1.Go to a site which uses NTLM Authentication
2.
3.
Actual Results:
"HTTP 401.2 - Unauthorized: Logon failed due to server configuration"
Expected Results:
Display the login/password page
|
|
218,302 | 1,950,237 |
Text zoom should not be remembered when changing from one web site to another.
It currently is remembered when the two sites are viewed in the same window, but
it should not be.
This has been discussed at great length in bug 65571. Bug 108391, for
remembering the settings for each "site" (however we define it), depends on this
bug.
Steps to reproduce:
* Load this bug
* Press Ctrl-+ a few times
* load http://www.nytimes.com/ in the same window.
Actual results:
* the fonts are abnormally large
Expected results:
* the fonts should be normal size
|
|
215,406 | 1,929,569 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030718
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030718
The re-implementation of style support in 1.5a seems to have broken the
Format->Remove All Text Styles menu item, at least on Windows. Neither the menu
item nor the key binding seemt to do anything. Toggling text styles using other
formatting commands (bold, italic, fixed width) work correctly, but clearing
them all in one swell foop no longer works.
Reproducible: Always
Steps to Reproduce:
1. Create new composer page
2. Type a line of text, applying text styles to some of the text
3. Select the line
4. Format->Remove All Text Styles
Actual Results:
Nothing changes in the selected text.
Expected Results:
Remove all text styles from the selected text.
|
|
215,460 | 1,930,063 |
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5b) Gecko/20030804
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5b) Gecko/20030804
A new cookie from a site causes the popup to come up. The checkmark for
"remember for this site" IS checked. Clicking on either YES or NO seems to have
no affect though, as further cookies being set or updated brings up the popup.
Reproducible: Always
Steps to Reproduce:
1.Cookie wants to be set or updated.
2.Popup to accept or deny comes up.
3.Selection is made but the next cookie from the same server causes the popup to
comeup again and again.
Expected Results:
If the checkmark is selected then the it should remember and not ask again.
|
|
216,303 | 1,936,577 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
In the page at http://www.cs.helsinki.fi/u/tksuoran/div_height_percentage.html,
the three <div> elements should usually have the same size due to CSS height:
90% property. I believe that Mozilla does not support percentages in this case.
I tried to put the divs inside a div of different class which had fixed pixel
height but the problem remained.
Reproducible: Always
Steps to Reproduce:
1.Go to http://www.cs.helsinki.fi/u/tksuoran/div_height_percentage.html
2.
3.
Actual Results:
The <div> elements appear as their height property would be auto.
Expected Results:
The <div> elements should appear as their height property would 90%, which
usually makes the three elements the same height.
|
|
208,087 | 1,869,230 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030522
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030522
If a page does not need authentication, but a css stylesheet in the page is in a
different location which does, the style sheet gets ignored.
The username and password are prompoted and entered but ignored. The page does
not seem to render untill password entered.
However on refresh the stylesheet is applied, as it no longer neccessary to
prompt for authentication. But people not used to site wont realise that
something is missing.
This seem to apply with Mozilla 1.4b and Apache 2 htpasswd authentication.
I havent tested if this is the same for other filetypes, e.g. js files or
images, but it does seem like a seriuos issue, in one way dataloss, although
only visually.
Reproducible: Always
Steps to Reproduce:
1. open browser and go to a page which does not require authentication, but does
contain a link to a stylesheet which does require authentication.
2. you are prompted for name and password, enter this and press okay.
Actual Results:
page rendered without applying stylesheet, however refreses does.
Expected Results:
as it already seem to wait untill password is entered, it should have fetched
the stylesheet and applied as it rendered the page as normal.
|
|
208,030 | 1,868,673 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030602
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030602
The issue is that the source file usually contains comments, which is good, but
the Javascript parser probably ignores them (and that's it job, isn't it) and
then the line number known from the javascript parser is shifted and doesn't
match with the line number in the real source file
Reproducible: Always
Steps to Reproduce:
Example:
Error: redeclaration of const MOZ_HELP_URI
Source File: chrome://help/content/contextHelp.js
Line: 1
refers to
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
Actual Results:
while it refer to
const MOZ_HELP_URI = "chrome://help/content/help.xul";
which is line 21
Expected Results:
Error: redeclaration of const MOZ_HELP_URI
Source File: chrome://help/content/contextHelp.js
Line: 21
prevents http://bugzilla.mozilla.org/show_bug.cgi?id=79612 to be solved in many
cases
|
|
208,048 | 1,868,979 |
User-Agent: Mozilla/4.72 [en] (Compatible; RISC OS 4.36; Oregano 1.10)
Build Identifier: JavaScript-C 1.5 pre-release 5 2003-01-10 [checked out of CVS trunk 2003-30-05]
The values declared for POSITIVE_INFINITY, NEGATIVE_INFINITY and NaN are not
correct for the ARM platform. As noted in the jsnum.h source as a comment from
Stefan Hanske, the words are in little endian byte order, but the two words are
reversed. The code was changed to reflect this and macros declared in jsnum.h
to access these values in a generic manner.
The define CPU_IS_ARM is used, together with IS_LITTLE_ENDIAN to select the
correct macros to use at jsnum.h, line 104. This appears to all be correct.
jsnum.c, however, has its own declaration of 'union dpun' which is used in the
js_InitRuntimeNumberState functions to initialise the number structures.
If clauses within the 'union dpun' need to be updated to cater for the ARM CPU
with something like :
#if defined(IS_LITTLE_ENDIAN) && !defined(CPU_IS_ARM)
or the assignment of the values should be updated to use the macros declared
in jsnum.c.
Reproducible: Always
Steps to Reproduce:
1. Build the standard engine and shell application.
2. print(Number.POSITIVE_INFINITY);
3. print(Number.NEGATIVE_INFINITY);
Actual Results:
Output:
2. 1.06047983e-314
3. 2.1214777256e-314
Expected Results:
Should have produced:
2. Infinity
3. -Infinity
Making the conditional in 'union dpun' as suggested above generated the
Infinity/-Infinity output as expected.
I believe that whilst the above change to the 'union dpun' will fix the
problem, the correct solution would be to make the code use the macros from
jsnum.h as they were intended. If you want a patch putting together for that,
let me know and I'll do that.
This bug has apparently been unnoticed for quite some time which leads me to
believe that I may be incorrect in my assertion.
|
|
208,872 | 1,875,280 |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030609 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030609 Mozilla Firebird/0.6
Here's the HTML code in question:
<td colspan="2" nowrap="1">
<div>
<span style="font-weight:normal;float:right;">
<span id="remDevLink"><a id="rem" href="">Remove...</a> | </span>
<a id="mod" href="">Edit...</a>
</span>
<span id="dev">Floppy Drive</span>
</div>
</td>
The float and font-weight style in td.div.span is not honored.
Reproducible: Always
Steps to Reproduce:
I don't have a small test case, but it happens every time for the page you'll
find in the attached screenshots.
Expected Results:
See the expected results (Mozilla 1.3.1) screenshot.
|
|
209,242 | 1,880,701 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030525 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030526 Mozilla Firebird/0.6
On all FB builds starting 2003-05-26, pages that should be loading from cache
are loading from the web.
Reproducible: Always
Steps to Reproduce:
1. Open a web page
2. Navigate to a new page
3. Go back to first page.
Actual Results:
Page loads from web rather than from cache.
Expected Results:
Load page from cache
Using about:config, tried all settings from 0 to 3. Could not get page to load
from cache. 2003-05-25 works as expected.
|
|
209,330 | 1,882,286 |
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.4b) Gecko/20030507
Build Identifier: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.4b) Gecko/20030507
The page at http://www.killerinstinct.com/bugsample.html demonstrates a user
interface problem that seems to have started with Mozilla 1.3b. When JavaScript
is used to prefetch images *after* the page has finished loading, the following
text flashes in the status bar: "Waiting for somehost..." and "Transferring data
from somehost...". This is inconsistent with MSIE 6.x and is inconsistent with
Mozilla 1.2.1 and 1.3a. Most importantly, it is potentially very disruptive to a
user's experience: cyclical changes that occur to the browser's "chrome" give
the impression that the page is still loading and distract the user from any
page contents that are already displayed. This is fine if the page truly is
still loading, but once it has finished such changes should be suppressed to
avoid distracting the user from the page content.
Clicking the button below causes the browser to prefetch 100 images. In Mozilla
1.2.1, Mozilla 1.3a and MSIE 6.0, no visible change to the status bar occurs. In
Mozilla 1.3b->1.4b, messages are flashed repeatedly.
JavaScript image preloading is commonly used to pre-cache sets of images that
may be needed on subsequent pages. Web site publishers who want to support
Mozilla will likely be unwilling to use this feature if it makes their pages
appear to continue loading. This feature is also sometimes used to precache
images that must be displayed inline on mouseover. A message in the status bar
is not desirable in this case, either.
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.killerinstinct.com/bugsample.html
2. Make sure that the page has finished loading.
3. Click the button.
Actual Results:
The status bar very quickly flashes the message "Waiting for
www.killerinstinct.com...", then changes to "Transferring data from
www.killerinstinct.com...", and repeats this 100 times. When it finishes, it
leaves the message "Transferring data from www.killerinstinct.com..." in the
status bar even though nothing is being transferred.
Expected Results:
Mozilla should have left the status bar empty and given no indication in the
browser chrome that anything was happenning.
This bug occurs with both the classic and modern theme.
|
|
206,498 | 1,856,171 |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705)
Build Identifier:
There are warnings on this page for a couple of things, but i don't see a
warning telling you that once you upgrade you bugzilla database from on
version to the next there is not going back if the database is changed, since
the checksetup.pl will not reverce any changes. It understandable that this is
true, but this page so say its true.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
|
|
206,602 | 1,857,061 |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030430 Debian/1.3-5
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030430 Debian/1.3-5
in the test url there are a number of custom bullets set with css2
list-style-images. for example:
li.aries
{
list-style: url(aries24.png);
}
none of these are loaded. the bullets are either entirely missing or appear as
some blotched dot graphic.
Reproducible: Always
Steps to Reproduce:
to reproduce:
1. visit: http://home.worldonline.co.za/~astrology/faq/#6
(when the page has finished loading) look at the list items:
aries, taurus, etc.
now **resize** your browser, and watch the list-style-images suddenly appear.
it's as if the page isn't being redrawn for the final rendering.
this has happened with every version of mozilla i've ever tried
(1.0, 1.1, 1.2, 1.3 and 1.4b)
|
|
206,810 | 1,858,910 |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; YComp 5.0.0.0)
Build Identifier: 1.3.1 (Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3.1) Gecko/20030425)
In order to handle synchronization cleanly between the Mozilla Calendar's
events and a collaboration server, some sort of element must be present to
specify when an item was last modified. According to the ical standard, this
element is 'LAST-MODIFIED' and should be of a typical DATE-TIME format.
Property Name: LAST-MODIFIED
Purpose: The property specifies the date and time that the
information associated with the calendar component was last revised
in the calendar store
Description: The property value MUST be specified in the UTC time
format.
Without this information, synchronization is exceedingly inefficient because
all items must be sent each synch cycle.
Reproducible: Always
Steps to Reproduce:
1. Create an event and note the DTSTAMP time
2. Modify that event
Actual Results:
Note that the DTSTAMP element did not change, nor is there a LAST-MODIFIED
element.
Expected Results:
Either the DTSTAMP element should change, or a LAST-MODIFIED element should be
present with the time of the modification.
|
|
206,936 | 1,860,159 |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6
I have the default Firebird theme, except I have customized the toolbar to show
only big icons (no text). I have also installed the SmoothWheel v0.2 Extension.
I have made Firebird my default browser using the Web tab in the OS X Internet
preferences pane.
When I click on a link in Entourage V.X it opens a new Firebird window but it
uses the Classic theme rather than the default one (Modern?). Also it sometimes
shows the Siebar.
Reproducible: Always
Steps to Reproduce:
1. Set Firebird as your default browser in OS X Internet Preferences Pany
2. Open Firebird
3. Open Entourage
4. Find an email with a link (In my case it is a plain-text email, not HTML)
5. Click the link
Actual Results:
New firebird window will open with Classic theme...
Expected Results:
Should have opened a window with the Modern theme. (Ideally it should have
reused an existing window, but that's a different issue. ;) )
|
|
207,481 | 1,864,332 |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030401
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030401
an image with id="reset" outside a form overrides the reset() function in the
Javascript representation of the form-element.
Reproducible: Always
Steps to Reproduce:
1. load testcase strict.html or transitional.html
2. enter text
3. click on "Reset me"
Actual Results:
entered text is still there
Expected Results:
entered text should be erased
I tested it with mozilla 1.0.1, 1.2.1, 1.3 1.4a, 1.4b on linux. All show the
same behavior.
There are three examples
1. strict.html (uses HTML 4.01 Strict and id attribute)
2. transitional.html (uses HTML 4.01 Transitional and name attribute)
3. xhtml.xml (uses XHTML 1.0 Strict and id attribute)
All are very similar and use following construct:
<img ... id/name="reset">
...
<form ... id/name="formular">
</form>
Case 3 works, but for case 1 and 2 the image overrides the reset()-function of
the formular which is then not longer accessbile from javascript.
So it's seems that the HTML DOM is broken here, but the XHTML DOM works.
|
|
209,694 | 1,885,878 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030531
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030531
http://www.marilouonline.com/videos.html
there should be a margin between the 2 <div class="videoPanel">. Displayed
correctly in IE and Opera
Reproducible: Always
Steps to Reproduce:
1.Open the link
2.Check for a margin between the 2 div's forementionned
Actual Results:
there's no margin at all between the 2 divs
Expected Results:
check it out in IE or Opera for expected results
|
|
209,807 | 1,886,699 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030612
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030612
I know this sucks as a bug report. However, I had a javascript that calculated
positioning using offsetleft, offsettop which worked fine in 1.3 but is broken
now. I know there have been a lot of invalid bugs like this. I'll try to work
up a testcase soon. It's just so close to the 1.4 release that I thought I'd
put this in now. ( I was using firebird and thought that it might just be fb,
but that's not the case. )
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
|
|
210,001 | 1,888,197 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030612
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030612
when changing the SRC attribute of an image, if it's an Animated GIF the
animation should restart from the first frame.
This was the behavior of the 1.3 release.
Behavior of 1.4 and recent trunk builds (tested until 20030612) has different
behavior (as 1.2 and below)
Note that the page at URL reported above Preloads hot-spot images.
Reproducible: Always
Steps to Reproduce:
1. go to http://www.paipai.net/default1.asp, wait until the page stop loading
2. pass the mouse pointer over the "Home" icon on the navigation bar ("once"
animated gif)
3. pass the mouse over the "Guest Book" icon on the navigation bar ("infinite"
animated gif)
Actual Results:
The animations of preloaded GIFs start and run in background.
So, if you pass over the "Home" icon after the page has finished loading, there
is no animation at all.
If you pass the mouse pointer over the "Guest Book" icon more that once, you can
notice that the "infinite" animation runs in background.
This is the behavior of Mzilla 1.2 and below.
Expected Results:
The animation should restart from first frame every time the SRC attribute is
changed (for ex. using using Javascript)
This is the behavior of mozilla 1.3 and MSIE.
Mozilla 1.4 (tested RC1) and build 20030612 have same behavior of 1.2 and below
|
|
210,553 | 1,892,508 |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5a) Gecko/20030623 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5a) Gecko/20030623 Mozilla Firebird/0.6
While this bug is listed in Bugzilla for Mozilla at large, I feel I should
report the bug because it's been my unfortunate experience that Firebird is
significantly more "willing" to throw this error and is therefore considerably
less usable. I have used both Mozilla and Firebird, and unfortunately the
problem happens just about every single time with Firebird.
The exact problem is that when setting Firebird as the system default browser in
the Internet preferences pane (I'm using Mac OS X 10.2.6) and
double-command-clicking on URLs in Snak, an IRC client, or when using Eudora,
which is set to use Contents/MacOS/MozillaFirebird-bin as the browser to launch,
I get the nasty top-left-of-screen "error launching browser: no XBL binding for
window". Sometimes, I can't even click OK on the dialog box to make it go away
and have to quit (command-Q) the browser to make it go.
Reproducible: Always
Steps to Reproduce:
1. Set Firebird to the default browser as described above in Details
2. Use application built-in URL launching to try to load any URL
3. Error appears
Actual Results:
Error dialog box appears complaining of no XBL binding for browser, with
hard-to-remove error dialog box sometimes, and certainly never the requested
browser window
Expected Results:
Launched the URL in a browser window
|
|
211,590 | 1,899,841 |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030505
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030505
The comments in jsmath.c claim to use the same algorithm to obtain pseudo random
numbers as Java does, but in fact the code does not.
It uses 0x5D0EECE66DL multiplier instead of 0x5DEECE66DL.
^
Additionally, the method to construct a random double from random bits in
random_nextDouble() is bad.
See http://java.sun.com/j2se/1.4.1/docs/api/java/util/Random.html#nextDouble() .
Reproducible: Always
Steps to Reproduce:
1. Look at the code: http://lxr.mozilla.org/seamonkey/source/js/src/jsmath.c#293
|
|
211,599 | 1,899,892 |
build ID: 2003070107 (trunk) on Win2k & Linux.
Steps to reproduce:
1. Load URL,
2. Click on 'help' in right column ("if you need tip on searching"),
3. Window doesn't popup.
JavaScript console shows:
Error: unterminated string literal
Source File:
javascript:sitewide_toolkit_window('http://www.cisco.com/ciscodotcom/toolkit/searchbasic.html
');
Line: 1, Column: 24
Source Code:
sitewide_toolkit_window('http://www.cisco.com/ciscodotcom/toolkit/searchbasic.html
[...]
the relevant source is:
[...]
</span><a
href="javascript:sitewide_toolkit_window('http://www.cisco.com/ciscodotcom/toolkit/searchbasic.html
');" class="modulecaptionlink">Help
[...]
There's a carriage return in the <a href , which is allowed according to RFC2396
(section 1.6, "whitespaces should be ignored"), but here the "\n" is in a
javascript statement.
IE6 and NS4.79 behave different from Mozilla: the window pops up ok.
Apologies if this is a dupe, I had a headache trying to understand if my
particular case (JS within CDATA in Quirks mode) applies to bug 47048 or bug 42287.
If the linefeed is converted in whitespace, it'll fail anyway. The real fix on
the server would be to suppress the linefeed but as NS4.79 behaves different, I
thought I'd file a bug report to double check.
|
|
213,103 | 1,911,757 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030716
Tree type splitters don't work inside of a scrolled view. After researching the
problem, I found the issues to be in nsViewManager where events aren't in some
cases delivered to views that have an empty clip rect, even when that view is
capturing.
Included is a patch. I need this fixed before I can complete bug #212789
Reproducible: Always
Steps to Reproduce:
1. Open XUL attachment
2. Note how tree splitters on top bar work fine, but splitters
inside the scrolled view cause a mess.
Actual Results:
Splitters in top set of tree columns work, bottom set doesn't.
Expected Results:
Behavior should be identical in the two cases, as all that's present is an
additional view (overflow: -moz-scrollbars-borizontal)
|
|
215,857 | 1,933,247 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030810
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030810
The page in http://www.endi.com is not displayed correctly. The main contents
are displayed with excessive space to the left. It looks like an improper
rendering of the html <table> tag.
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.endi.com
2.
3.
Actual Results:
The page actually looks wrong with the main contents showing excessive blank
spaces to the left, making necessary to scroll to the right to see content. When
I refresh the page, the problem goes away. It happens when I load the page for
the first time.
Expected Results:
Display the page with the main contents centered without the excessive blank
spaces on the left.
This problem does not crash Mozilla.
|
|
213,841 | 1,916,748 |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.11 [en]
Build Identifier: SpiderMonkey 1.5-rc5a
Calling JS_SetTrap() twice for the same program counter will generate
a crash when the JSContext is freed during the call to JS_ClearAllTraps().
Reproducible: Always
Steps to Reproduce:
See details. I could provide a sample code if needed.
In JS_SetTrap, if a trap is already found for the given pc,
the existing trap structure is linked to itself in the rt->trapList
linked list, thus generating a trap on either the context or runtime
destruction.
trap = FindTrap(rt, script, pc);
if (trap) {
/* Restore opcode at pc so it can be saved again. */
*pc = (jsbytecode)trap->op;
} else {
trap = (JSTrap *) JS_malloc(cx, sizeof *trap);
if (!trap || !js_AddRoot(cx, &trap->closure, "trap->closure")) {
if (trap)
JS_free(cx, trap);
return JS_FALSE;
}
}
JS_APPEND_LINK(&trap->links, &rt->trapList);
I propose to correct that in the following manner :
- Always create another JSTrap (after all, the trap->closure information
may be different for the 2 traps)
e.g. :
trap = FindTrap(rt, script, pc);
if (trap) {
/* Restore opcode at pc so it can be saved again. */
*pc = (jsbytecode)trap->op;
}
trap = (JSTrap *) JS_malloc(cx, sizeof *trap);
if (!trap || !js_AddRoot(cx, &trap->closure, "trap->closure")) {
if (trap)
JS_free(cx, trap);
return JS_FALSE;
}
JS_APPEND_LINK(&trap->links, &rt->trapList);
...
That way thee is no risk of crash. The only problem
is that if 2 breakpoints have been put at the same PC
(generally after the bp relocation due to empty source lines)
it is not easy to retrieve them individually.
|
|
213,992 | 1,917,993 |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030724
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030725
Does this on all sites that run java scripts it will not load. I generally do
not allow scripts unless I need to for a site. Was working up to 2003072405
build. Also of late browser freezes on unsubcribe from news groups when the
confirm window should go wawy.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
|
|
214,115 | 1,918,835 |
BUG PRESENT IN: 2003-07-01 07:00:00 and later builds
BUG NOT PRESENT IN: 2003-06-30 05:00:00 and earlier builds
STEPS TO REPRODUCE:
1) Load http://google.com
2) Type "abc" in the textbox
3) Hit tab
4) Hit "shift-tab" twice
EXPECTED RESULTS: focus on link before textbox, "abc" not selected
ACTUAL RESULTS: focus on link before textbox, "abc" selected
This happens on all pages I've tried with text inputs (including this bug page).
Assigning to brade based on the regression window and the files that were
touched in that window (the cleanup checkins look like the most likely culprit).
This makes keyboard navigation on Linux incredibly confusing, since it keeps
looking like you've clobbered your PRIMARY clipboard.
|
|
214,969 | 1,925,899 |
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.4) Gecko/20030624
When visiting an XHTML page with MIME type application/xhtml+xml, Mozilla 1.4
fills the entire viewport with the background-color of the body element. This
is against the specs, see e.g.:
http://www.w3.org/TR/CSS21/colors.html#q2
http://bugzilla.mozilla.org/show_bug.cgi?id=147856#c2
Reproducible: Always
Steps to Reproduce:
1. Visit demonstration URL with Mozilla 1.4 or up.
Actual Results:
The body's background-color is applied to the entire viewport.
Expected Results:
The body's background-color should not extend beyond the body's content.
This seems to be a regression that happened somewhere inbetween Moz 1.3.1 and
Moz 1.4, -- Mozilla 1.3.1 still performs correctly. I can reproduce it on both
Windows and Linux.
|
|
215,163 | 1,927,840 |
Due to the patch in bug 207469, nsComposerCommandsUpdater leaks.
Steps to reproduce:
1. setenv XPCOM_MEM_LEAK_LOG leak.log
2. Run ./mozilla -editor
3. Type a few characters
4. Close the window with the X in the corner.
5. Click "Don't Save".
Actual results:
nsComposerCommandsUpdater object leaked (and perhaps a bunch of others because
of it)
This is caused by the patch in bug 207469. Each time InitWithCallback is
called, it |AddRefs| the timer callback implementor (the
nsComposerCommandsUpdater), but the callback is only released in the timer's
destructor.
(Maybe the timer API should be better?)
|
|
215,210 | 1,928,164 |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.4) Gecko/20030625
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.4) Gecko/20030625
This is the email I've received when marking as "A MI ME VALE" (WORKSFORME) my
bug nº 6:
http://bugzilla-cvs.omgs.homelinux.org/show_bug.cgi?id=6
[email protected] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From [email protected] 2003-06-08 01:31 CEST
-------
This works for me, but I think the bug can't be closed until this is implemented
in your bugzilla.
Reproducible: Always
Steps to Reproduce:
Expected Results:
There are still many things to change:
- The word "changed" after the user name
- The line "What", "Removed", "Added"
- The text containing the text "Status", "Resolution" and the statuses and
resolutions themselves.
- The text "Additional Comments From"
- Optionally, the time format.
|
|
217,369 | 1,943,828 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030718
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030718
I visited gamespot, and found that the abovementioned page displayed incorrectly
about 50% of the time. I noted that the right frames were unnaturally stretched
out. If you cannot make this bug reuccur, try going back and then clicking on
the link in gamespot's main page. Also, the same bug was seen in firebird 0.6
Reproducible: Sometimes
Steps to Reproduce:
1.Visit the main page, http://www.gamespot.com/pc/index.html, and click on the
link of the abovemetioned game near the bottom
2.If it displays correctly, go back and click again
3.
Actual Results:
the page reloaded in a weird horizontally stretched out format
Expected Results:
displayed a proper, framed page
theme: modern, and as it is reproduced by firebird with the firebird theme.....
Sorry, i am an amateur in this field, just thought to let u guys know, cause i
love mozilla.
|
|
217,721 | 1,945,964 |
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.5b) Gecko/20030827
Build Identifier: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.5b) Gecko/20030827
Mozilla cannot work with a certificate containing only the non-repudiation key
usage bit. It is possible to import such certificates and PKCS#12 files
respectively, but those certificate cannot be verified by Mozilla.
If I import a certificate which is identical except that the key usage bit
digital signature is also set, there are no problems to verfiy the certificate
or sign an email with Mozilla.
Reproducible: Always
Steps to Reproduce:
1. Import self signed root cert and subordinate CA cert and edit trust level.
2. Import pkcs#12 file with certificate which has only the non repudiation key
usage bit
3. View certificate
Actual Results:
The certificate viewer says:
Could not verify this certificate for unknown reasons.
Expected Results:
Verify this certificate for the use "Email Signer Certificate"
and the certificate manager should show the purpose "Sign" for this certificate.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.