|
From: Scott B. <sco...@se...> - 2001-06-18 13:00:28
|
Yes, I had the same problem in IE 5.5 and it got fixed pretty quick, =
can't
remember how.
That same problem exists in the unsupported menulist.js (pascal's =
dynacore)
for IE 6 as well.
So no, its not just you :)
-----Ursprungligt meddelande-----
Fr=E5n: Thomas Voirol [mailto:tv...@co...]
Skickat: den 18 juni 2001 12:28
Till: 'dyn...@li...'
=C4mne: [Dynapi-Widgetdev] IE6 problem with events and possibly Z-Order
(also contains how t o make Dynapi run in IE6)
Hi all=20
I am developing a treeview widget based on Pascal's skintreeview. It's =
based
on a slightly older Dynapi (End of 2000 or so), but the problem should =
be
the same today.
I got my Dynapi to run on IE6 by changing one line in dynlayer.js:
In the DynLayer.prototype.createElement function there is a if/else if
construct, the last case of which is "else if (is.ie5 || is.ns5) {" or =
so.
The entire if/else if tree disregards IE6. Therefore lyr is not set and =
this
leads to more problems.
As IE6 should behave much like IE5 and I expect future browsers to be
standards compliant, I changed the whole line to "else".
But now to my problem. My widget has DynLayers for the text and folder =
image
plus an "levents" layer that handles clicks and mouseovers and so on. =
The
problem is that the event handling layer gets no events directly over =
the
text and the image. 1 pixel off the actual text or image, all events =
work.
It's as if the text and image themselves were ABOVE the events layer. =
I've
already tried tweaking the Zindex of the text and image containing =
layers
and the events layer, but to no avail.=20
Has anyone else experienced event handling problems like this in IE6?
Thank you
Thomas
_______________________________________________
Dynapi-Widgetdev mailing list
Dyn...@li...
http://lists.sourceforge.net/lists/listinfo/dynapi-widgetdev
|