Summary: | Columns change width when switching between adapters and main overview | ||
---|---|---|---|
Product: | [Unmaintained] solid | Reporter: | Kai Uwe Broulik <KaiUweBroulik2> |
Component: | networkmanagement | Assignee: | Will Stephenson <wstephenson> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lamarque |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Columns change width which causes lags and ugly repaints |
Description
Kai Uwe Broulik
2011-06-03 00:37:56 UTC
Please attach screenshots or screencast showing the problem. It is easier to find what is wrong by looking at the problem. Created attachment 60596 [details]
Columns change width which causes lags and ugly repaints
Please ignore the flickering which seems to be an issue with recordmydesktop.
The issue shown here: When clicking an adapter (was too lazy to show on notebook where I have WiFi as well) the columns change width which causes lags. When switching back to the overview, the left column again increases in width which also causes laggy repaints and brief appearance of the scroll bar container widget.
I am afraid there is no solution for this problem. Everytime we tried to fix widget's width one or more bugs appear, so I changed Plasma NM to let Qt's graphics layout change the width at will, which is causing this effect. If we fix the right widget's width the back button in interface details can stop working sometimes or the increasing width bug you reported sometime ago can reappear. Git commit 3562b8423f666ca0021dff5c9c18d9cf8566b883 by Lamarque V. Souza. Committed on 07/06/2011 at 07:28. Pushed by lvsouza into branch 'master'. Set right widget's width to fixed size. BUG: 274797 (cherry picked from commit 1dc55234bcd4d020043eafc25ad052c54bff7787) M +1 -0 applet/nmpopup.cpp http://commits.kde.org/networkmanagement/3562b8423f666ca0021dff5c9c18d9cf8566b883 Thanks! :) That fixed that annoying brief popping up of the scroll bar widget which caused lags. Now the transition is smoooooooooooooooth ;) |