Closed
Bug 551965
Opened 15 years ago
Closed 14 years ago
CSS Lists are not displaying properly [infotech.com]
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: srobinson, Unassigned)
References
()
Details
(Keywords: css2, css3)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6
On the page, a list is not being displayed properly. The CSS name consist of ul#name, ul.name, ol#name, ol#name, li#name, li.name
Reproducible: Always
Steps to Reproduce:
1.Create a list with any id or class
2.In the CSS call it ul#name or whatever I have listed
3.You'll notice it does not display properly.
Actual Results:
The styles re not being shown at all.
Expected Results:
The style to properly shown with the correct styles that have been assigned with it.
This is happening all over our site right now. Have seen it on a few others.
Comment 1•15 years ago
|
||
can you provide a testcase and attach it to this report?
http://www.infotech.com/research/ss/select-the-right-ip-telephony-vendor?nav_id=2639
Hover over Share (Right hand side toolbar, mid page)
Comment 3•15 years ago
|
||
That is the same issue as e.g. bug 523317
http://www.infotech.com/stylesheets/common.css
there is an error on line 1175
#searchResults .results .iconBlock .iconINDABA {background:transparent url(/images/search/ico_indaba.png no-repeat scroll left top;height:16px;width:16px;}
note the missing closing ')'
Gecko 1.9.2+ is more strict in handling these errors.
Updated•15 years ago
|
Priority: P2 → --
Comment 4•15 years ago
|
||
moving to TE per comment 3.
Assignee: nobody → english-other
Blocks: 476856
Component: General → English Other
Product: Firefox → Tech Evangelism
QA Contact: general → english-other
Summary: CSS Lists are not displaying properly → CSS Lists are not displaying properly [infotech.com]
Version: 3.6 Branch → unspecified
Comment 5•14 years ago
|
||
RESOLVED INCOMPLETE due to lack of activity. If you are willing to contact the site in question and work with them on getting this bug fixed, please feel free to re-open.
Sorry for the bugspam; filter on "NO MORE OLD UNCO TE BUGS" to remove.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
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
•