Opened 19 years ago
Closed 19 years ago
#945 closed Bug (fixed)
Opera: running from the filesystem doesn't work
| Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | Opera Compatibility |
| Component: | General | Version: | SVN (FCKeditor) - Retired |
| Keywords: | Cc: |
Description (last modified by )
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 (3)
comment:1 Changed 19 years ago by
| Description: | modified (diff) |
|---|
comment:2 Changed 19 years ago by
| Description: | modified (diff) |
|---|
comment:3 Changed 19 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |

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.