Summary: | [Patch] Linked views should be in the same tab | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Albert Cervera Areny <albert> |
Component: | tabbing | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Make linked views follow only if are in the same tab of the sender |
Description
Albert Cervera Areny
2004-08-07 12:00:35 UTC
Related to 86562? It seems it's not related. I've tried cvs konqueror and the problem persists. In that case the views where not linked. Here the problem is with linked views in makeViewsFollow function no test is done to ensure that the linked view that we make follow is in the same tab of the sender view. This makes impossible to have two linked views in one tab and two linked views in another tab and both pairs independent of each other. Hope that now the problem is a bit more clear. Created attachment 7107 [details]
Make linked views follow only if are in the same tab of the sender
I've been able to make the patch. I think 3.3 is ready but may be it could go
to 3.3.1 if the patch is ok, of course.
Committed for KDE 3.3.1/3.4. Thanks for the patch. :-) |