#139 closed defect (wontfix)
richtexteditor dosent work in konqueror 3.4
Reported by: | fredrik dot j at bredband dot net | Owned by: | anonymous |
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | Widgets | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I Cant get richtexteditor to work in konqueror 3.4.2 kubuntu.
maybe not a big problem since its not such a big browser, but thought I might file a bug for it anyways.
I managed to trac one bug down, but I still cant get it to work. change line 181 rev 1722 from:
this.window = this.iframe.contentWindow;
to:
this.window = (this.iframe.contentWindow) ? this.iframe.contentWindow : window.frames[window.frames.length-1];
but there seems to be a bug in konqueror for contentEditable, according to kde api it should been implemented since 3.2, I couldnt get it to work though.
/ Fredrik
Change History (3)
comment:1 Changed 16 years ago by
Priority: | normal → lowest |
---|
comment:2 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
heh, I actually went to the KDE lxr install to find out the same info. Guess I should have read the details of this bug first.
Regardless, until we get browser support for this (KHTML porting the classes from Safari or re-implementing), this isn't something we'll fix.
Please re-open when there's a KDE release that supports the desired functionality, if it doesn't already work out-of-the-box.
Never mind this, I found this in KDE bug list
Seems that the C++ classes only were private at this stage.
From bug 48302: http://bugs.kde.org/show_bug.cgi?id=48302 'Don't expect contenteditable/design mode to be shipped with KDE 3.4.'
Doesnt look like it is ging to be released in a while so..
/ Fredrik