[Webkit-unassigned] [Bug 10397] New: Improper handling of CSS paths

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Aug 14 19:06:29 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10397

           Summary: Improper handling of CSS paths
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: steffan at hldns.com


A snippet I entered into Apple's bug tracker that has gone unanswered.

08-Jun-2006 10:58 PM Steffan Cline:
I found a problem where setting the background in an external css sheet like :

#myItem { background: url(images/blank.gif) }

will not load the blank.gif unless I specify the full path from root however if
I set this via DOM such as :

document.getElementById("myItem").style.background = "url(images/blank.gif)";

it will load and render fine. It works with the external style sheet with
current path without the full path in FireFox, Opera and IE PC.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list