History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: GLIFFY-107
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Clint Dickson
Reporter: Chris Kohlhardt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Gliffy Product

Some users are seeing "VBFlashVer' is undefined in IE.

Created: 19/Jun/07 06:13 PM   Updated: 06/Oct/08 03:51 PM
Component/s: Confluence Plugin Integration
Affects Version/s: None
Fix Version/s: Gliffy Plugin for Confluence - 1.4.0
Security Level: Anyone may view


 Description  « Hide
The user Cindy Funkhouser reported this.

She has IE 7.0.5730.11 on a Windows XP system with Flash 9. When she goes to load Gliffy the error comes up:

It says "Line 227, Char 13, Error:
"VBFlashVer' is undefined, Code: 0, URL: http://www.gliffy.com/gliffy"

She could access Gliffy fine in Firefox.

Chris also notes others maybe be experiencing similar issues with Laszlo
http://forum.openlaszlo.org/showthread.php?t=7508



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Chris Kohlhardt - 09/Jun/08 08:49 PM
Clint, can you please look into this?

Clint Dickson - 10/Jun/08 04:07 PM - edited
I have the same exact IE version on XP with Flash 9 and don't see the VBFlashVer issue.

The only solution i see out there is to add an 'undefined' check in embed.js. This was an Opera fix, so I'm not sure what the effect would be.

http://forum.openlaszlo.org/showthread.php?t=7508

function detectFlash() { var actualVersion = 0; var isIE = (navigator.appVersion.indexOf("MSIE") != -1) && (typeof(VBFlashVer) != "undefined"); // true if we're on ie ... } else { // isIE
var vbver = eval('VBFlashVer');


Clint Dickson - 11/Jun/08 08:52 PM
added an 'undefined' check for vbver (which is eval(VBFlashVer)) to make sure its not undefined on line 227