What steps will reproduce the problem? 1. Add html-code (<a href ..>) as your title 2. Click on pic to open the window
What is the expected output? What do you see instead? I'd expect the output to be displayed correctly. It's broken after the "href"-attribute starts.
What version of the product are you using? On what operating system? 1.2.6, Windows (IE, Mozilla), MacOS (Mozilla, Safari)
Please provide any additional information below. The problem is the following line (335): modal.tmp.html('<img id="nyroModalImg" alt="'+title+'" />');
Use following line instead and you don't have any problems: modal.tmp.html('<img id="nyroModalImg" />').find("img").attr('alt', title);
Comment #1
Posted on Aug 17, 2008 by Swift PandaThanks nici.kueng for your fix. I'll update the code and put it in the next release.
If you have a website, don't hesitate to write it as a new comment and I'll make a link on it in the changelog.
Comment #2
Posted on Oct 22, 2008 by Swift PandaYour fix is now included in the latest release 1.3.0
Status: Fixed
Labels:
Type-Defect
Priority-Medium