bug in konqe patch khtml_no_find_3.3.patch

Yi Liu lucky_liu at hotmail.com
Wed Dec 1 03:15:03 CET 2004


My konqe(using kde3.3.1) can show some normale pages with no problem, but it 
can not show iframe object.
I traced konqueror3.3.1  into khtml_part.cpp and found that line 3970 
KParts::BrowserRun::AskSaveResult res = KParts::BrowserRun::askEmbedOrSave(
        url, mimetype, suggestedFilename  );
will return at this line
default: // Open
        break;

which means that it should not call the following lines and return:
child->m_bCompleted = true;
checkCompleted();
return true; // done


instead, it should directly go throw to the code below.
I can show the iframe objects now.

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/



More information about the konq-e mailing list