Bug 433849 - Windows resizing themselves when a translation is used
Summary: Windows resizing themselves when a translation is used
Status: CONFIRMED
Alias: None
Product: frameworks-kirigami
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.79.0
Platform: Other Linux
: NOR normal
Target Milestone: Not decided
Assignee: Marco Martin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-02 10:41 UTC by Marco Martin
Modified: 2021-03-05 16:09 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Martin 2021-03-02 10:41:13 UTC
On Plasma Mobile sometimes the applications resize themselves bigger than the screen right ater startup if a translation is used,
because after the catalog is loaded, every binding is reevaluated

STEPS TO REPRODUCE
1. on plasma mobile (or in general kwin with maximize window placement) set a translation
2. open a kirigami app

OBSERVED RESULT
 the app is bigger than the screen after showing correctly for a very short time

EXPECTED RESULT
 the app should always observe the size set by kwin
Comment 1 Nate Graham 2021-03-02 18:27:11 UTC
Is this the root cause of Bug 433083?
Comment 2 Bhushan Shah 2021-03-05 05:31:11 UTC
More like both bugs have same root cause.
Comment 3 Nate Graham 2021-03-05 16:09:09 UTC
Probably, though that bug is in Kickoff which uses Plasma components, and this bug is in Kirigami. Do you think fixing the Kirigami bug would automatically fix Kickoff too, or would the fix have to be duplicated in plasma-framework  (or whatever) as well?