Summary: | "Recent Notifications" applications' tabbar maximum width is not honored during several situations (causing the Notification extender to be too wide) | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Antonio Rojas <arojas> |
Component: | notifications | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andresbajotierra, apfelmausmail, asraniel, notmart, plasma-bugs |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
screenshot
screenshot Proposed patch |
Description
Antonio Rojas
2010-01-17 20:55:38 UTC
Created attachment 39988 [details]
screenshot
The tabbar containing the applications' names has a maximum width of 400px... May be a smaller size should be applied ? @Marco: what do you think ? Regards Created attachment 40046 [details]
screenshot
It's definitely wider than 400px here...
May be the value is not being honored.... I did some tests about it on 4.5 trunk: Test 1: --- I spawned several notifications (using dbus) (with different appnames) with a delay of 1s between them After the first notification is shown, if I click the "Recent Notifications" "expand" button (to show the application TabBar); all the other applications appear properly, the maxwidth is honored and the "<>" arrows appear in the tabbar... However, if I click one item in the Tabbar, the tabbar is "expanded" (the maxwidth is not honored and the "<>" arrows dissapear) Test 2: --- If I spawn all the notifications at the same time (without delay), the tabbar maxwidth won't be honored from the start... -- I can attach the sample code I used to spawn the notifications if needed... Created attachment 40075 [details]
Proposed patch
*** Bug 224187 has been marked as a duplicate of this bug. *** SVN commit 1081011 by darioandres: - Fix the maximum width of the the application tabbar in the notification dialog in order to avoid a too wide dialog BUG:223201 M +1 -1 applet.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1081011 SVN commit 1081012 by darioandres: Backport to 4.4 of: SVN commit 1081011 by darioandres: - Fix the maximum width of the the application tabbar in the notification dialog in order to avoid a too wide dialog CCBUG:223201 M +1 -1 applet.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1081012 |