a testcase for a new khtml problem

Allan Sandfeld Jensen kde at carewolf.com
Mon May 2 16:51:00 BST 2005


On Monday 02 May 2005 17:17, Luciano Montanaro wrote:
> >
> > The right way would probably be to add a HiddenObject type to KJS that
> > compares like undefined and acts like an object. (Harri, comments?)
>
> That would work, I suppose. I was hesitant to propose such a change for
> what is, in the end a workaround. Are there many objects that may need
> to be conditionally hidden?
>
> The document.all object could be disabled completely in strict mode with
> something like the following:
>
> <snip>
Our problem is not strict webpages; it is broken webpages. For now only 
document.all (detect IE) and document.layers (detect NS4) are hidden, but in 
theory we should hide all deprecated objects for feature detection. 

Disabling it completly in strict mode is not a bad idea though.

`Allan




More information about the kfm-devel mailing list