Version: 4.4.4 (using KDE 4.4.4) OS: Linux Konqueror should upload the current file content when asked to refresh a result of posting a file within a form. It uploads the cached content instead. Reproducible: Always Steps to Reproduce: 1. echo >'/tmp/Konq-bug.html' '<TITLE >KDE Bug ####</TITLE >' 2. Tell Konqueror to navigate to the W3C Markup Validation Service [1]. 3. Upload the file /tmp/Konq-bug.html. 4. echo >'/tmp/Konq-bug.html' <<'<!-- EOF -->' <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" > <TITLE >KDE Bug ####</TITLE > <P >R <!-- EOF --> 5. Tell Konqueror to refresh the validation results page. 6. Tell Konqueror to resubmit the file. Actual Results: 3. Result: 1 Error, 4 warning(s) 5. Konqueror asks whether it should resubmit the file. 6. Result: 1 Error, 4 warning(s) Expected Results: 6. Result: Tentatively passed OS: Linux (x86_64) release 2.6.34.7-0.3-desktop Compiler: gcc Workaround: 7. Return to the file submission page, reselect the file to validate and resubmit.
___ [1] <URL:http://validator.w3.org/>
In KDE 4.7.2, reload (F5) in Konqueror re-sends the *current* file contents, not the cached file contents.
The correct command is of course: cat >'/tmp/Konq-bug.html' <<'<!-- EOF -->' <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" > <META HTTP-EQUIV=CONTENT-TYPE CONTENT="TEXT/HTML; CHARSET=ISO-8859-1" > <TITLE >KDE Bug ####</TITLE > <P >R <!-- EOF --> When I refresh in Konqueror 4.11, Konqueror does not repost anything (neither the old file nor the new one).
Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone!
Dear Bug Submitter, This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? This bug will be moved back to REPORTED Status for manual review later, which may take a while. If you are able to, please lend us a hand. Thank you for helping us make KDE software even better for everyone!
Dear user, KHTML (and KJS) was a long time more or less unmaintained and got removed in KF6. Please migrate to use a QWebEngine based HTML component. We will do no further fixes or improvements to the KF5 branches of these components beside important security fixes. For security issues, please see: https://kde.org/info/security/ Sorry that we did not fix this issue during the life-time of KHTML. Greetings Christoph Cullmann