On Sep 22, 1:14 pm, wolfgang <wolfgangl...@gmail.com> wrote:
> > forgot to mention ...
>
> sorry, also forgot that this doesn't works with IE. See this example
> here:
>
> http://menuflex.tiddlyspot.com/#Pop

The IE problem has **already been fixed** in the current version of
   http://www.TiddlyTools.com/#ShowPopup

The problem occurs if a 'width' param isn't provided when transcluding
ShowPopup.  The popup width is set by this line of code:
   d.style.width='$5';
When the 'width' param is omitted, the '$5' remains unchanged, rather
than being replaced with the param value.

Fortunately, even though '$5' is not a valid CSS measurement value,
most browsers handle unknown CSS values, typically by ignoring them,
so that the above code is treated as if 'auto' had been entered.

Unfortunately, IE isn't one of these 'fault tolerant' browsers :-(
As a result, I had to tweak the script to explicitly check for '$5'
and replace it with 'auto', so that IE will not fail.

You should update your customized versions accordingly.

enjoy,
-e

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to