Closed
Bug 566032
Opened 15 years ago
Closed 15 years ago
Symantec internal Web page displays incorrectly due to missing trailing ")" in CSS
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bob_mcgowan, Assigned: bob_mcgowan)
References
Details
Attachments
(5 files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
Internal web page for the group I work with looks fine in FF 3.5.9, with side panel (white background) with links and a central area that displays results of clicking a link in the side panel.
In FF 3.6.3, the links are on the left with a grey background, and everything that should be showing up in the center shows up underneath/below.
One of the groups web developers thinks it is a DIV tag issue.
I have screen shots to attach of the two situations. As there is no apparent way to do that from this page, I will have to deal with it later.
Reproducible: Always
Steps to Reproduce:
Since this is an issue with an internal web page and I have not seen the problem elsewhere, I can only suggest (at this point) supplying a copy of the code in use for analysis.
Actual Results:
See attached image file:
actual: FF363_toolspage.jpg
Expected Results:
See attached image file:
expected: FF359_toolspage.jpg
I have run FF 3.6.3 in -safe-mode to disable all extras and it still displays incorrectly.
please attach the code of the page and related css files to this bug.
| Assignee | ||
Comment 2•15 years ago
|
||
| Assignee | ||
Comment 3•15 years ago
|
||
| Assignee | ||
Comment 4•15 years ago
|
||
Should I tar/zip/ar the two files, since they are HTML/etc??
| Assignee | ||
Comment 5•15 years ago
|
||
I have cleaned out system and user names. There should be nothing left that could be considered proprietary, a breach of confidence or privacy.
I also removed the path part of the stylesheet href so this and it can be in the same directory.
Image files are not included but don't affect the display.
| Assignee | ||
Comment 6•15 years ago
|
||
| Assignee | ||
Comment 7•15 years ago
|
||
(In reply to comment #4)
> Should I tar/zip/ar the two files, since they are HTML/etc??
Sorry, didn't think about this - not an issue to worry about.
Same result on Win XP with 1.9.3 trunk and Opera 10.53
Works as reporter expects with WebKit and IE8.
Will try to reduce.
OS: Linux → All
Hardware: x86 → All
Please validate your CSS. A missing ")" after |Div.gif| is causing this.
A.mastheadLink, A.mastheadLink:visited {color:#000; padding:3px 10px 3px 10px; background:url(../images/nav_new/mastheadDiv.gif no-repeat right}
A.mastheadLink:active, A.mastheadLink:hover {color:#FFF; padding:3px 10px 3px 10px; background:#F27F1A url("images/nav_new/mastheadDiv.gif") no-repeat right}
#contentWrapper {position:relative; float:left; width:800px; background:#FFF}
Component: General → Style System (CSS)
Product: Firefox → Core
QA Contact: general → style-system
Comment 10•15 years ago
|
||
Looks like a WebKit bug (not wondering about IE8)
Comment 11•15 years ago
|
||
That is the same issue as bug 537078, or bug 523317, which are all due to bug 476856 (stricter parsing of url()). Moving to TE.
Fixing the error in the stylesheet is the solution.
Assignee: nobody → english-us
Blocks: 476856
Component: Style System (CSS) → English US
Product: Core → Tech Evangelism
QA Contact: style-system → english-us
Comment 12•15 years ago
|
||
Assigning to Bob, since presumably he's in a position to pass the solution on to the right people and is the only one who can tell us if they fix it.
Assignee: english-us → bob_mcgowan
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Internal company web page displays incorrectly with FF 3.6.3, OK with FF 3.5.9 DIV problem? → Symantec internal Web page displays incorrectly due to missing trailing ")" in CSS
| Assignee | ||
Comment 13•15 years ago
|
||
The developer resonsible for the style sheet template has confirmed the problem and fixed it.
Thank you for the help with this. FYI, I've created a simple Perl script that reads a file and counts opening/closing pairs, reporting the counts. This will be used in the future to be sure things are properly balanced.
So I shouldn't be bothering anyone with this type of problem, in the future. ;)
As far as I'm concerned, this incident can be closed. Question is, should I?
Comment 14•15 years ago
|
||
Since you're the only one who knows whether it's been fixed, yeah, you'd be an appropriate person to close it :)
cl
| Assignee | ||
Comment 15•15 years ago
|
||
OK ;)
My primary concern was with getting any "protocol" elements done correctly.
So, I'm changing status to RESOLVED and FIXED, as this fits best, from my perspective.
It may not, from your end, as the "fix" is outside of your control.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 16•15 years ago
|
||
That'll work, and it's exactly how we like to see TE bugs resolved. Thanks for your help here, Bob.
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•