Summary: | Konqueror freezes trying to write comment on Google Summer of Code 2009 application | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Jure Repinc <jlp> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | CC: | rasasi78, tobilangbein1078 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jure Repinc
2009-03-30 04:30:35 UTC
SVN commit 948882 by orlovich: Make sure that iframes created with javascript: URLs enter the proper mode --- in particular HTML, not XHTML one. Us doing otherwise caused tinyMCE to get confused (due to a paragraph being <p> and not <P>) and remove & clone text node being typed on, which caused the editting code to get really confused and blow up. This, in particular, affected GSoC editor page. Now typing in should be fine (though I would still be careful with richtext there) I do think the mode detection code needs rework, and the editing code will need heavy work, but that's for an another time. CCBUG:188445 CCBUG:141523 M +4 -1 khtml_part.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=948882 SVN commit 948884 by orlovich: automatically merged revision 948882: Make sure that iframes created with javascript: URLs enter the proper mode --- in particular HTML, not XHTML one. Us doing otherwise caused tinyMCE to get confused (due to a paragraph being <p> and not <P>) and remove & clone text node being typed on, which caused the editting code to get really confused and blow up. This, in particular, affected GSoC editor page. Now typing in should be fine (though I would still be careful with richtext there) I do think the mode detection code needs rework, and the editing code will need heavy work, but that's for an another time. CCBUG:188445 CCBUG:141523 M +4 -1 khtml_part.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=948884 Hello: I think this one is somehow related to https://bugs.kde.org/show_bug.cgi?id=254955 if it's not the same bug. If this is the same, then I can confirm this on 4.7.4 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 |