Ticket #207 (closed defect: wontfix)

Opened 8 years ago

Last modified 8 years ago

stylistLoadStylesheet tries load css file as xml

Reported by: tuosu@… Owned by: gogo
Priority: high Milestone: Version 1.0
Component: Plugin_Stylist Version: 2.0
Severity: critical Keywords:
Cc:

Description

stylistLoadStylesheet does not work cause it tries to load css file using xmlHTTPRequest which is working only when reading xml-file.

Change History

Changed 8 years ago by niko

what configuration do you use (server/browser/xinha)? what is the error you get?

i thought with XMLHttpRequest you can make any http-request: http://jibbering.com/2002/4/httprequest.html "Whilst the object is called the XML HTTP Request object it is not limited to being used with XML, it can request or send any type of document, although dealing with binary streams can be problematical in javascript."

additionally we use XMLHttpRequest for reading the language-files - which are no xml-files either!

Changed 8 years ago by tuosu@…

HTMLArea._geturlcontent function cannot read css file and req.status is 0 (initializing) and nothing can be returned. I have tried to use newest xinha-nightly build running locally from my desctop in both ie/firefox.

Changed 8 years ago by gogo

  • status changed from new to closed
  • resolution set to wontfix

running locally from my desctop in both ie/firefox.

Thats your problem, Xinha will no longer (completely) run without a web server, ie running from a file:// URL will NOT work.

Closing as WONTFIX.

Note: See TracTickets for help on using tickets.