Active
Project:
Iconizer
Version:
7.x-1.2
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2008 at 17:13 UTC
Updated:
28 Aug 2012 at 20:28 UTC
I have discovered by accident that if the file extension is in upper case, e.g. "file.PDF", it doesn't work. Must be "file.pdf. I will be careful with file names. Could this be recoded to avoid problem for others?
Comments
Comment #1
thepanz commentedI think that this issue is due to Browser CSS interpreter.. If anyone else had the some issue, please reply! :)
Bye!
-thePanz-
Comment #2
thepanz commentedComment #3
shiff2kl commentedI'm encountering this with Drupal 7. I have a PDF document that is in uppercase for the link. The link will not work with a lower case .pdf as it links to an external site out of my control. Tested with the latest versions of Chrome and Firefox.
Adding the following to files_icons-override.css fixes the issue, but it would be nice if this was in the module.
a[href$='.PDF'], a[href*='.PDF#page='] {
padding: 5px 20px 5px 0;
background: transparent url(files_icons/icon_pdf.gif) no-repeat center right;
}