Description: When ternat editing the table of contents, a new window opens that I cannot handle because it does not resize! Actual Results: I can't resize the window Expected Results: That it can be resized so that it can handle the items to be included in the summary. Reproducible: Always User Profile Reset: No Additional Info: no.
Created attachment 166091 [details] Imagem from problem
It might be solved with 7.0.2.2. assuming a debian release https://dev-builds.libreoffice.org/pre-releases/deb/x86_64/
I installed Version 7.0.2.2, but the problem remains. I can't resize the window.
On which Linux distrib are you? Could you try: 1) Follow https://wiki.documentfoundation.org/QA/FirstSteps 2) launch console and type: export SAL_USE_VCLPLUGIN=gen soffice ?
Hello! I'm using Ubuntu 20.04. I entered the /etc/libreoffice7.0/program folder and gave the command export SAL_USE_VCLPLUGIN = gen soffice and it worked with a different graphical interface, but I was able to resize the window. Thank you. I will create a launcher with these specifications.
Great this workaround works for you! It could be useful you indicate what rendering you use by default: gtk3, kde, etc.
(In reply to marcelopires from comment #5) And What is the monitor size (21" 23"inch) and resolution?
Created attachment 166099 [details] Render I closed and opened it again. It seems to me that it is the GTK3, the standard redenrizer. A screenshot is attached. Thank you!
My monitor is 15". :)
(In reply to marcelopires from comment #9) > My monitor is 15". :) I think that explains it.. dialog pretty big; but looks acceptable on my 23 inch
@Heiko The table of content dialog pretty (ugly) width because of the background bitmap preview. And the preview bit over-sized anyhow with the presents available, so can we shrink the preview a little? [Or did we address this topic elsewhere already] Would make a few other dialogs containing the preview nicer too, if you ask me. And would help in this case too (comment 9)
It's all right. I think I will enter this mode when updating the dissertation index. Tovadia, thank you all very much for your help. Good afternoon!
[Automated Action] NeedInfo-To-Unconfirmed
The dialog is on my system using kf5 1010x594px large, with gtk3 1050x612. So it fits into the minimum required screen size of WXGA. However, recommended size for property dialogs is 800x600px, so we should redesign. Largest controls seems to be on the Entries tab; we may put the codes (Chapter No., Entry Text...) into a checkbox list or a dropdown. But this is not the final solution, there might be more sizing happening per code. Perhaps we find a much better solution with a complete redesign.
(In reply to Heiko Tietze from comment #14) > The dialog is on my system using kf5 1010x594px large, with gtk3 1050x612. > So it fits into the minimum required screen size of WXGA. However, > recommended size for property dialogs is 800x600px, so we should redesign. > > Largest controls seems to be on the Entries tab; we may put the codes > (Chapter No., Entry Text...) into a checkbox list or a dropdown. But this is > not the final solution, there might be more sizing happening per code. > Perhaps we find a much better solution with a complete redesign. the problem is on a Background tab for a Bitmap variant. There is a preview window there and if we'll make it smaller or just move it to bottom of the dialog I think it could help
(In reply to Roman Kuznetsov from comment #15) > the problem is on a Background tab for a Bitmap variant... True, but rather than fiddling around with the preview we put all background options into an extra dialog that opens per click on Change Background.
*** Bug 146172 has been marked as a duplicate of this bug. ***
I detected a similar problem in Windows (not sure, if it's the same, but since it is a regression, information might help: Index dialog has been moved to the right at least since 6.3.6.2 (I will add screenshot from master and screenshot from 6.1.6.3 where it isn't present) @ Heiko: Please tell me, if you think it is something different and I should open a new report for it.
Created attachment 177134 [details] Index dialog in master
Created attachment 177135 [details] Index dialog in LO 6.1.6.3
(In reply to Dieter from comment #18) > Index dialog has been moved to the right... Don't get this. You mean the dialog's position on the parent? Would be a different topic. The issue here is the oversized ToC dialog likely caused by the area style tab. And the proposed solution is to access these options in an extra dialog. I suggest a button "Background" at the Styles tab.
(In reply to Heiko Tietze from comment #21) > (In reply to Dieter from comment #18) > > Index dialog has been moved to the right... > > Don't get this. You mean the dialog's position on the parent? Would be a > different topic. Moved to bug 146562
This bug is still not fixed until version 7.5 apart from a version 7, can't remember which one. In order to use the function, the screen resolution must be set to 1920x1080i. It would be sufficient to allow scrolling of the image. *** This bug has been marked as a duplicate of bug 152449 ***
Unless case of exception (eg: more info like traces, etc.), it's rather the most recent one which must be considered as a dup.
*** Bug 152449 has been marked as a duplicate of this bug. ***
Easy solution would be to switch off the preview by default, proposed solution at https://gerrit.libreoffice.org/c/core/+/144003. Any concerns? (The last state is remembered so after switching the option on the dialog shows the preview next time.)
Wouldn't it make more sense to add scrollbars rather than remove functionality? While I didn't use this particular dialog much, a preview sounds like pretty useful to have and if it's disabled by default, a lot of users will probably never realize it exists. So scrollbars would likely retain a higher visibility for that feature
(Also what if a user on a small screen enables it not realizing the dialog will be cut off, then has trouble disabling it again? That doesn't sound like a good experience either)
Once enabled you know at least that such an option exists. The horizontal scrollbar would be quite weird - and likely requires some coding beyond my skills. But let's see what others think.
Disabled the preview by default. The better solution would be to not move the color/image settings from a tab into an extra dialog.