Description: With XWizardController it is possible to create a TabControl with some Pages. The pages are created with a predefined size. The pages can beresized by user or by calling windows->setPosSize. But when another tab is selected, the page are resized to the originally defined size. Steps to Reproduce: 1.Create Tabpages with XWizardController 2.Change size manually or programmatically. 3.Select another tab Actual Results: The pages falls back to originally defined size. Expected Results: The pages should keep it's size. Reproducible: Always User Profile Reset: No Additional Info: Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 8bdb85f8c7f31e51328afa51a584c3cfdea1c06f CPU threads: 16; OS: Windows 10.0 Build 22621; UI render: Skia/Vulkan; VCL: win Locale: de-DE (de_DE); UI: de-DE 9999TestM-NoUnit&Builds-NoPack-DebUti Calc: CL threaded
Self confirming according to https://wiki.documentfoundation.org/QA/Guidelines_for_public_and_private_sector_deployments. Issue has originally been reported by another user in our internal issue tracker.
Ilhan Yesil committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/aef2ee893c7b76794bc9db869f08bbbea60606a8 tdf#152508 Initiate container request size after call of createPage It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/b428a97d88b08fadd63039482c09c17a5fbac3be Related: tdf#152508 and tdf#132110 use initial child size as size request It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.