a testcase for a new khtml problem

Allan Sandfeld Jensen kde at carewolf.com
Mon May 2 14:57:36 BST 2005


On Monday 02 May 2005 11:20, Luciano Montanaro wrote:
>
> As things are now, the code could as well have the IE compatible mode, and
> the strict netscape compatible mode.
>
> I tested also what firefox does in strict mode: in this case the document
> interface is completely removed.
>
> Couldn't we have document.all removed in strict mode and allowed in
> quirks-non-netscape mode?
>
No. We had many webpages that fail because they detects us as IE. We need 
either disable document.all completly or hide it. 

The right way would probably be to add a HiddenObject type to KJS that 
compares like undefined and acts like an object. (Harri, comments?)

`Allan




More information about the kfm-devel mailing list