Bug 150170

Summary: JavaScript does not change the transparency of the box or ellipse object
Product: [Applications] kst Reporter: Andrew Walker <arwalker>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.4.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andrew Walker 2007-09-25 00:04:52 UTC
Version:           1.4.0 (using KDE KDE 3.5.1)
Installed from:    Compiled From Sources
OS:                Linux

PROBLEM:
The transparency property of box and ellipse objects is not modified through JavaScript

STEPS TO REPRODUCE:
Start Kst
Create a box object
In the JavaScript console type the following (or something functionally similar):
Kst.windows[0].view.children[0].transparent = true

RESULTS:
No change

EXPECTED RESULTS:
The box should use a transparent fill
Comment 1 Andrew Walker 2007-09-26 02:51:16 UTC
SVN commit 717070 by arwalker:

BUG:150170 use the transparent property and remove the transparentFill property

 M  +57 -27    kstviewbox.cpp  
 M  +5 -6      kstviewbox.h  
 M  +48 -23    kstviewellipse.cpp  
 M  +4 -4      kstviewellipse.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=717070