Using background-size: cover causes Edge Animate to crash

Bug report:
If I select an element which has background-size tag specified for the element I get "An error occurred. Please save your work and restart Edge Animate."
This happens background-size: cover, background-size: contain, etc.

Hi, Alan-
Great find!  I was able to reproduce this bug on our side and have filed it with our team.
Thanks,
-Elaine

Similar Messages

  • Adding a JS script to the Library from disk causes Edge Animate to crash

    Hi
    I am experiencing a major problem with Edge Animate. I need to add a JS script to the Library from disk, but every-time I try to do this from the Library panel, the program crashes immediately.
    I did wonder if this was due to Finder, but I have tried the same operation from the Library panel to add video, audio etc and the Finder window opens and allows me to select a file without any issues.
    This is the system I am using
    Is there a way I can upload the crash report or attach it to a comment?
    Thanks
    Marco

    I have managed to fix this after googling the crash error and reading through some other posts.
    It appears that SCFinderPlugin was causing the issue. Other applications install it to the OSX without users realising - I don't recall ever installing it
    In order to remove this plugin you need to remove these files:
    /Library/Contextual Menu Items/SCFinderPlugin.plugin
    /Library/Receipts/SCPlugin.pkg 
    Hope this helps someone else at some point in the future.
    Marco 

  • Adobe Edge Animate CC crashes when using big SVG images

    Hi!
    When I import SVG files to Edge Animate it freezes and I can't do something with that.
    I tried to import one file at a time and it worked fine but when I save project and close program and then open my project again Edge Animate just crashes.
    Also I tried to import very small images (100px x 100px) and then scale them to size I need and it causing app crash too.
    I'm using Mac OS X 10.9.4

    I already found cause of this problem.
    When you import SVG to Edge Animate it gives your SVG width and height 10 times more then original size of image and transform: scale(0.1). So when you import 5 SVG images 500x500 Adobe Edge makes them 5000x5000.
    So that's cause app freezing and bad SVG displaying in browsers.
    Always change scale(0.1) to scale(1) and reduce size from 5000px to 500px for example.
    Best regards,
    Alexey Prilovski.

  • Importing photos to my ipad 2 on iOS 4.3.2 using camera connection kit causes photo app to crash

    Importing photos to my ipad 2 on iOS 4.3.2 using camera connection kit causes photo app to crash. Tried importing photo from an iPhone 4/ Panasonic DMC-FX50 via USB and SD card but without success. However, importing video from a Flip Mino HD is ok. Can't seem to figure out what I'm doing wrong

    Have you tried a reset by holding the power and home buttons for ten seconds until the apple appears?
    Since it's multiple different import devices not working with the CCK, it appears to be on the iPad side...
    If the reset doesn't help, try a restore from within iTunes on the computer.

  • I want to use CSS style - background-size:cover;

    in my animation. The responsive settings dont allow for this effect anywhere so I was thinking of putting it in the _edge.js file but, I'm assuming, becasue the Stage is the parent it will fill but distort with the Stage?
    I've watched the flexible design videos for Edge and Edge preview but neither cover the effect I want which is use in the Cod Drops example:
    http://tympanus.net/codrops/2012/01/02/fullscreen-background-image-slideshow-with-css3/
    Would a separate CSS file work?
    Cheers
    Bret

    You can use a separate css file, though if you go this route it's preferable to use the append method at the Stage > compositionReady event handler.
    Example
    ////////// Stage > compositionReady///////////////////
    $("head").append("<link id='mycss' href='style.css' type='text/css' rel='stylesheet' />");
    Directly editing the .html file and placing a reference to an external .css file will be overwritten everytime you open it in Edge Animate.
    The above snippet will help resolve that.
    hth
    Darrell

  • Can we capture the video and audio using cam and microphone in Edge Animate?

    Hi Everyone,
    I got a new requirement from the client to create a HTML5 based functionality through which one can capture the video and audio using his web-cam/camcorder and microphone. I have researched on internet and found that there is api available (not reliable) http://www.html5rocks.com/en/tutorials/getusermedia/intro/ . I am not a coder by profession and use Edge animate to create HTML 5 based animations and stuff like that. Another problem which i have found that the api only works well with Chrome and Opera and not with Mozilla, IE..
    Can anybody help me out in this, please...
    Thanks & Warm Regards
    Vikas

    Hi, Vikas-
    After a brief bit of research, you're definitely hitting upon the limitation of the browsers.  Not all of the browsers have implemented this part of the HTML5 standard, so you're going to either have to use Flash or be limited to these specific browsers.
    Thanks,
    -Elaine

  • I'm confused about using local fonts in my Edge Animate designs...

    http://blogs.adobe.com/edge/2012/01/27/web-fonts-and-edge-together-at-last/
    According to the above blog, it should be possible to have Edge Animate recognize local fonts, but a few moderators are saying it's not yet possible... (I did try the method above and it did not work, but it seems like a reputable blog...) this is a screenshot of what I tried to do with the code from above:
    The "Welcome" "Portfolio" etc is styled using @font-face in my original html document that I imported into Edge, but the "Test" div I want to have the same style - I want to be able to create new divs within Edge and keep the same fonts...
    So.... is there a way to use local fonts in Edge, or no?
    Thanks all,
    Aza

    Yes it is possible, apologies if my other answer mislead you.
    In your case it appears to be a case of incorrect reference.
    In your Asset > Font dialog creation process you reference your font family with underscores separating the title
    example: 'waukegan_ldo_extended', Tahoma, sans-serif
    BUT, in your .css files, your fontface reference does not.
    example: font-family: 'waukegan ldo extended';   << notice no underscores
    These two references should match exactly. As a tip, I would recommend to use a single word like WaukeganLdoExtended.
    hth
    Darrell

  • Using Javascript JSON data within Edge Animate

    I have a javascript file that outputs data onto a html page, It basically GET's the information from a JSON file
    I would like to use the output within Edge Animate instead (basically re-building the HTML page using Edge Animate).
    I understand that i must include my script & jquery scripts within my composition, below is some code from my script. How can i use the output of this in adobe edge.
    function playlistupdate (list)
    for (var i = 0 ; i != list.dbdata.length ; i++)
            var song = list.dbdata[i];
        $("#list0artist").html(list.dbdata[0].artist);
        $("#list0title").html(list.dbdata[0].title);
        $("#list0label").html(list.dbdata[0].label);
        $("#list0albumyear").html(list.dbdata[0].albumyear);
        $("#list0picture").html('<img src="/testsite/covers/' + list.dbdata[0].picture + '" width="170" height="170"/>');   
    for instance, how can i display the "artist", "title", "label" and "album_year" within Edge Animate. And also how can i display the "picture" (which is an actual JPEG file.)
    I am hoping that i do not need to completly intergrate the script within Edge animate.
    many thanks
    Justin.

    Hi Justin,
    You will find 2 demo files here: json Demos upgraded.zip - Box
    Note: You can post your working file.

  • Updating Edge Animate asset crashes Muse

    Have inserted an Adobe Edge Animate file in Muse. All works fine until I make updates to the Edge Animate original.
    When I click to update the resource in the Asset panel. Muse crashes. It works once, never twice.
    Muse doesn't display the asset correctly. If I have a background colour in the Animate doc it doesn't show in Muse, not in preview mode either, but this is not a big problem, it shows up if I preview in a browser ...

    This was a test I performed in a few hours. So I used the same version of Edge and Muse when trying it out.
    Muse version: 7.0.314
    Edge Animate version: 2.0.1
    In my Edge animate document I only had two elements.
    I created a new document, didn't change anything in default setup.
    I added a rectangle, no fill nothing.
    I added a text field, wrote the word "Text"
    Saved as a .oam file
    Inserted into muse
    back to edge, added a background color to the rectangle
    updated asset in muse, muse crashed
    imported again to muse, preview did not show the red background, but preview in browser did
    back to edge, duplicated the text object three times
    updated asset in muse, muse crashed...
    created a new edge animate file from scratch, repeated all the above steps
    muse crashed every time I updated the asset.
    inse

  • Edge Animate CC crashes on right-click on any Object in Elements window

    Hi,
    Every time I right click on an Object in Elements window Animate crashes on me.
    Same thing happens, when i click on the "Open Actions" Button - "{ }"
    I really would apreciate some kind of help with this problem, since I am able to accomplish nothing this way.
    I am running on a 2010 MacBook Pro 3.06 GHz Core 2 Duo - OSX 10.9
    Adobe Edge CC downloaded today via Creative Cloud
    Thanks in advance,
    have a beautiful day,
    Anne

    Hi hemanth,
    Thanks for the reply,
    I am Using Edge Animate 3.0.0.322.27519
    (Actual Version downloded via Creative Cloud)
    I renamed the Folder
    /Users/Your User Name/Library/Application Support/Adobe/Edge Animate
    TO
    .../OLD Edge Animate
    as suggested in the link you gave me...
    I restarted An and not only is the problem still ocurring, but also the program did not create a new '.../Edge Animate' Folder.
    The Link you gave me stated:
    After you have removed your existing preferences, restart Edge Animate. The application creates new preferences files and folders using the default settings.
    This did not happen.
    but program is starting normally without the preferences Folder obviously - problems stay the same
    It's nice to know, that you are there to care about the problem -
    thanks for that so far and if you can think of anything else -
    don't hesitate to write
    have a beautiful day,
    Anne**

  • Edge animate cc crashes at startup on win 8.1

    Hi
    I installed the trial version of Edge Animate CC today on my win8.1 but when I start the application It opens for a second then closes. I get a crash message that APPCRASH  has stopped the program.
    The fault module name is libcef.dll.
    Help please...
    Oliver

    Hi DjOliver,
    We found that the crash is not happening in Animate but in a thirdparty component that Animate uses. will need some information from you to investigate:
    Can you share the install logs from:
    1) Path for installation log - C:\Program Files (x86)\Common Files\Adobe\Installers\ - do share the Edge Animate CC 2014 specific logs.
    2) Installer logs from - C:\Users\<USERNAME>\AppData\Local\Temp\amt3.log and PDApp <Date>.log
    Also check
    1) Can you install DirectX from:http://www.microsoft.com/download/en/details.aspx?id=8109 (or web installer http://www.microsoft.com/en-us/download/confirmation.aspx?id=35).
    2) Restart your PC and then launch Animate. Check if you still see the crash.
    -Sujai

  • Edge Animate CC Crashing

    Hey, hoping to get some help here. in the video below you can see how my rulers and and selection tools disappear. if i continue to work like this it will either crash or give me different errors. I've reinstalled several times and even wiped my computer and did a fresh install of mac OS X 10.10.1 kinda getting a little desperate lol. help me obi-wan adobe your my only help....

    My co-worker and I are both experiencing this exact issue. We just started using Edge Animate on our brand new macbook pros. Both machines are top of the line and have plenty of processor and CPU, and have the correct and up-to-date display drivers. Can we have someone look into this for us? We can't even use the product currently. My logs are pasted below. Thanks!
    ------ CEF_debug.log ------
    0120/120246:ERROR:compositing_iosurface_mac.mm(476)] GL error in DrawIOSurface: 1286
    [0120/120246:INFO:CONSOLE(0)] "event.returnValue is deprecated. Please use the standard event.preventDefault() instead.", source:  (0)
    [0120/120246:INFO:CONSOLE(0)] "event.returnValue is deprecated. Please use the standard event.preventDefault() instead.", source:  (0)
    [0120/120335:INFO:CONSOLE(0)] "Uncaught TypeError: Cannot read property 'nodeType' of undefined,4", source: about:docKey-2 (0)
    [0120/120335:INFO:CONSOLE(4)] "Uncaught TypeError: Cannot read property 'nodeType' of undefined", source: http://127.0.0.1:54321/Users/Garrett/Desktop/temp%20animation%20files/GrowFromMulti/edge_i ncludes/jquery-2.0.3.min.js (4)
    [0120/120340:INFO:CONSOLE(0)] "Uncaught TypeError: Cannot read property 'nodeType' of undefined,4", source: about:docKey-2 (0)
    [0120/120340:INFO:CONSOLE(4)] "Uncaught TypeError: Cannot read property 'nodeType' of undefined", source: http://127.0.0.1:54321/Users/Garrett/Desktop/temp%20animation%20files/GrowFromMulti/edge_i ncludes/jquery-2.0.3.min.js (4)
    [0120/120346:INFO:CONSOLE(0)] "Uncaught TypeError: Cannot read property 'nodeType' of undefined,4", source: about:docKey-2 (0)
    [0120/120346:INFO:CONSOLE(4)] "Uncaught TypeError: Cannot read property 'nodeType' of undefined", source: http://127.0.0.1:54321/Users/Garrett/Desktop/temp%20animation%20files/GrowFromMulti/edge_i ncludes/jquery-2.0.3.min.js (4)
    [0120/120410:ERROR:gles2_cmd_decoder.cc(2990)] [.Offscreen-MainThread-0x7a583470.SharedGraphicsContext]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glClear: framebuffer incomplete (clear)
    [0120/120410:ERROR:gles2_cmd_decoder.cc(2990)] [.Offscreen-MainThread-0x7a583470.SharedGraphicsContext]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawArrays: framebuffer incomplete (clear)
    [0120/120410:ERROR:gles2_cmd_decoder.cc(2990)] [.Offscreen-MainThread-0x7a583470.SharedGraphicsContext]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glReadPixels: framebuffer incomplete (clear)
    [0120/120410:ERROR:gles2_cmd_decoder.cc(2990)] [.Offscreen-MainThread-0x7a583470.SharedGraphicsContext]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glClear: framebuffer incomplete (clear)
    [0120/120410:ERROR:gles2_cmd_decoder.cc(2990)] [.Offscreen-MainThread-0x7a583470.SharedGraphicsContext]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glClear: framebuffer incomplete (clear)
    [0120/120410:ERROR:gles2_cmd_decoder.cc(2990)] [.Offscreen-MainThread-0x7a583470.SharedGraphicsContext]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawArrays: framebuffer incomplete (clear)
    [0120/120410:ERROR:gles2_cmd_decoder.cc(2990)] [.Offscreen-MainThread-0x7a583470.SharedGraphicsContext]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glReadPixels: framebuffer incomplete (clear)
    [0120/120410:ERROR:gles2_cmd_decoder.cc(2990)] [.Offscreen-MainThread-0x7a583470.SharedGraphicsContext]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glClear: framebuffer incomplete (clear)
    [0120/120410:ERROR:gles2_cmd_decoder.cc(2990)] [.Offscreen-MainThread-0x7a583470.SharedGraphicsContext]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawArrays: framebuffer incomplete (clear)
    [0120/120410:ERROR:gles2_cmd_decoder.cc(2990)] [.Offscreen-MainThread-0x7a583470.SharedGraphicsContext]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glReadPixels: framebuffer incomplete (clear)
    [0120/120410:ERROR:gles2_cmd_decoder.cc(2990)] [.Offscreen-MainThread-0x7a583470.SharedGraphicsContext]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glClear: framebuffer incomplete (clear)
    [0120/120410:ERROR:gles2_cmd_decoder.cc(2990)] [.Offscreen-MainThread-0x7a583470.SharedGraphicsContext]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawArrays: framebuffer incomplete (clear)
    [0120/120410:ERROR:gles2_cmd_decoder.cc(2990)] [.Offscreen-MainThread-0x7a583470.SharedGraphicsContext]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glReadPixels: framebuffer incomplete (clear)
    [0120/120410:ERROR:gles2_cmd_decoder.cc(2990)] [.Offscreen-MainThread-0x7a583470.SharedGraphicsContext]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glClear: framebuffer incomplete (clear)
    [0120/120410:ERROR:gles2_cmd_decoder.cc(2990)] [.Offscreen-MainThread-0x7a583470.SharedGraphicsContext]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glClear: framebuffer incomplete (clear)
    [0120/120410:ERROR:gles2_cmd_decoder.cc(2990)] [.Offscreen-MainThread-0x7a583470.SharedGraphicsContext]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete (clear)
    ------ Edge Animate Log.txt ------
    Log file created: Tue Jan 20 12:02:45 2015
    Ticks = 6607      <2695139796> <heliumApp> <1> ?:0: attempt to index a nil value
    Ticks = 6607      <2695139796> <LuaPCall stackdump Type: > <1> nil
    Ticks = 6607      <2695139796> <LuaPCall stackdump Type: > <1> function
    Ticks = 6607      <2695139796> <LuaPCall stackdump Type: > <1> nil
    Ticks = 6607      <2695139796> <LuaPCall stackdump String: > <1>
    Ticks = 6607      <2695139796> <LuaPCall stackdump String: > <1>
    Ticks = 6607      <2695139796> <heliumApp> <1>
        0: field    ?                              - Lua
        1: field    expandTransformFromValue       - Lua
        2: method   getProperty                    - Lua
        3: field    getEffectiveWidth              - Lua
        4:          [unnamed]                      - Lua
        5: upvalue  ?                              - Lua
        6: upvalue  ?                              - Lua
        7:          [unnamed]                      - Lua
        8: global   pcall                          - C
        9: method   send                           - Lua
       10: field    seek                           - Lua
       11: field    seek                           - Lua
       12:          [unnamed]                      - Lua
       13: global   pcall                          - C
       14: field    step                           - Lua
       15: field    commitElementProperties        - Lua
       16: field    commitElementProperties        - Lua
       17: method   stageEndTracking               - Lua
       18:          [unnamed]                      - Lua
    Ticks = 8145      <2695139796> <heliumApp> <1> ?:0: attempt to index a nil value
    Ticks = 8145      <2695139796> <LuaPCall stackdump Type: > <1> nil
    Ticks = 8145      <2695139796> <LuaPCall stackdump Type: > <1> function
    Ticks = 8145      <2695139796> <LuaPCall stackdump Type: > <1> nil
    Ticks = 8145      <2695139796> <LuaPCall stackdump String: > <1>
    Ticks = 8145      <2695139796> <LuaPCall stackdump String: > <1>
    Ticks = 8145      <2695139796> <heliumApp> <1>
        0: field    ?                              - Lua
        1: field    expandTransformFromValue       - Lua
        2: method   getProperty                    - Lua
        3: upvalue  ?                              - Lua
        4: field    updateInlineElements           - Lua
        5:          [unnamed]                      - Lua
        6: global   pcall                          - C
        7: method   send                           - Lua
        8: field    seek                           - Lua
        9: field    seek                           - Lua
       10:          [unnamed]                      - Lua
       11: global   pcall                          - C
       12: field    step                           - Lua
       13: field    commitElementProperties        - Lua
       14: field    commitElementProperties        - Lua
       15: method   stageEndTracking               - Lua
       16:          [unnamed]                      - Lua

  • Edge Animate keeps crashing and cannot find solution

    Hello all,
    Edge Animate is really slow for me and keeps crashing.  I viewed the following thread:
    https://forums.adobe.com/thread/1237275
    but it hasn't solved the problem for me.  is there any more recent work arounds/solutions or what should I do?  I'm running Windows 8.1, also i'm running Microsoft small business server, i'm not sure if this makes a difference.
    hope someone can help, look forward to your reply!
    Tom

    Hi Sudeshna,
    Unfortunately I can't upload the log here for some reason so I have had to upload it here:
    Edge Animate - crash report - Google Docs
    ...apologies for the vastness of it, hopefully you can glean something from it
    Many thanks

  • How to use scrollInToView method in Adobe edge animate

    I would like to use scrollInToView method in one my long pages, but I can't seem to invoke this code, any help would be greatly appreciated.

    Hi, Krutneam.
    We can get the DOM element by using jQuery().get() method.
    If you want to scroll window to pos of "Rectangle" on the main timeline. like this.
    sym.$('Rectangle').get(0).scrollIntoView();
    thanks.
    Ume.

  • Edge Animate 2014 crashes Windows explorer

    While working with Edge 3.0 there were no conflict between win7 and edge. But when my html5 development team updated edge 3.0 to edge 2014 all of us getting this error : "Windows explorer has stopped working" while rightclicking on desktop or copying files from a folder to another. I get this error even while doing nothing (no clicking or pressing keys). And my solution for this crash is rolling back for now. Uninstalled edge 2014 and reinstalled edge 3.0 everyrthing is okay. So is this common error for you guys? Anyone knows a solution?

    Hi preran,
    it's the desktop explorer not the browsers. Adding screenshot... as you can see animatecc2014 even not opened but when I uninstalled it and installed edge 3.0 I don't get this error anymore.

Maybe you are looking for