Bug 119946 - Formula editor does not resize formula box when changing font size
Summary: Formula editor does not resize formula box when changing font size
Status: RESOLVED DUPLICATE of bug 99792
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Formula Editor (show other bugs)
Version:
(earliest affected)
4.4.0.3 release
Hardware: All All
: medium trivial
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Formula-Editor
  Show dependency treegraph
 
Reported: 2018-09-18 04:08 UTC by brian.bj.parker99
Modified: 2022-12-05 15:16 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description brian.bj.parker99 2018-09-18 04:08:01 UTC
Description:
When inserting a formula into Impress, when resizing the font inside the formula editor the bounding box does not increase in size, cutting off the formula. If one goes back to impress then double clicks on the formula then the bounding box is correct.
Inserting a formula into writer, however, works correctly.

Steps to Reproduce:
1. Create a new Impress document
2. Insert|object|formula....
3. enter some formula
4. format|font size...
5. set font size to some large, say 51
6. formula not gets clipped as bounding box is not increased
7. click on Impress slide to deactivate formula editor
8. double click on formula to reactivate formula editor
9. bounding box is now correctly resized

Actual Results:
formula bounding box is too small and formula is clipped

Expected Results:
when resizing font in formula editor (with Impress) the formula bounding box should increase to show all of the enlarged formula.


Reproducible: Always


User Profile Reset: No



Additional Info:
Comment 1 raal 2018-09-18 08:51:53 UTC
Confirm LO 6.2 and Version: 4.4.0.0.alpha0+; Windows
Comment 2 QA Administrators 2019-11-06 03:30:59 UTC Comment hidden (obsolete)
Comment 3 Roman Kuznetsov 2019-11-24 16:11:44 UTC
don't rerpo in

Версия: 6.5.0.0.alpha0+ (x64)
ID сборки: 32dcf3f0fdafcf44457842a8aa4f54d30d856ca9
Потоков ЦП: 4; ОС:Windows 10.0 Build 17763; Отрисовка ИП: GL; VCL: win; 
Локаль: ru-RU (ru_RU); Язык интерфейса: ru-RU
Calc: threaded


1. Create a new Impress document
2. Insert|object|formula....
3. enter some formula
4. format|font size...
5. set font size to some large, say 51
6. formula not gets clipped as bounding box is not increased
7. click on Impress slide to deactivate formula editor

And I got good right size of formula after 7 step at once without steps 8 and 9

Status -> WFM
Comment 4 V Stuart Foote 2022-12-05 15:16:27 UTC
The OLE formula object is edited via the sm Formula module.

The resize on the target canvas is not immediate, nor can you drag the OLE handles to resize it (nor would you want to as such resize would be erratic).

Applying a "size ## { }" to the formula while in the sm module, or adjusting its size/position settings from menu (or now Sidebar deck) is the correct way to resize. It will appear resized in the sm Formula module window but the OLE bounding box will not adjust until back on the canvas and the object is re-parsed.

Always been that way.

*** This bug has been marked as a duplicate of bug 99792 ***