View Issue Details

IDProjectCategoryView StatusLast Update
0001915ScribusStory Editor / Text Framespublic2016-03-31 17:07
Reporterkobuswolf Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status acknowledgedResolutionopen 
Product Version1.3.0cvs 
Summary0001915: Resizing of groups of object that contains text doesnt resize that well
DescriptionIf I were to resize a few text boxes that were grouped together they would only resize correctly (the text part I mean) as long as I keep the aspect ratio. It shouldnt be that way. Either you musnt be able to break the aspect ratio or the text should be squashed/streched in width to fit. It shouldn be too hard (I think).

newfontsize= oldsize*newhight/oldhight
oldratio=oldhight/oldwidth
newratio=newhight/newwidth
newfontwidth= oldwidth*oldratio/newratio

that should work, if its implementable in the resizing part of the kode im not sure. Thanks for the good work.
Steps To ReproduceResize and textbox that has been grouped with anything else. And play around. At certain points the text wont fit into the box anymore. A file with a bunch of text boxes in are included.
Tagsresize
Patch

Relationships

related to 0003423 confirmed remaining problems with resizing multiple text boxes 
related to 0008826 new Being able to scale object or group of objects to a desired percentage 
related to 0011646 new Group size should follow size of grouped items 
related to 0012448 closedfschmid Resizing of a Group + Item is not correct 
child of 0003812 acknowledged Metabug: Grouped objects 

Activities

2005-04-23 13:45

 

textboxresizing.sla (932,272 bytes)

plinnell

2005-05-06 20:02

viewer   ~0004521

updating and bumping to 1.3.. it is a worthwhile request for sure, but 1.2.2 is bug fix mode only at the moment. We need to outline a better set of defaults.

Issue History

Date Modified Username Field Change
2005-04-23 13:45 kobuswolf New Issue
2005-04-23 13:45 kobuswolf File Added: textboxresizing.sla
2005-05-06 20:02 plinnell Note Added: 0004521
2005-05-06 20:02 plinnell Severity minor => feature
2005-05-06 20:02 plinnell Status new => acknowledged
2005-05-06 20:02 plinnell Category General => Story Editor / Text Frames
2005-05-06 20:02 plinnell Product Version 1.2.2cvs => 1.3.0cvs
2006-05-13 17:16 christoph_s Relationship added child of 0003812
2014-09-12 19:01 Kunda Relationship added related to 0012448
2014-09-12 19:19 Kunda Relationship added related to 0003423
2014-09-18 21:47 Kunda Relationship added related to 0008826
2015-05-21 12:38 Kunda Relationship added related to 0011646
2015-09-17 20:08 Kunda Category Story Editor / Text Frames => Story Ed/Txt Frames
2015-09-17 20:12 Kunda Category Story Ed/Txt Frames => Story Editor / Text Frames
2016-03-31 17:07 Kunda Tag Attached: resize