Bug 83514 - toolbar appearing when its been switched off
Summary: toolbar appearing when its been switched off
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: rellinks (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Kevin Krammer
URL:
Keywords:
: 83242 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-06-16 23:53 UTC by Leon Pennington
Modified: 2005-04-27 18:23 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leon Pennington 2004-06-16 23:53:23 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 3.3 
OS:                Linux

I've switched off the document relations plugin with 
Tools->Document Relations->Configure->Never

Unfortunatley the toolbar keeps re-appearing, though all the buttons are greyed.

Test case:

Goto http://lwn.net/ Open a story link in a tab, and goto that tab. The toolbar appears.
Comment 1 Kevin Krammer 2004-06-22 23:27:27 UTC
Just committed a fi, "Never" should work now.
Comment 2 Kevin Krammer 2004-06-22 23:29:55 UTC
*** Bug 83242 has been marked as a duplicate of this bug. ***
Comment 3 rmartin 2004-11-28 09:14:00 UTC
This bug is indicated as RESOLVED since it was opened in June. Well here I am in November still seeing the bug. 

My version is Konqueror 3.3.1 (on KDE 3.3.1 CVS 20041110).

Some details:

The Document Relations toolbars appear even though Tools -> Document Relations -> Configure -> Never is set.

A Document Relations toolbar first appears when, in tabbed browsing mode, you create a new tab from a link (middle mouse button click). Usually it appears briefly then disappears. Then when you change to the new tab all the previously opened pages Document Relations toolbars appear. This occurs in a cumulative manner. For example, if you open 3 tabs from the first page(4 tabs total) and then close 2 of the new ones, leaving just 2 tabs, switching to the other tab cause 4 Document relations toolbars to appear.

This is the main behaviour that I am encountering. It also seems to depend upon which webpages are visited and some other erratic and intermittent malfunctions.


Comment 4 Kanwar Plaha 2004-12-14 00:24:40 UTC
I can see this behaviour even in 3.4 alpha1 release. This bug does not seem to go away.
Comment 5 Juha Manninen 2004-12-25 22:21:39 UTC
Certainly it is not resolved.  Now while writing this I have 8 Document Relations toolbars open.  They are all visible in the Settings --> Toolbars menu as well.
I have KDE 3.3.2.
It is funny how the old fixed bugs can pop up again.

Juha Manninen
Comment 6 Andrew Kohlsmith 2005-01-14 18:44:28 UTC
3.4beta1 Slackware 10.0 packages, it's here again and what's worse -- tools/document relations/--- I can't say Never here.  All the options are grayed out!
Comment 7 jared allen 2005-01-23 04:10:16 UTC
KDE 3.3.2 on gentoo 2.4.28-r5 and the toolbar appears with multiple instances whenever I open a new tab even though the tools/document relations/.../never option is checked.
Comment 8 Rob 2005-02-27 22:42:30 UTC
From francesco biscani:
To fix this you can also edit file ~/.kde3.3/share/config/rellinksrc like this: 
 
 [Position] 
 Hidden=true 
 Index=4 
 Offset=-1 
Comment 9 Olivier Goffart 2005-04-27 18:21:55 UTC
CVS commit by ogoffart: 

Hide the rellinks toolbar by default.
This workaround a bug in Konqueror which seems to show this toolbar while it shouldn't (on popups for examples)

CCBUG: 83514
CCBUG: 96229


  M +3 -3      plugin_rellinks.rc   1.5


--- kdeaddons/konq-plugins/rellinks/plugin_rellinks.rc  #1.4:1.5
@@ -1,4 +1,4 @@
 <!DOCTYPE kpartgui>
-<kpartplugin name="rellinks" library="librellinksplugin" version="2">
+<kpartplugin name="rellinks" library="librellinksplugin" version="3">
 <MenuBar>
  <Menu name="tools"><Text>&amp;Tools</Text>
@@ -19,5 +19,5 @@
 
 
-<ToolBar name="rellinksToolBar"><Text>Document Relations</Text>
+<ToolBar name="rellinksToolBar" hidden="true"><Text>Document Relations</Text>
         <Action name="rellinks_top"/>
         <Action name="rellinks_up"/>
@@ -32,5 +32,5 @@
         <Action name="rellinks_more"/>
         <Separator  />
-    <Action name="rellinks_links"/>     
+    <Action name="rellinks_links"/>
 </ToolBar>
 
Comment 10 Olivier Goffart 2005-04-27 18:23:28 UTC
CVS commit by ogoffart: 

Backport: Hide the rellinks toolbar by default.
This workaround a bug in Konqueror which seems to show this toolbar while it shouldn't (on popups for examples)

BUG: 83514
BUG: 96229


  M +2 -2      plugin_rellinks.rc   1.4.2.1


--- kdeaddons/konq-plugins/rellinks/plugin_rellinks.rc  #1.4:1.4.2.1
@@ -1,4 +1,4 @@
 <!DOCTYPE kpartgui>
-<kpartplugin name="rellinks" library="librellinksplugin" version="2">
+<kpartplugin name="rellinks" library="librellinksplugin" version="3">
 <MenuBar>
  <Menu name="tools"><Text>&amp;Tools</Text>
@@ -19,5 +19,5 @@
 
 
-<ToolBar name="rellinksToolBar"><Text>Document Relations</Text>
+<ToolBar name="rellinksToolBar" hidden="true"><Text>Document Relations</Text>
         <Action name="rellinks_top"/>
         <Action name="rellinks_up"/>