Weird, minor, but very annoying issue with generated DOM-elements in IE7
- From: NICon <Renzo.Kooi@xxxxxxxxx>
- Date: Mon, 31 Mar 2008 02:06:14 -0700 (PDT)
I am building a javascript library for tooltips and generating message
boxes on the screens. Everything works fine in the major browser, but
with IE7 there is a small but weird and annoying problem.
The boxes that are created with javascrript can be opaque
(transparent). In IE7 opacity for text boxes is not trivial: one has
to sandwich a box containing the css filter property between the text
and a container element, otherwise the text in such a box is jagged
(not anti aliased/cleartyped). Well, I worked that out previously.
Now if I create and show a message box with opacity on the screen, and
after that hover over an element with a tooltip, the opaque layer of
the message box looses a few pixels.
This is really weird. Every box created has it's own id, the
childNodes of those boxes also have a unique identifier, and all
methods and properties of such boxes are set on those specific boxes
alone. In other words, there should be no relation whatsoever between
the boxes that are created in the DOM (you can check this with IE's
developer toolbar for example). Still, an open (i.e. visible)
messagebox reacts to opening a tooltip (which in essence is a
messagebox too).
The library can be seen in action @ http://localhost/includejs/ie7problem.html.
Click on 'Click to open a messagebox', and after that hover over
'Hover me for a tooltip'.
Anyone seen this problem? Anyone can point me to a solution?
Thanks in advance en regards,
Renzo Kooi/NICon
.
- Follow-Ups:
- Prev by Date: Unspecified error on a page using transition filters
- Next by Date: Re: Weird, minor, but very annoying issue with generated DOM-elements in IE7
- Previous by thread: Unspecified error on a page using transition filters
- Next by thread: Re: Weird, minor, but very annoying issue with generated DOM-elements in IE7
- Index(es):
Relevant Pages
|