Open GoogleCodeExporter opened 9 years ago
> var done = function() {
> oldChangeImage(el, src);
> showElement(elTemp, false);
> body.removeChild(elTemp);
^^^^
oops, this should be parent, my bad.
> elTemp = null;
> };
I'm attaching the tested snippet, since posting the code here introduces all
those
line breaks.
Original comment by gabrielg...@gmail.com
on 30 Mar 2010 at 5:58
Attachments:
I need to think about this a bit and review your proposal. In the case of a
positioned
ancestor, it does make sense to append the overlay image to the ancestor rather
than
the body.
Original comment by dmark.ci...@gmail.com
on 30 Mar 2010 at 4:30
One thing I suggest is using the (unfortunately named) getPositionedParent
(should be
getPositionedAncestor to be accurate), rather than getElementParentElement.
I will make the necessary changes prior to the release
Original comment by dmark.ci...@gmail.com
on 30 Mar 2010 at 5:10
I've changed to getPositionedParent and everything worked fine in my example.
Thanks :)
Original comment by gabrielg...@gmail.com
on 30 Mar 2010 at 5:25
Original comment by dmark.ci...@gmail.com
on 13 May 2010 at 9:40
Original issue reported on code.google.com by
gabrielg...@gmail.com
on 30 Mar 2010 at 5:46