Closed
Bug 450785
Opened 16 years ago
Closed 14 years ago
Uploading custom .zip files to Application Server (web) fails
Categories
(Firefox :: File Handling, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: xstepl, Unassigned)
Details
(Whiteboard: [CLOSEME 2010-11-15])
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
We have customized .war application deployment in Java (Web Application). When uploading a customized .zip we obtain internal error message "G3™ Zip Import only supports file types of [application/zip].". We don't have this issue with Firefox 2, IE 6/7, Opera. I look at the error consoles errors in Firefox 3: (Line 649, 660, 986, 995, 1009 for the css file#1). 1019,;; (Line 259, 260, .css file#2)
Reproducible: Always
Steps to Reproduce:
Unfortunately this is custom web development and we cannot provide url. Essentially we deploy java based war file in any application Server. Using a web interface from any browser, we upload a proprietary .zip (called Data Loader) to populate a back-end database (Oracle, SQ Server).
Actual Results:
Can never upload customized .zip
Expected Results:
Upload customized. zip
our css file#1 line 649, 660, 986, 995, 1009
/*
font-size:
x-small = 8pt
small = 10pt
medium = 12pt
large = 14pt
*/
_____HTML_OBJECT_STYLES{}
body {
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a {
color: #333333;
text-decoration: none;
}
a:link {
color: #333333;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #333333;
}
a:hover {
text-decoration: underline;
color: #666666;
}
a:active {
text-decoration: none;
color: #333333;
}
a:link.whitetext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
}
a:visited.whitetext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
}
a:hover.whitetext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
}
a:active.whitetext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
}
a:link.whitetextSelected {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
font-weight: bold;
}
a:visited.whitetextSelected {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
font-weight: bold;
}
a:hover.whitetextSelected {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
font-weight: bold;
}
a:active.whitetextSelected {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
font-weight: bold;
}
img {
border-style: none;
border-width: 0;
}
input {
font-family: Arial;
font-size: 8pt;
}
input.buttonDefault {
width: 220px;
height: 24px;
}
input.buttonSmall {
width: 137px;
height: 24px;
}
input.manyToManyButton {
width: 80px;
}
select.manyToManyList {
width: 300px;
height: 300px;
}
select.manyToManySemiWideList {
width: 350px;
height: 300px;
}
select.manyToManyWideList {
width: 600px;
height: 300px;
}
select.manyToManyShortList {
width: 300px;
height: 100px;
}
select.manyToManyShortWideList {
width: 600px;
height: 100px;
}
table {
border-width: 0;
border-style: none;
empty-cells: show;
}
table.loginTable {
font-size: 8pt;
}
table.mainTable {
text-align: center;
width: 100%;
}
table.manyToManyTable {
padding: 4px;
font-size: 8pt;
}
_____TEMPLATE_STYLES{}
.popupForm {
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333333;
border-style: solid;
border-width: 1px;
border-color: #000000;
background: #FFFFFF;
padding: 6px;
}
.menuPadding {
padding-right: 5px;
padding-top: 5px;
}
.greyButton {
background-image: url(../images/graphics/grey_button_no_bottom.gif);
background-repeat: no-repeat;
background-position: top right;
}
.greyButtonTile {
background-image: url(../images/graphics/grey_button_tile.gif);
background-repeat: repeat-y;
background-position: top right;
}
.templateTextBold {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
vertical-align: middle;
}
.templateText {
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333333;
}
.templateTextWhite {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
}
.templateMenuTextWhite {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
}
.templateMenuTextBlackBold {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
font-weight: bold;
}
.versionText {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 6pt;
padding: 0px;
font-weight: bold;
}
.headerText {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 14pt;
padding: 0px;
font-weight: bold;
}
.footerText {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: black;
font-size: 8pt;
padding: 0px;
}
.headerLeft {
background-image: url(../images/graphics/header_tile.jpg);
background-repeat: repeat-x;
vertical-align: top;
}
.headerRight {
background-image: url(../images/graphics/header_tile.jpg);
background-repeat: repeat-x;
text-align: right;
vertical-align: top;
}
.leftBar {
vertical-align: top;
background-image: url(../images/graphics/grey_back.gif);
background-repeat: repeat-y;
}
.leftBarFooter {
background-color: #a90015;
}
.main {
height: 100%;
padding: 10px;
width: 100%;
vertical-align: top;
}
.mainFooter {
background-color: #a90015;
}
_____IMAGE_STYLES{}
.imageNoBorder {
border-style: none;
border-width: 0;
vertical-align: middle;
}
_____BUTTON_STYLES{}
.buttonTable
{
margin: 20px;
}
_____TEXT_STYLES{}
.textLarge {
font-size: 14pt;
}
.textMedium {
font-size: 12pt;
}
.textSmall {
font-size: 10pt;
}
.textSmall_L {
font-size: 10pt;
text-align: left;
}
.textSmall_C {
font-size: 10pt;
text-align: center;
}
.textSmall_R {
font-size: 10pt;
text-align: right;
}
.textXSmall {
font-size: 8pt;
}
.textExtraSmall {
font-size: 8pt;
}
.subHeadingMedium
{
font-weight: bold;
font-size: 12pt;
color: navy;
}
.subHeadingLarge
{
font-weight: bold;
font-size: 14pt;
color: navy;
}
.textGrayOut
{
background-color:#c0c0c0;
}
.textDisabled
{
color:#c0c0c0;
}
_____MENU_STYLES{}
.loginName {
font-size: 8pt;
font-weight: bold;
}
.menuLeaf {
font-size: 8pt;
}
.menuSelectedLeaf {
font-size: 8pt;
font-weight: bold;
}
.menuNode {
font-size: 8pt;
}
.menuNodeHilighted {
font-size: 8pt;
background: white;
}
_____FORM_STYLES{}
.labelRight
{
width: 50%;
padding-right: 5px;
font-weight: bold;
font-size: 10pt;
background: #ffffff;
color: #000000;
text-align: right;
vertical-align: top;
}
.labelFarRight
{
width: 100%;
padding-right: 5px;
font-weight: bold;
font-size: 10pt;
background: #ffffff;
color: #000000;
text-align: right;
vertical-align: top;
}
.labelRightInfo
{
width: 50%;
padding-right: 5px;
font-size: 10pt;
background: #ffffff;
color: #000000;
text-align: right;
vertical-align: top;
}
.labelLeftInfo
{
width: 50%;
padding-right: 5px;
font-size: 10pt;
background: #ffffff;
color: #000000;
text-align: left;
vertical-align: top;
}
.labelLeft
{
width: 50%;
font-weight: bold;
font-size: 10pt;
background: #ffffff;
color: #000000;
text-align: left;
vertical-align: top;
}
.labelCenter
{
width: 50%;
font-weight: bold;
font-size: 10pt;
background: #ffffff;
color: #000000;
text-align: center;
vertical-align: top;
}
.labelSpacer {
width: 50%;
height: 1px;
line-height: 1px;
}
.valueLeft
{
width: 50%;
padding-left: 3px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 10pt;
background: #ffffff;
text-align: left
}
.valueRight
{
width: 100%;
font-weight: normal;
font-size: 10pt;
background: #ffffff;
text-align: right
}
.form
{
border-top-width: thin;
padding-right: 6px;
padding-left: 6px;
border-left-width: thin;
border-left-color: #cccccc;
border-bottom-width: thin;
border-bottom-color: #cccccc;
padding-bottom: 6px;
margin: 0px;
border-top-color: #cccccc;
text-indent: 0px;
padding-top: 6px;
background-color: white;
text-align: center;
border-right-width: thin;
border-right-color: #cccccc;
}
_____MESSAGE_STYLES{}
.errorRed
{
COLOR: red;
}
.errorSmall
{
FONT-WEIGHT: bold;
FONT-SIZE: 8pt;
COLOR: red;
TEXT-ALIGN: center
}
span.errorSmall
{
FONT-WEIGHT: bold;
FONT-SIZE: 8pt;
COLOR: red;
TEXT-ALIGN: center
}
_____MAIN_FRAME_STYLES{}
.headerSmall
{
font-weight: bold;
font-size: 10pt;
background: #E8E8E8;
color: black;
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
width: 100%;
height: 20px;
}
.footerSmall
{
font-weight: bold;
font-size: 10pt;
background: #E8E8E8;
color: black;
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
width: 100%;
height: 20px;
}
.formBorder
{
border-right: #C0C0C0 1px solid;
border-top: #C0C0C0 1px solid;
margin: 0px;
border-left: #C0C0C0 1px solid;
width: 100%;
color: black;
border-bottom: #C0C0C0 1px solid;
text-align: center;
}
.formContent
{
text-align: center;
margin-top: 20px;
padding-top: 20px;
}
.skip
{
display: block;
position: absolute;
top: -4em;
left: 0;
z-index: 0
}
_____PLANNER_STYLES{}
.plannerBorder
{
border-right: #C0C0C0 1px solid;
border-top: #C0C0C0 1px solid;
margin: 0px;
border-left: #C0C0C0 1px solid;
width: 100%;
color: black;
border-bottom: #C0C0C0 1px solid;
text-align: left;
}
.plannerIcon {
border-style: none;
border-width: 0;
padding: 0px;
}
.plannerTitle {
font-size: 8pt;
font-weight: bold;
}
.plannerRootNode {
font-size: 10pt;
font-weight: bold;
padding: 4px;
vertical-align: middle;
}
.plannerNode {
font-size: 8pt;
font-weight: bold;
padding: 4px;
vertical-align: middle;
}
.plannerLeafNode {
font-size: 8pt;
padding: 10px;
vertical-align: middle;
}
_____LIST_STYLES{}
.filterTable
{
width: 100%;
border-width: 0;
}
.listHeaderEmpty
{
font-weight: bold;
font-size: 10pt;
color: black;
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
width: 0%;
height: 20px;
}
/* h: for ie hover */
.listEvenRow
{
font-size: 8pt;
color: black;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
background-color: white;
h: expression(onmouseover=new Function("this.style.backgroundColor='#E8E8E8';"),
onmouseout=new Function("this.style.backgroundColor='white';"));
}
.listOddRow
{
font-size: 8pt;
color: black;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
background-color: white;
h: expression(onmouseover=new Function("this.style.backgroundColor='#E8E8E8';"),
onmouseout=new Function("this.style.backgroundColor='white';"));
}
/*
.listEvenRow td
{
border-bottom: #C0C0C0 1px solid;
}
.listOddRow td
{
border-bottom: #C0C0C0 1px solid;
}
*/
.listBorder
{
border-right: #C0C0C0 1px solid;
border-top: #C0C0C0 1px solid;
margin: 0px;
border-left: #C0C0C0 1px solid;
width: 100%;
color: black;
border-bottom: #C0C0C0 1px solid;
padding: 0px;
font-size: 8pt;
}
.listTable
{
margin: 0px;
width: 100%;
}
/* for non-ie hover */
.listTable tr:hover
{
background-color: #E8E8E8;
}
.listColumnHeaderSmall
{
font-weight: bold;
font-size: 10pt;
background: #C0C0C0;
color: black;
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
height: 20px;
}
.listHeaderSmall
{
font-weight: bold;
font-size: 10pt;
color: black;
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
width: 100%;
height: 20px;
vertical-align: middle;
}
.listFooterSmall
{
font-weight: bold;
font-size: 10pt;
background: #C0C0C0;
color: black;
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
height: 20px;
}
.listColumnIcon
{
width: 1%;
text-align: center;
padding-right: 4px;
}
.listColumn5
{
width: 5%;
}
.listColumn10
{
width: 10%;
}
.listColumn20
{
width: 20%;
}
.listColumn40
{
width: 40%;
}
.listColumn50
{
width: 50%;
}
.listColumn80
{
width: 80%;
}
.listColumn90
{
width: 90%;
}
.listColumn100
{
width: 100%;
}
.letterBox
{
padding-right: 4px;
padding-left: 4px;
padding-top: 2px;
padding-bottom: 2px;
font-weight: bold;
font-size: 8pt;
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}
.letterBox:hover
{
padding-right: 4px;
padding-left: 4px;
padding-top: 2px;
padding-bottom: 2px;
font-weight: bold;
font-size: 8pt;
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
color: white;
background: gray;
}
.letterBoxSelected
{
padding-right: 4px;
padding-left: 4px;
padding-top: 2px;
padding-bottom: 2px;
font-weight: bold;
font-size: 8pt;
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
color: black;
background: gainsboro;
}
table.letterBoxBorder
{
border-right: 0px;
border-top: 0px;
border-left: 0px;
border-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
width: 100%;
font-weight: bold;
font-size: 8pt;
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}
table.listFooterBorder
{
width: 100%;
border-right: 0px;
border-top: 0px;
border-left: 0px;
border-bottom: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-top: 0px;
margin: 0px;
font-weight: bold;
font-size: 10pt;
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
color: black;
background: #E8E8E8;
}
.listFooterSelected
{
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-top: 0px;
font-weight: bold;
font-size: 10pt;
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
color: #F48E1F;
}
.listFooterNoItems
{
width: 100%;
border-right: 0px;
border-top: 0px;
border-left: 0px;
border-bottom: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-top: 0px;
margin: 0px;
font-weight: normal;
font-size: 10pt;
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
color: black;
background: white;
}
_____SUBMISSION_STYLES{}
.SSLeftColumnHeader
{
font-weight: bold;
font-size: 10pt;
background: #E8E8E8;
color: black;
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
width: 70%;
height: 20px;
}
.SSRightColumnHeader
{
font-weight: bold;
font-size: 10pt;
background: #E8E8E8;
color: black;
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
width: 30%;
height: 20px;
}
.SSLeftColumn
{
PADDING-LEFT: 10px;
text-align: left;
width: 70%;
FONT-SIZE: 10pt;
}
.SSRightColumn
{
text-align: center;
width: 30%;
FONT-SIZE: 10pt;
}
_____EFORM_STYLES{}
TD.menuTitle {
font-weight: bold;
font-size: 10pt;
color: black;
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
padding: 2px;
}
_____TAB_STYLES{}
table.tabContent {
background-color:#ffffff ! important;
border-top: 1px none ! important;
border-left: 1px none ! important;
border-right: 1px none ! important;
border-bottom: 1px none ! important;
vertical-align:top ! important;
padding:20px ! important;
height:100% ! important;
width:80% ! important;
text-align:center ! important;
}
table.tabbedPane {
width:600px ! important;
vertical-align:top ! important;
border-collapse:separate ! important;
border-spacing:0px ! important;
border-top:2px solid #000000 ! important;
}
td.activeTab {
background-color:#ffffff ! important;
border-top:2px solid #c8c8d8 ! important;
border-left:2px solid #c8c8d8 ! important;
border-right:2px solid #c8c8d8 ! important;
border-bottom:2px solid #ffffff ! important;
padding:2px ! important;
height:4ex ! important;
width:100px ! important;
font-size:80% ! important;
horizontal-align:center ! important;
text-align:center ! important;
-moz-border-radius-topleft:20px ! important;
-moz-border-radius-topright:20px ! important;
}
td.activeTab input {
background-color:#ffffff ! important;
font-size:80% ! important;
horizontal-align:center ! important;
text-align:center ! important;
}
td.inactiveTab {
background-color:#c0c0c0 ! important;
border-top:2px solid #c8c8d8 ! important;
border-left:2px solid #c8c8d8 ! important;
border-right:2px solid #c8c8d8 ! important;
border-bottom:0px none ! important;
padding:2px ! important;
height:4ex ! important;
width:100px ! important;
font-size:80% ! important;
horizontal-align:center ! important;
text-align:center ! important;
height:4ex ! important;
-moz-border-radius-topleft:20px ! important;
-moz-border-radius-topright:20px ! important;
}
td.inactiveTab input {
background-color:#c0c0c0 ! important;
font-size:80% ! important;
horizontal-align:center ! important;
text-align:center ! important;
}
td.activeSub {
background-color:#ffffff ! important;
padding:0px ! important;
width:100px ! important;
}
td.inactiveSub {
background-color:#c0c0c0 ! important;
padding:0px ! important;
width:100px ! important;
}
td.tabContent {
background-color:#ffffff ! important;
border-top: 0px none ! important;
border-left: 0px none ! important;
border-right: 0px none ! important;
border-bottom: 0px none ! important;
vertical-align:top ! important;
padding:20px ! important;
height:100% ! important;
width:100% ! important;
text-align:justify ! important;
}
_____STYLES_FOR_ACCESS_RIGHT_PAGE{}
.oneThirdColumnText {
width: 33%;
font-weight: bold;
font-size: 10pt;
background: #ffffff;
color: #000000;
text-align: center;
vertical-align: top;
}
.fullColumnText {
width: 100%;
font-weight: bold;
font-size: 10pt;
background: #ffffff;
color: #000000;
text-align: center;
vertical-align: top;
}
.m2mLeftCol {
width: 50%;
margin-left: auto;
margin-right: auto;
}
.m2mMiddleCol {
margin-left: auto;
margin-right: auto;
}
.m2mRightCol {
width: 50%;
margin-left: auto;
margin-right: auto;
}
.inputText {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 8pt;
}
.listColumnHeaderSmallOneThird {
width: 33%;
font-weight: bold;
font-size: 10pt;
background: #C0C0C0;
color: black;
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
vertical-align: top;
height: 20px;
}
.accessNodeText{
width: 100%;
font-weight: normal;
font-size: 10pt;
background: #ffffff;
color: #000000;
text-align: left;
vertical-align: middle;
}
.accessNodeRights{
width: 100;
font-weight: normal;
font-size: 10pt;
background: #ffffff;
color: #000000;
text-align: left;
vertical-align: middle;
}
.accessRightsBox{
width: 25%;
background: #ffffff;
color: #000000;
text-align: center;
vertical-align: middle;
}
.accessNodeBorder{
width: 100%;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #E8E8E8;
}
.accessNodeBorderHover{
width: 100%;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #afafaf;
}
.accessNodeLegend{
width: 100%;
font-weight: normal;
font-size: 10pt;
background: #dfdfdf;
color: #000000;
text-align: left;
vertical-align: middle;
}
.checkboxLabelRight{
width: 100%;
padding-right: 5px;
font-weight: bold;
font-size: 10pt;
background: #ffffff;
color: #000000;
text-align: right;
vertical-align: top;
}
.checkboxControlLeft{
padding-left: 3px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 10pt;
background: #ffffff;
text-align: left
}
// Our css file#2 errors on lines 259, 260
/* 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 the Bugzilla Bug Tracking System.
*
* The Initial Developer of the Original Code is Netscape Communications
* Corporation. Portions created by Netscape are
* Copyright (C) 1998 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s): Byron Jones <bugzilla@glob.com.au>
* Christian Reis <kiko@async.com.br>
* Vitaly Harisov <vitaly@rathedg.com>
* Svetlana Harisova <light@rathedg.com>
* Marc Schumann <wurblzap@gmail.com>
*/
/* global (begin) */
body {
font-family: sans-serif;
color: #000;
background: #fff url("global/body-back.gif") repeat-x;
}
/* global (end) */
/* header (begin) */
#header {
margin-bottom: 1em;
padding-bottom: 2px;
}
#header form {
font-size: 85%;
display: inline;
}
#header .btn,
#header .txt {
font-size: 80%;
}
#header .links {
font-size: 85%;
border-left: 1px solid silver;
border-right: 1px solid silver;
border-bottom: 1px solid silver;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
padding: 0.5em;
}
#message {
border: 1px solid red;
margin: 0.3em 0em;
padding: 0.3em;
color: green;
}
/* header (end) */
/* banner (begin) */
#banner {
}
/* banner (end) */
/* titles (begin) */
#titles {
width: 100%;
background-color: #404D6C;
color: #fff;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
font-size: 110%;
margin: 0;
padding: 0.5em;
vertical-align: bottom;
}
#titles a {
color: #fff;
}
#titles p {
margin: 0;
padding: 0;
}
#titles #title {
font-weight: bold;
white-space: nowrap;
}
#titles #subtitle {
font-weight: normal;
width: 100%;
text-align: center;
}
#titles #information {
font-weight: normal;
text-align: right;
font-size: 90%;
white-space: nowrap;
}
/* titles (end) */
/* footer (begin) */
#footer {
margin-top: 5px;
width: 100%;
background: #edf2f2;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
#footer form {
display: inline;
}
#footer .btn,
#footer .txt {
font-size: 80%;
}
#footer #useful-links {
display: table;
padding-left: 1ex;
padding-right: 1ex;
}
#footer #links-actions,
#footer #links-edit,
#footer #links-saved,
#footer #links-special {
display: table-row;
list-style-type: none;
}
#footer .label {
display: table-cell;
white-space: nowrap;
vertical-align: top;
}
#footer .links {
display: table-cell;
vertical-align: top;
}
/* footer (end) */
/* link lists (begin) */
ul.links {
margin: 0;
padding: 0;
list-style-type: none;
}
ul.links li {
display: inline;
white-space: nowrap;
}
/* link lists (end) */
/* tabs (begin) */
.tabs td {
background: #eee;
text-align: center;
border-style: solid;
border-color: black;
border-width: 0px 0px 2px 0px;
}
.tabs td.selected {
background: white;
border-width: 2px 2px 0px 2px;
}
.tabs td.spacer {
background: white;
}
/* tabs (end) */
/* generic (begin) */
:link {
color: #039;
}
:visited {
color: #636;
}
:link:hover, :visited:hover {
color: #333;
}
:link:active, :link:active {
color: #000;
}
.clickable_area {
cursor: pointer;
}
/* generic (end) */
div#docslinks {
float: right;
border: 1px solid black;
padding: 1ex;
font-size: 80%;
}
#docslinks h2 {
margin: 0;
}
.bz_obsolete {
text-decoration: line-through;
}
.bz_patch {
background: #ffffcc;
}
.bz_inactive {
text-decoration: line-through;
}
.bz_closed,
.bz_CLOSED td {
text-decoration: line-through;
}
/* The bz_private rule needs to go after bz_patch in order to win */
.bz_private {
color: darkred;
background: #f3eeee;
}
.bz_disabled {
color: #a0a0a0;
}
.bz_comment {
margin-bottom: 2em;
}
/* The rules for these classes make international text wrap correctly,
even for languages like Japanese that have no spaces. */
.bz_comment_text {
font-family: monospace;
/* Note that these must all be on separate lines or they stop
working in Konqueror. */
white-space: pre-wrap; /* CSS 3 & 2.1 */
white-space: -moz-pre-wrap; /* Gecko */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
}
.bz_comment_text {
width: 50em;
}
.bz_comment_head {
background-color: #e0e0e0;
}
.bz_comment_hilite pre {
background-color: lightgreen;
margin: 0;
padding: 1em 0;
}
span.quote {
color: #65379c;
/* Make quoted text not wrap. */
white-space: pre;
}
table#flags th,
table#flags td {
vertical-align: baseline;
text-align: left;
}
.flag_select {
min-width: 3em;
}
.throw_error {
background-color: #ff0000;
color: black;
font-size: 120%;
margin: 1em;
padding: 0.5em 1em;
}
dt {
font-weight: bolder;
}
body > dl > dt {
border-top: dotted gray thin;
}
dl dl > dt {
border-top: none;
}
/* Style of the attachment table */
#attachment_table {
border-collapse: collapse;
width: 40em;
border: 1px solid #333333;
}
#attachment_table th, .bz_attach_footer {
background-color: #E0E0E0;
color: black;
}
#attachment_table td {
border: 1px solid #333333;
}
.bz_attach_extra_info {
font-size: smaller;
}
.bz_attach_flags, .bz_attach_footer {
white-space: nowrap;
}
.bz_attach_view_hide {
float: right;
padding-left: 1em;
}
table.attachment_info th {
text-align: right;
vertical-align: top;
}
table.attachment_info td {
text-align: left;
vertical-align: top;
}
/* Text displayed when the attachment is not viewable by the web browser */
#noview {
text-align: left;
vertical-align: middle;
}
div.user_match {
margin-bottom: 1em;
}
.box {
border: 1px solid black;
color: black;
background-color: #ffc;
margin: 1em;
padding: 0.5em 1em;
}
/* Rules specific for printing */
@media print {
#header, #footer {
display: none;
}
body {
background-image: none;
background-color: #fff;
}
}
.field_label {
text-align: right;
vertical-align: top;
font-weight: bold;
}
.field_value {
vertical-align: top;
}
Comment 1•16 years ago
|
||
Please do not posot such long css or other samples, attach it.
CSS error would not cause such an upload problem, only rendering problems.
Is the upload form inside a Java plugin window or is that Javascript/html upload ?
Please attach a packet trace from the upload (whireshark/ethreal).
Reporter | ||
Comment 2•16 years ago
|
||
Reporter | ||
Comment 3•16 years ago
|
||
dump from wireshark when attempting to upload a .zip file
Comment 4•14 years ago
|
||
This bug was reported using Firefox 3.0 or older, which is no longer supported. The bug has also not been changed in over 500 days and is still in UNCO.
Reporter, please retest this bug in Firefox 3.6.10 or later using a fresh profile, http://support.mozilla.com/en-US/kb/managing+profiles. If you still see this problem, please update the bug. If you no longer see the bug, please set the resolution to RESOLVED, WORKSFORME.
This is a mass search of unconfirmed bugs that have no activity on them, so if you feel a bug was marked in error, just remove the CLOSEME comment in the whiteboard within the next month.
Whiteboard: [CLOSEME 2010-11-15]
Comment 5•14 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.12 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•