Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • otakatair 2 posts 22 karma points
    Jan 25, 2010 @ 11:42
    otakatair
    0

    It's a IE bug with dynamically generated id. You should insert some text before numeric value:

    <xsl:variable name="finalCssId">
    <xsl:choose>
    <xsl:when test="string($cssId) != ''"><xsl:value-of select="$cssId"/></xsl:when>
    <xsl:otherwise><xsl:value-of select="concat('fl-', randomTools:GetRandom())"/></xsl:otherwise>
    </xsl:choose>
    </xsl:variable>

    Concat function is added to your code.

  • Anders Burla 2560 posts 8256 karma points
    Jan 25, 2010 @ 12:41
    Anders Burla
    0

    What version of IE? All?

  • John Hård 9 posts 29 karma points
    Jan 26, 2010 @ 01:20
    John Hård
    0

    Nice package! Thank you very much.

    I don't know what versions of IE this bug applies to, but I believe adding the code Otakatair suggests will make the macro work in all browsers and versions. No harm in adding it. I have tried it in IE 8 and Firefox 3.5 and it works great with the fix.

  • Anders Burla 2560 posts 8256 karma points
    Jan 26, 2010 @ 10:48
    Anders Burla
    0

    I have updated the package to fix the bug.

    Thanks for the kind word. If you live it alot please make a vote so others can see its a great package. And i will then make more great packages :)

Please Sign in or register to post replies

Write your reply to:

Draft