Bugzilla HelperA tool to help you write a good Mozilla bug report.Comments to Gerv (Please, no bug reports to this address) IMPORTANT: Mozilla has two layout modes: quirks and standard. The quirks mode mimics the behavior of Netscape Navigator 4.x while the standards mode aims to comply with the Recommendations of the World Wide Web Consortium. The mode is picked based on the doctype declaration (or the lack thereof) at the beginning of an HTML document. When reporting a bug about page handling, it is recommended that you test the problem isn't an intentional difference between the modes. Some “bugs” are intentional in the quirks mode and do not appear in the standards mode. Also, the default vertical sizing of layout boxes and the default vertical alignment of images in the standards mode as specified the CSS2 specification differs from the behavior of old browsers and the quirks mode. When no doctype declaration is used, the quirks layout mode is activated.
These doctype declarations, for example, activate the standards layout mode:
If your bug is with the layout of a particular web page, and the problem is caused by either:
You can often see if you have a problem with the page trying to use proprietary DOM extensions by opening the Javascript Console (Tasks | Tools | Javascript Console) and looking for error messages like "document.all/document.layers has no properties". Why should you use this form? This form prompts you for information that is essential to Mozilla developers. They need this information to understand and reproduce the bug. Being able to understand and reproduce bugs is the first step towards getting the bug fixed. Please do not report bugs in other places, such as in newsgroups or on IRC - they will almost certainly get ignored, and this may annoy you :-) Step 1. Create a Bugzilla account and log in. Create a Bugzilla account if you don't already have one. After you receive your Bugzilla password, log in if you haven't already logged in. Step 2. Search for your bug. See if your bug has already been reported. Check the list of most frequently filed bugs . If you don't find your bug, then search Bugzilla here. Enter two or three of the main words having to do with your bug. For example: crash mail or copy paste Step 3. Gather information. Please try to complete this form as accurately as you can. The more you can tell us, the better our chance of being able to understand and reproduce your bug. Step 4. Submit your bug to Bugzilla. Now that you've gathered all the right information, you're ready to report your bug to Bugzilla.Submit your bug by clicking the Commit button on Bugzilla's Enter Bug page.. Your bug will not be submitted until you click the Commit button near the bottom of the Bugzilla's Enter Bug form. Congratulations! You've submitted your bug. You should soon receive an e-mail message that says your bug was successfully filed.What's next? Check out the Bugzilla Fact Sheet 's Life Cycle of a Bug section to see what will happen to your bug. This is based on Mozilla's Bug Writing Guidelines , and was originally written by christine begle . If you have comments or problems with this form, please send mail to Gerv . |