Bug 150170 - JavaScript does not change the transparency of the box or ellipse object
Summary: JavaScript does not change the transparency of the box or ellipse object
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.4.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-25 00:04 UTC by Andrew Walker
Modified: 2007-09-26 02:51 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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