webuilder crashes when using google data to create a chart

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
Gorky
Posts: 73
Joined: Fri Mar 30, 2007 11:32 pm

webuilder crashes when using google data to create a chart

Post by Gorky »

Hi all!

Using the actual webuilder (10.20.121) I found the following bug/problem:
1) I used http://www.google.com/publicdata/directory (google public data) to create a chart, which I embedded as iframe
2) the *complete* html-source code is:

Code: Select all

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>
  <title>test</title>
</head>

<body>
 <iframe width="400" height="325" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" src="http://www.google.com/publicdata/explore/embed?ds=d5bncppjof8f9_&ctype=l&strail=false&nselm=h&met_y=nv_agr_totl_zs&scale_y=lin&ind_y=false&rdim=country&tdim=true&tstart=0&tunit=Y&tlen=37&hl=en&dl=en&iconSize=0.5&uniSize=0.035000000000000024"></iframe>
</body>

</html>
when I try to preview this from within webuilder, it crashes.
3) I can reproduce this behaviour.

Can anyone confirm this bug/problem?

thanks

Gorky
Last edited by chrisjlocke on Sat Sep 04, 2010 8:53 pm, edited 1 time in total.
Reason: Amended post title to make it meaningful
User avatar
MikeyB
Top Contributor
Posts: 511
Joined: Fri Jun 09, 2006 10:38 am
Location: UK
Contact:

Re: bug/problem in webuilder

Post by MikeyB »

Yes, can reproduce the error here, I get the option to send a bug report, did you do this, may help with finding the cause.
daredare
Posts: 125
Joined: Sun Sep 09, 2007 1:40 pm

Re: bug/problem in webuilder

Post by daredare »

I tested it and no crash for me
webuilder 2010 version 10.02 (10.0.2.118) is the best !!
davenz

Re: bug/problem in webuilder

Post by davenz »

Fine here too; Windows 7, i7 quad core, 6 gb DDR3 RAM, latest build of WeBuilder.

Just so we are comparing apples with apples; I simply copied and pasted the code you posted into a new page (blank) then previewed it in WeBuilder. It shows fine here with both the Mozilla control and Trident.

Dave
davethompson.co.nz
Gorky
Posts: 73
Joined: Fri Mar 30, 2007 11:32 pm

Re: bug/problem in webuilder

Post by Gorky »

thanks to all testers,

for me it seems to be a win-xp specific bug - it does not occur under win 7 and maybe under vista. (could not test under vista, because I dont
own a copy of this os)

gorky
Post Reply