View Issue Details

IDProjectCategoryView StatusLast Update
0002331ScribusScripterpublic2006-05-04 19:11
ReporterCeeS Assigned Tosubik  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformpcOSLinux/k7OS Version2.4.31/qt 3.3.3
Product Version1.3.0 
Fixed in Version1.3.4cvs 
Summary0002331: Different units for object's dimmensions and position
DescriptionThere's strange behaviour in Scripter plugin in Scribus 1.3.0.
Object dimensions are set in pt units (except for position), although
I've declared in newDoc() millimeters as units.

n=createImage(5,5,10,10)
print getSize(n)
print getPosition(n)
print getUnit()

gives:

(3.5277777777777777, 3.5277777777777777)
(5.0000000000000009, 4.9999999999999991)
1
Steps To Reproducen=createImage(5,5,10,10)
print getSize(n)
print getPosition(n)
print getUnit()
TagsNo tags attached.
Patch

Relationships

child of 0003813 acknowledged Metabug: Scripter 

Activities

plinnell

2005-12-22 21:52

viewer   ~0007804

Pleqse try 1.3.2cvs to see if this is correct. I think it was fixed.

mhanski

2006-05-04 16:30

developer   ~0010896

Reminder sent to: subik

petr, is this fixed?

subik

2006-05-04 18:01

manager   ~0010905

fixed "accidentally" by other development.

mhanski

2006-05-04 19:11

developer   ~0010907

thx

Issue History

Date Modified Username Field Change
2005-07-31 11:52 CeeS New Issue
2005-12-22 21:52 plinnell Note Added: 0007804
2005-12-22 21:52 plinnell Status new => feedback
2006-05-04 16:30 mhanski Note Added: 0010896
2006-05-04 18:01 subik Status feedback => resolved
2006-05-04 18:01 subik Fixed in Version => 1.3.4cvs
2006-05-04 18:01 subik Resolution open => fixed
2006-05-04 18:01 subik Assigned To => subik
2006-05-04 18:01 subik Note Added: 0010905
2006-05-04 19:11 mhanski Status resolved => closed
2006-05-04 19:11 mhanski Note Added: 0010907
2006-05-13 21:01 christoph_s Relationship added child of 0003813