gehuangyi20 / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

Image resized incorrectly #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I was pleased to find IE8.js allowing my webapp to run on IE 5.5 through 
7.
It would be nice if it worked in IE 5.01 as well, but it seems to not do 
ANY improvements there.

http://kids.moo.mud.org/=241/

Original issue reported on code.google.com by l...@dashjr.org on 25 Feb 2008 at 7:40

GoogleCodeExporter commented 9 years ago
IE7-js does should work with IE5.0. Everything except the PNG fix should work as
expected. What specifically isn't working on your site?

Original comment by dean.edw...@gmail.com on 25 Feb 2008 at 7:48

GoogleCodeExporter commented 9 years ago
If you click Guest, it shows a compass at the top-right of the chat screen. In 
IE 
5, the compass fills the entire window and the overlapping buttons are at the 
top-left flowing in before the pre.

Original comment by l...@dashjr.org on 25 Feb 2008 at 7:52

GoogleCodeExporter commented 9 years ago
It would help speed things up if you could point out the specific CSS/HTML that 
isn't
working. It would be even nicer if you could provide a simple test case. I'll 
read
through your code later when I have the time. Don't take the page down if you 
want me
to look into the problem.

Original comment by dean.edw...@gmail.com on 25 Feb 2008 at 8:01

GoogleCodeExporter commented 9 years ago
It appears to be something to do with the img element having a width:100% set 
on it 
(where 100% refers to its parent size, not the window size)

Original comment by l...@dashjr.org on 25 Feb 2008 at 8:04

GoogleCodeExporter commented 9 years ago
Two things:

1. You don't need IE7.js *and* IE8.js. Just one or the other. NOT both.
2. Your page should be in standards mode. Add a DOCTYPE.

I'm not sure that changing these two things will fix the problem but you can 
try them
for starters.

I tried downloading your page to debug but it is difficult to get it working as 
it
relies on Ajax. Can you provide an non-Ajax version?

Original comment by dean.edw...@gmail.com on 25 Feb 2008 at 8:22

GoogleCodeExporter commented 9 years ago
Standards mode totally breaks the page for some reason. It didn't seem to make 
a 
difference in this case anyway.

I'll see if I can reproduce it without AJAX.

Original comment by l...@dashjr.org on 25 Feb 2008 at 9:10

GoogleCodeExporter commented 9 years ago
It works with AJAX trimmed out...

Original comment by l...@dashjr.org on 25 Feb 2008 at 9:21

GoogleCodeExporter commented 9 years ago
Really? That's annoying. I need to be able to recreate the bug in order to fix 
it.

Original comment by dean.edw...@gmail.com on 25 Feb 2008 at 9:41

GoogleCodeExporter commented 9 years ago
If you want, I could change the live page to use an IE8.js from some location 
you 
can edit...

Original comment by l...@dashjr.org on 25 Feb 2008 at 10:35

GoogleCodeExporter commented 9 years ago
Got it-- apparently the CSS must be external to reproduce the problem

http://luke.dashjr.org/tmp/TC/

Original comment by l...@dashjr.org on 25 Feb 2008 at 11:07

GoogleCodeExporter commented 9 years ago
Renaming this issue as the original headline is misleading.

Original comment by dean.edw...@gmail.com on 20 Mar 2008 at 7:41

GoogleCodeExporter commented 9 years ago
Is support for obeying CSS media queries part of this or a separate issue?

Original comment by carise...@gmail.com on 11 Jun 2008 at 12:10

GoogleCodeExporter commented 9 years ago
IE7.js no longer supports IE5.0.

Original comment by dean.edw...@gmail.com on 10 Feb 2010 at 1:38