Closed
Bug 279122
Opened 20 years ago
Closed 19 years ago
incorrect rendering of unordered list item - bullet images
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
EXPIRED
People
(Reporter: boxtel, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Hi, Sometimes when i visit my own site (http://www.arcnet.nl). The bullit-images of the <UL> lists render incorrectly. Instead of the nice orange-squares .. i see big black ugly circles which look like 'ink-drops'. Refreshing the page solves it. But it happens at random moments again. In the CSS style sheet of that website .. i use : ------------------------------------------------- ul { list-style-image: url(../images/bullet.png); } ------------------------------------------------- The problem is not happening in Internet Explorer (but i hate that 'old' browser), so i guess it has to do something with the Firefox rendering or cache issues ? With regards, Sander van Boxtel. Reproducible: Sometimes Steps to Reproduce: 1. Go to website, www.arcnet.nl 2. And sometimes it happens.
Comment 1•20 years ago
|
||
WFM: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050120 Firefox/1.0+ Reload page more than 10 times, squares look good. U might wanna try with a nighly trunk build and see if the problem goes away: http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/
| Reporter | ||
Comment 2•20 years ago
|
||
Checked again .. and i really think it's some kind of a rendering bug. I'm developing another site now .. and encounter the same problem with the 'list-style-image' CSS property (within a 'li' item). http://sander.intranetwork.nl/html/impact.php In the middle section there is an unordered list. When you close Firefox .. open it again .. and go to that page, the list-style-images sometimes not appear. (Try repeating it for a couple of times for instance. The 'inkt drop' problem can be solved by setting 'list-style-type' to 'none' ... but THEN the result is, as told here, that nothing appears sometimes.
Comment 3•20 years ago
|
||
This is a baffling occurance. Take a look at this site where the tiny blue cross has been used for what looks like a style image replacement of a <ul> bullet. http://www.transfieldservices.com/employment_current_vacancies.htm You are looking for the first line of the list for every instance of an unordered list. The bullet is a tiny blue cross which actually appears to be rendered on the line above the text, and then a larger line break appears after that. After viewing the source, I found that what's baffling about this is the fact that this is not a <ul> at all, but a simple <td> for the <img>, and then <td> for the line of text. This only caught my eye because I have had similar results under Firefox when applying CSS to use an image for a <ul> bullets. There is no class associated with the <table>,<tr>, or <td> tags, and the only linked CSS re-definition I could find is: TD {FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000000; LINE-HEIGHT: 18px; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;} I Thought you might be able to use this kind of feedback, and example. I am using Firefox version 1.0, on Windoxs XP, and: "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0" appears in the "About" page. Regards Gary Bryant
Comment 4•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 5•19 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
You need to log in
before you can comment on or make changes to this bug.
Description
•