chadopp / mythepisode

TV Series/Shows
2 stars 3 forks source link

Invalid links in IE on Recorded TV Shows page #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to mythweb page in IE
2. Click on TV Episodes
3. Click on any show in Recorded TV Shows section

What is the expected output?
List of episodes.

What do you see instead?
A white page.

What version of the product are you using? 1.0.3
On what operating system? Windows 7

Please provide any additional information below.
Page displays fine in Google Chrome. Have not tested other browsers.
No errors in apache logs. Access log shows I'm trying to access the page using 
IE
Access log when going to a show using chrome:

192.168.1.1 - drayson [18/Sep/2010:21:26:15 -0400] "GET /mythweb/ HTTP/1.1" 200 
12650
192.168.1.1 - drayson [18/Sep/2010:21:26:17 -0400] "GET /mythweb/episode/show 
HTTP/1.1" 200 28797
192.168.1.1 - drayson [18/Sep/2010:21:26:19 -0400] "GET 
/mythweb/episode/episodes/?showstr=Avatar%3A+The+Last+Airbender&showname=Avatarl
astairbender HTTP/1.1" 200 74762
192.168.1.1 - drayson [18/Sep/2010:21:26:19 -0400] "GET 
/mythweb/data/episode/images/noImage.jpg HTTP/1.1" 200 6373

Access log when going to same show with IE:

192.168.1.1 - drayson [18/Sep/2010:21:28:32 -0400] "GET 
/mythweb/episode/episode/episodes/?showstr=Avatar%3A+The+Last+Airbender&showname
=Avatarlastairbender HTTP/1.1" 200 -

Notice the mythweb/episode/episode/episodes when using IE.
Notice the mythweb/episode/episodes when using Chrome.

Original issue reported on code.google.com by Myr...@gmail.com on 19 Sep 2010 at 1:31

GoogleCodeExporter commented 9 years ago
I haven't done much testing in IE since I don't use it but I have validated 
that I am seeing the same error.  I have tested in Firefox, Chrome, and Safari 
with no issues.

Thanks for reporting the bug.  I will fix it as soon as possible.

Original comment by chadopp@gmail.com on 19 Sep 2010 at 4:22

GoogleCodeExporter commented 9 years ago
I have fixed this specific issue.  I'm not real excited about the performance 
on IE.  All other browsers are much faster on my system as compared to IE.  One 
of the issues is that IE renders tables differently than some other browsers.  
IE waits for the entire table to load before it is displayed.  I think in the 
future I can improve the performance on IE by using style sheets and fixed 
width table attributes.

Original comment by chadopp@gmail.com on 22 Sep 2010 at 3:34

GoogleCodeExporter commented 9 years ago

Original comment by chadopp@gmail.com on 24 Sep 2010 at 4:57

GoogleCodeExporter commented 9 years ago

Original comment by chadopp@gmail.com on 24 Sep 2010 at 4:58