#1846 closed defect (fixed)
LinkPane - broken style link caused LinkTab Failure
Reported by: | guest | Owned by: | mumme |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.4 |
Keywords: | LinkPane Broken Missing Style | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
as LinkPane?, the document at the bottom will fail to load unless the <link> points to a valid stylesheet. In this example, it's "./style.css".
I guess that the LinkPane?'s ajax activity attempts to retrieve the style, and causes the entire retrieval process to fail.
this dosn't seem like a simple fix, so I'll let someone with more familiarity figure this one out =)
Failing LinkPane? Document
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> <title>customize_material.html</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="this is my page"> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <!--broken style link--> <link rel="stylesheet" type="text/css" href="./styles.css"> </head> <body> This is my page. </body> </html>
thanks,
rheaghen/Ryan McCullough?
(p.s. the parser for this bug generator could use some help too)
Change History (4)
comment:1 Changed 16 years ago by
Milestone: | → 0.5 |
---|---|
Owner: | changed from anonymous to mumme |
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 16 years ago by
Milestone: | 0.5 → 0.4.1 |
---|
Thank you for tracking down this bug! Turned out to be an easy fix after all.
/ Fredrik
Note: See
TracTickets for help on using
tickets.
(In [6520]) Fixes #1846, set fail_ok=true for remote loaded css files