Ticket #945 (closed Bug: fixed)

Opened 3 years ago

Last modified 3 years ago

Opera: running from the filesystem doesn't work

Reported by: alfonsoml Owned by:
Priority: Normal Milestone: Opera Compatibility
Component: General Version: SVN (FCKeditor)
Keywords: Cc:

Description (last modified by alfonsoml) (diff)

In MacOsX, trying to load the samples directly from  file:///Users/alfonso/FCKDev/_samples/html/sample01.html (as it does in Safari and Firefox), doesn't work in Opera, the url is changed to  file://localhost/Users/alfonso/FCKDev/_samples/html/sample01.html and then tries to load the xml files from  file://Users/alfonso/FCKDev/fckstyles.xml (and it fails)

Change History

Changed 3 years ago by alfonsoml

  • description modified (diff)

Changed 3 years ago by alfonsoml

  • description modified (diff)

Changed 3 years ago by alfonsoml

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

Fixed with [421].

Note that it did fail only in Mac, in Windows it didn't fail with the same setup. The workaround is to add "localhost/" after the " file://", and it seems to work fine also in Windows, so I haven't added an OS check.

Anyway this looks like an internal bug in Opera, as it's just inconsistent in the way that it treats paths.

Note: See TracTickets for help on using tickets.