[Webkit-unassigned] [Bug 7381] New: Missing stylesheets pages render the ErrorDocument's stylesheet instead

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Feb 20 04:41:09 PST 2006


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

           Summary: Missing stylesheets pages render the ErrorDocument's
                    stylesheet instead
           Product: WebKit
           Version: 417.x
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: major
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: czisopoulos at mac.com


Assume the folowing snippet of code in the header of an HTML page.

<link href="/stylesheets/global.css" media="screen" rel="Stylesheet"
type="text/css" />
<link href="/stylesheets/scaffold.css" media="screen" rel="Stylesheet"
type="text/css" />

If one of the stylesheets is missing and the server returns a 404 error page
with a stylesheet, Safari goes ahead and renders the original page but with the
styles from the  <style/> tag of the 404 page. 

In my tests this happens when developing with Ruby on Rails 1.0.0 MAX (so
lighthttpd 1.4.x) but the server is not to blame, as it reports the correct
MIME type of text/html.


-- 
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