#4618 closed Bug (fixed)
IE8 not working with r13075
Reported by: | gunzip | Owned by: | jordan |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Web Client | Version: | 2.42+ |
Severity: | Normal | Keywords: | ie8 |
Cc: |
Description
this may be a regression as i'm pretty sure IE8 worked fine with the 2.42 release. the display is broken and IE reports the following error:
Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Timestamp: Sun, 6 Nov 2011 02:54:54 UTC Message: Object doesn't support this property or method Line: 262 Char: 17 Code: 0 URI: http://pc1:9091/transmission/web/javascript/inspector.js
Linux Debian, transmission-daemon 2.42+ (13075)
Change History (4)
comment:1 follow-up: ↓ 2 Changed 11 years ago by jordan
- Milestone None Set deleted
- Owner set to jordan
- Status changed from new to assigned
comment:2 in reply to: ↑ 1 Changed 11 years ago by gunzip
Replying to jordan:
I think this is fixed now in r13077 but don't have IE8 handy to test. gunzip, could you confirm?
that did fix the IE error report but still having problems with display, namely all the button icons are missing. see: http://i44.tinypic.com/2i9t5aa.png
the transmission logfile throws these errors when loading IE8, but not with FF or Chrome..
Couldn't read "/usr/local/share/transmission/web/style/transmission/images/toolbar-close.png),%20linear-gradient(top,%20white,%20": No such file or directory (utils.c:442) Couldn't read "/usr/local/share/transmission/web/style/transmission/images/toolbar-pause.png),%20linear-gradient(top,%20white,%20": No such file or directory (utils.c:442) Couldn't read "/usr/local/share/transmission/web/style/transmission/images/toolbar-info.png),%20linear-gradient(top,%20white,%20": No such file or directory (utils.c:442) Couldn't read "/usr/local/share/transmission/web/style/transmission/images/toolbar-pointer.png),%20linear-gradient(top,%20white,%20": No such file or directory (utils.c:442) Couldn't read "/usr/local/share/transmission/web/style/transmission/images/wrench.png),%20linear-gradient(top,%20white,%20": No such file or directory (utils.c:442) Couldn't read "/usr/local/share/transmission/web/style/transmission/images/toolbar-start.png),%20linear-gradient(top,%20white,%20": No such file or directory (utils.c:442) Couldn't read "/usr/local/share/transmission/web/style/transmission/images/turtle.png),%20linear-gradient(top,%20white,%20": No such file or directory (utils.c:442) Couldn't read "/usr/local/share/transmission/web/style/transmission/images/compact.png),%20linear-gradient(top,%20white,%20": No such file or directory (utils.c:442) Couldn't read "/usr/local/share/transmission/web/style/transmission/images/inspector-info.png),%20linear-gradient(top,%20": No such file or directory (utils.c:442) Couldn't read "/usr/local/share/transmission/web/style/transmission/images/inspector-peers.png),%20linear-gradient(top,%20white,%20": No such file or directory (utils.c:442) Couldn't read "/usr/local/share/transmission/web/style/transmission/images/inspector-trackers.png),%20linear-gradient(top,%20white,%20": No such file or directory (utils.c:442) Couldn't read "/usr/local/share/transmission/web/style/transmission/images/inspector-files.png),%20linear-gradient(top,%20white,%20": No such file or directory (utils.c:442) Couldn't read "/usr/local/share/transmission/web/style/transmission/images/settings.png),%20linear-gradient(top,%20white,%20": No such file or directory (utils.c:442)
so it seems IE8 gets confused with location of the .png files.
comment:3 Changed 11 years ago by jordan
- Resolution set to fixed
- Status changed from assigned to closed
Fixed in r13081
comment:4 Changed 11 years ago by gunzip
very good, ie8 is happy again
I think this is fixed now in r13077 but don't have IE8 handy to test. gunzip, could you confirm?