Summary: | (steps) Rich Text Edit input box on soup.io crashes Konqueror | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Malte S. Stretz <mss> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | crash | CC: | andresbajotierra, justin.zobel, kavol, keny_dj, luisfe, sreejiththulaseedharan, tsjoker, vikram.ramchandran |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Malte S. Stretz
2009-07-20 13:14:33 UTC
I can reproduce the crash using the detailed steps here using: Qt: 4.5.2 (KDE-Qt git commit 46a247a2c9a8c0c4456a02f6a0922d859d88fe76 Date: Fri Jun 26 13:45:37 2009 +0200) KDE: 4.3.61 (KDE 4.3.61 (KDE 4.4 >= 20090717)) kdelibs svn rev. 999250 / kdebase svn rev. 999250 on ArchLinux i686 - Kernel 2.6.30.1 BTW; bug 198494 looks also related. There was a problem with inserting text into layout like following: <body><div contenteditable=true><br> </div>; We incorrectly found upstream/downstream equivalent positions at borders (e.g. position(br, 0)). And thus inserted text into incorrect place. It's fixed by commit in my soc branch: http://github.com/vtokarev/khtml-soc09/commit/6b41fafabed826b1db31821a48eacdd2ea943b39 It will be merged later on into the trunk and will be part of 4.4 release. Cool. Would be great if it could be backported to 4.3 as well. *** Bug 215368 has been marked as a duplicate of this bug. *** *** Bug 198494 has been marked as a duplicate of this bug. *** *** Bug 221645 has been marked as a duplicate of this bug. *** Created attachment 52759 [details]
New crash information added by DrKonqi
konqueror (4.5.2 (KDE 4.5.2)) on KDE Platform 4.5.2 (KDE 4.5.2) using Qt 4.7.0
- What I was doing when the application crashed:
Konqueror crashed when trying to delete text in tinymce editor.
Seems like this bug is still with us ...
-- Backtrace (Reduced):
#6 0x0000003ab880aa44 in khtml::DeleteSelectionCommandImpl::doApply (this=0x22bf470) at /usr/src/debug/kdelibs-4.5.2/khtml/editing/htmlediting_impl.cpp:1338
#7 0x0000003ab880252a in khtml::EditCommandImpl::apply (this=0x22bf470) at /usr/src/debug/kdelibs-4.5.2/khtml/editing/htmlediting_impl.cpp:236
#8 0x0000003ab8805580 in khtml::CompositeEditCommandImpl::applyCommandToComposite (this=0x22f17c0, cmd=<value optimized out>) at /usr/src/debug/kdelibs-4.5.2/khtml/editing/htmlediting_impl.cpp:351
#9 0x0000003ab88067b6 in khtml::CompositeEditCommandImpl::deleteSelection (this=0x22f17c0, selection=<value optimized out>) at /usr/src/debug/kdelibs-4.5.2/khtml/editing/htmlediting_impl.cpp:470
#10 0x0000003ab88068d9 in khtml::TypingCommandImpl::issueCommandForDeleteKey (this=0x22f17c0) at /usr/src/debug/kdelibs-4.5.2/khtml/editing/htmlediting_impl.cpp:2620
Thank you for the report, Malte. As it has been a while since this was reported, can you please test and confirm if this issue is still occurring or if this bug report can be marked as resolved. I have set the bug status to "needsinfo" pending your response, please change back to "reported" or "resolved/worksforme" when you respond, thank you. not the same issue, however, simply visiting https://www.tiny.cloud/ with KHTML (not WebEngine) causes Konqueror to enter some endless loop, so I can't even get to testing the editor ... Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Since KHMTL is unmaintained, I am resolving this issue. |