Ticket #15 (closed defect: invalid)

Opened 3 years ago

Last modified 2 years ago

imprt with Opera

Reported by: Slava Ivanyuk Assigned to: Jan-Klaas Kollhof
Priority: high Milestone: 2.0
Component: jsolait-core Version: 2.0
Severity: blocker Keywords: opera imprt
Cc:

Description

It seems that Opera doesn't throw an exception when xmlhttp.send(""); fails (due to invalid path) in mod.loadURI. That means that only first address from mod.moduleSearchURIs is tried.

I'm not sure if there's a way around the problem. Hopefully there is or we would need a single standard on how to place modules.

Change History

01/31/06 22:11:31 changed by Jan-Klaas Kollhof

  • status changed from new to assigned.

02/02/06 08:50:52 changed by Jan-Klaas Kollhof

I just started up Opera and tried:

imprt("this.should_fail")

and it threw an exception. Do you have example code that shows the problem.

02/02/06 18:36:41 changed by Slava Ivanyuk

The issue arises when Opera loads file via "file:///" protocol. It looks like it waits for the server response and never gets it.

02/03/06 08:29:57 changed by Jan-Klaas Kollhof

  • status changed from assigned to closed.
  • resolution set to invalid.