Issue 296: function iframeLoaded()
Status:  Fixed
Owner: ----
Closed:  Aug 2009
Reported by jarryzho...@163.com, Jul 29, 2009
if (currentSettings.titleFromIframe) {// add "{"
            tmp.title = iframe.find('title').text();
            if (!tmp.title) {
                // for IE
                try {
                    tmp.title = iframe.find('title').html();
                } catch (err) { }
            }
        }// add "}"


i add "{}" after "if (currentSettings.titleFromIframe)"
{} should be include "if (!tmp.title) "

is that right?
Aug 11, 2009
Project Member #1 nyro...@gmail.com
Yes, that's correct, I don't know what i did this way.

This fix will be included in the next release.
Status: Accepted
Labels: Type-Defect
Aug 14, 2009
Project Member #2 nyro...@gmail.com
The version 1.5.2 just released should fix this issue.

Status: Fixed
Jan 13, 2010
#3 oshuamor...@gmail.com
version 1.5.5 is still having this issue (line 1353)