picia26 / mathmleditor

Automatically exported from code.google.com/p/mathmleditor
0 stars 0 forks source link

ReferenceError: Error #1065: Variable I8 is not defined #92

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
- xmlns set
- fontswf and lokandfeel copied
- swc copied
Code inserted:
                <fmath:MathMLEditor id="editorId" editorHeight="450" editorWidth="900"/>

What is the expected output? What do you see instead?
Editor component not appearing, instead an error in console:
ReferenceError: Error #1065: Variable I8 is not defined.
    at flash.system::ApplicationDomain/getDefinition()
    at fmath::a191/b2()[C:\devzone\obfuscateProjects\flex\MathMLEditorLibProject\src\fmath\a191.as:57]

What version of the product are you using? On what browser?
Adobe Flex Builder 4.7 debugger

Please provide any additional information below.
The simple mathml formula viewer component (MathMLFormula) is working anyway.

Original issue reported on code.google.com by arev...@gmail.com on 16 Sep 2013 at 12:50

GoogleCodeExporter commented 9 years ago
This happens when using the look and feel folder packaged with 
flexComponentEditor-v2.5-b1054.zip: 
http://fmath.info/download/flex/flexComponentEditor-v2.5-b1054.zip

To get around this I used the swc and resources packaged with 
testFlexAirProjectEditor-v2.5-b1054.zip: 
http://fmath.info/download/flex/testFlexProjectEditor-v2.5-b1054.zip

Original comment by abdulrah...@gmail.com on 10 Jul 2014 at 1:54