Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Tool bar items in Firefox
dianbo
I use the following code in a .jsp.
paramObj = new actuate.Parameter("parampane");
.......
viewer = new actuate.Viewer("viewerpane");
......
<div id="parampane"/>
<div id="viewerpane"/>
In firefox. After running different combinations of parameters, the menu items in Birt menu disappeared one by one until the only left is ?Enable interactivity?.
Any suggestions?
Thanks.
Find more posts tagged with
Comments
Virgil Dodson
Hi dianbo,
Can you tell me which product you downloaded to get the Actuate Viewer(eval or licensed version of iServer Express?, BIRT Deployment Kit?, or Actuate Java Components?) Also what steps do you take to see the menu start disappearing?
dianbo
Hi Virgil,
Thank you for you reply.
I use iServer Express 10 (Build 100B081204) eval version.
I just select a parameter combinition and execute viewer.submit(), and then the second combinition and execution, then the third time......
NOTE:
1, it happens just in Firefox
2, the items disappear one by one after each viewer.submit().
Thanks
averma
Hi dianbo,
I am unable to recreate this issue. Could you attach your html script that you are using or modify the attached script that I used to test to recreate the issue (you might need to change the username/password and server urls to use it)
Ashwini
dianbo
Hi Ashwini,
thank you very much.
i will clean up it for you later.
dianbo
dianbo
Hi Ashwini,
i am very very sorry for making you puzzled. it is me who remove them by javascript function which was defined in another file.
dianbo