khtmlib icon indicating copy to clipboard operation
khtmlib copied to clipboard

Support for Internet Explorer

Open robotnic opened this issue 14 years ago • 8 comments

Maybe Internet Explorer is supported. I work on Linux and have no Explorer for testing. There are some SVG Things, that IE can not interpret. Beside that it's just searching the bugs .

robotnic avatar Mar 09 '10 13:03 robotnic

Now I changed some parts. The problems at the moment at with events. Explorer does not know: evt.pageX; ie syntax: evt.clientX+document.bodo.offsetTop;

I have a slow internet connection here and have to develop with putty and vi if I booted windows. That sucks.

robotnic avatar Mar 10 '10 10:03 robotnic

This is vital for the future of KHTML even if it is slower/less quality.

Frenzel avatar Mar 30 '10 20:03 Frenzel

My Windows Laptop has a broken Display. I will order a new display but it will take some weeks ...

robotnic avatar Apr 14 '10 06:04 robotnic

Now I tried with WINE and internet explorer 6.0. move, doubleclick, wheelmouse should work now. Markers may be buggy, Vectorgraphics not implemented

robotnic avatar Apr 14 '10 10:04 robotnic

IE8 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) Timestamp: Sat, 17 Apr 2010 18:00:19 UTC

Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917) Line: 0 Char: 0 Code: 0 URI: http://www.khtml.org/osm/v0.44/index.php

Message: Object doesn't support this property or method Line: 264 Char: 2 Code: 0 URI: http://www.khtml.org/osm/v0.44/index.php

Message: Object doesn't support this property or method Line: 264 Char: 2 Code: 0 URI: http://www.khtml.org/osm/v0.44/index.php

Frenzel avatar Apr 17 '10 18:04 Frenzel

These errors occur when moving the map with the mouse

Frenzel avatar Apr 17 '10 18:04 Frenzel

Second problem is mouse zoom. It doesn't zoom on the mouse pointer.

Frenzel avatar Apr 17 '10 18:04 Frenzel

Ah, that's SVG. I have to disable that for IE. It's the text for distance measuring tool.

robotnic avatar Apr 17 '10 18:04 robotnic