Summary: | Konqueror visually broken after restoring Multiple tabs | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Seb <bastisemail> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alex.danila.web, amantia, andresbajotierra, digulla, faure, migo, reis, sven.burmeister |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | visual description of bug |
Description
Seb
2008-03-07 10:56:47 UTC
Created attachment 23821 [details]
visual description of bug
still happens in 4.0.4. Can somebody else confirm this bug? This still happens on KDE 4.1.0 - It is evene worse. Now all scrollbars are broken in the same weay regardless of they belong to Konqui or plugins. Using KDE 4.1.1 (KDE 4.1.0 (4.1 >= 20080722)) (KDEmod) in ArchLinux i686 I can't reproduce this behaviour. Does this happen with specific files or URLs ? Can you describe the steps to reproduce it ? No response. If this is still a problem in a current version, please reopen with more information. Thanks :) The bug still appears on 4.1.3. It appears using random URLs - always! Reproduce (for example): o open Konqui o go to some webpage o open new tab and search some phrase using Google o Open some search result as PDF using the Okular plugin in a new tab. o Open another (or the same) PDF file in yet another tab. o log out o log in Result: Konqueror reopens with all tabs from the last session. Go to one of the PDf tabs -> Background of Okular is misshaped as seen in the attachment. Mh,I can't reproduce here using: Qt: 4.4.3 + qt-copy-patches-889120 KDE: 4.1.87 (KDE 4.1.87 (KDE 4.2 >= 20090101)) kdelibs svn rev. 905454 / kdebase svn rev. 905455 kdegraphivs svn rev.905508 on ArchLinux x86_64 - Kernel 2.6.27.10 Can anyone else confirm this? I installed KDE 4.2 RC1 from openSuse11.0:Factory The bug is still there. I also noticed that not only visually something is broken, but also the mouse focus (eg.mouse wheel on scrollbars) may refer to another tab as well. This very annoying bug made it into 4.2 I wonder why only I encounter this problem (I have KDE 4.1/4.2 on 3 machines installed here, it appears on all of them). I found out a new interesting thing that may be helpful: If restoring a KDE session and Konqui is started automatically, then the bug appears (notice: Okular-Kpart must have been opened in at least one of the tabs wereby the active tab after opening konqui shows something else) If restoring a Konqui session after a segfault, and Konqui restarts with the old page contents, then everything is fine... btw: It is not only visually broken - also the keyboard affects another page... *** Bug 193861 has been marked as a duplicate of this bug. *** Bug 193861 contains a couple of screenshots for KDE 4.2.2. *** Bug 195316 has been marked as a duplicate of this bug. *** This bug still is "unconfirmed", though a few duplicate reports exist? I want to confirm that it still apears in 4.3.0 (btw: was fine in 3.x) *** Bug 205213 has been marked as a duplicate of this bug. *** Confirming, but this bug is really tricky (cf my comment #33 in bug 169124). I don't understand comment #10; what do you mean about the keyboard? Up/down seems to scroll the active tab here, as expected. If some of the restored webpages contain the okular plugin, then Ctrl+F is redirected from konqueror search to the okular search. In case of the bug, where the contents of all tabs overlap in the window, also the key bindings overlap. That is, Ctrl+F leads to an error (multiple combinations for this short cut, exact match of the error message is (German): "Der Kurzbefehl „Ctrl+F“ ist doppeldeutig. Rufen Sie bitte „Einstellungen“ -> „Kurzbefehle festlegen“ im Menü auf und beheben Sie den Konflikt. Es wird keine Aktion ausgeführt." SVN commit 1057148 by dfaure: Found it! Fix the "statusbar rendering bug when restoring multiple tabs" bug. It was "simply" a wrong show() on a widget that is inside a tabwidget; we ended up with multiple widgets in the stackedwidget shown at the same time, bad idea... Fixed for: 4.4.0-beta2 BUG: 169124 M +18 -7 konqviewmanager.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1057148 *** Bug 163081 has been marked as a duplicate of this bug. *** |