Possible opacity bug

Or my lack of understanding.

The rectangle on the stage. Convert to symbol. Name it "box". Action for the click box:

$(e.target).css("opacity","0");

Another rectangle with script inside:

var box = sym.$("box");

Alert (Box.CSS ("Opacity"));

1, he warns that it is visible or not.

For me.

Hey John,

When you use e.target opacity is applied to the div that you select. A symbol is just a fancy div, it follows the same structure as HTML, which means that the clickable area for the symbol is the layer of lastmost of your object, and e.target seize some div that you select.

Say you have 4 rectangles within a symbol (let's call it four_rect_sym) and used your code. At the level of the stage, you apply $(e.target)... css as a click to four_rect_sym event, but if you click on one of the rectangles, the code will hit the rect and not necessarily the entire symbol.

In this case, you would be better reference the element symbol if you want than the opacity to be applied to the symbol. SYM.$("four_rect_sym").CSS ("opacity", "0) Yes;

Sarah

Tags: Edge Animate

Similar Questions

  • Edition 4K mxf opacity bug contained in the S - LOG color space

    Steps to reproduce the Bug:

    1. place the two clips from mxf 4 K on your timeline, one in track 1, the other on track 2

    2. expand clip on track 2 on track 1

    3. you will see a ghost image of the clip on track 1 even when the opacity of the clip on track 2 is set at 100% and no blending mode or the effects are applied.

    It happens every time we edit mxf FS700 sony 4 K files little matter the timeline settings.

    The problem is still there even after that rendered or to export sequences but if you change the color of each clips of S - Log on Rec709 the bug disappeared.

    Here's a video showing the problem.

    Deleted

  • Speed and opacity Bug?

    Cannot change the opacity when I made a change of speed in a clip

    Any other gor the same bug?

    When I change the opacity it is the turn of the all Blacks as it is 0

    Make the change of speed on the clip and then nest the clip in a new sequence (make a right click or sequence > nest); to change your opacity on the nested sequence.

    I don't think it's really a bug, but rather a side effect of the order of rendering of these effects.

  • NETGEAR D6000 (Possible Firmware Bug)

    Hello

    About a week ago, I bought a Netgear D6000 - 100AUS ModemRouter. I have it configured manually and everything went well, I was online in 10 minutes. After completing the configuration, I noticed the Firmware update notification on the WebUI devices. I've updated, everything went well.

    Probably the next day, I got home to discover most (if not all) connected devices had issues. The DNS servers configured in the modemrouter were not meet. I think actually fairly quickly that it could be a problem with the firmware up-to-date mixed with the old configuration data saved in the device, so I restored the factory setting and set up again (this time with the Wizard). No problems.

    I get home today, same problem. I discovered that the DNS servers configured in the modem (Googles DNS 8.8.8.8 and 8.8.4.4) were not meet. I can work around this by assigning the DNS server on the computer or the device. DNS servers responded very well, so it was something to do with the modem.

    When this problem occurs, the routers WebUI responds very slowly. As I speak of ~ 5 minutes before I get a login prompt. And it's also across all devices. So this deffinately not a line problem, it seems more like a bug in the firmware. I was talking to a technician on the live chat and he advised me to post here. I hope that someone will see it and maybe work with me to resolve the issue.

    In addition, it is pretty weird. I have an old ISP Telstra has published ModemRouter, it is a Netgear DEVG2020 and looks like it is running similar firmware. That's what I had before, I got off a friend after my prior ModemRouter (TP-Link (A) has been damaged. I couldn't make it work like a ModemRouter and assumed that it was because I didn't have a Telstra business account (it is what it was for). So I got an old Telstra Modem, I have had and used the DEVG2020 just a router. And he was constantly the same f r e a k I n g question. For a long time, I had all devices in the House that is configured with its own DNS to work around him. So yes, I don't know if this information will help you. All I can think is a problem of firmware. But I have no idea. I intend on the Netgear to return next week, but I'm happy to stay with her a little more if a firmware update on the way.

    Thank you!

    I got it exchanged for a Technicolor. No problem now. Deffs a firmware issue.

  • States opacity bug

    Hello

    When I set the opacity of an object lets say for example 70% while in the rollover State, I have it set to 100% it works perfect, but if I don't then copy and paste the object to a new page, he loses the opacity of rolling so it doesn't now have turnover unless I have change the opacity again.

    Hope you can fix this in a new release.

    Thank you

    Sean

    Hi Sean,.

    I tried with composition triggers and slide show widget, however, it works very well for me.

    Have you tried to reset preferences to Muse that I had stated previously?

    Thank you

    Ankush

  • Brush opacity Bug pressure sensitivity!

    My brush opacity responds to pressure from the pen of my wacom tablet, if it is disabled in the control of the dynamics of transfer

    Help, please

    What version of photoshop are you using?

    Usually, if your cs5/cs6 use, then you probably have the substitution of activated opacity in the tool bar options.

  • CWA ISE 1.2 Patch 7 possible comments bug

    Just upgraded an ISE implementation to patch 7 and discovered the patch broke comments CWA portal the wireless. I have not tested the wired CWA but wireless is down.

    In summary, the redirect works fine, but when you enter valid credentials comments nothing happens including no newspaper in the ISE. If you enter the credentials that do not exist in the comments group, you get an authentication failure and the corresponding journal. As soon as I drove back to patch 6 everything worked again.

    If TAC see what engineers do not hesitate to continue - I would connect a case but the kit is NFR and I can't be bothered going through the process of logging to a job on the NFR kit.

    Please visit CSCuo16503

  • Possible a bug of cascading select list

    Hi people,

    I created a dynamic action "onChange" in a page called "P5_COD" element Always of value of "P5_COD" changes, it runs the PL/SQL code above to fill the page elements with data from database:

    Select

    PERIOD,

    BEGIN_DATE,

    END_DATE

    in

    : P5_PERIOD,.

    : P5_BEGIN_DATE,.

    : P5_FINISH_DATE

    Of...

    BEGIN_DATE and end_date are page elements "selection list. They are "Cascading LOV Parent article (s)" of the PERIOD (select list too).

    The problem is: 'onChange' dynamic action doesn´t work to load the elements of page BEGIN_DATE and end_date.  BEGIN_DATE and end_date loading default data, not the data of database.

    Any idea?

    Thank you

    Bsalvador

    Bsalvador

    First of all the code you listed does not change the value of objects client only in session state-side. In other words only on the server.

    Use a dynamic action of type 'Set value' to change the value on the client side.

    Then change the value of P5_PERIOD will trigger the change of the P5_BEGIN_DATE LOV: P5_FINISH_DATE and the values of these elements are initialized to null (client side only).

    In a similar challenge to define the value of the mother and child at the same time, I'm done setting the value of the child element in a hidden item. And on the afterrefresh event of the child, the value is set to the child.

    See this demo , I realized for the challenge.

    Nicolette

  • Automation kit home

    I have 5 bulbs of Hue in my house and I've implemented each of them in different rooms and different floors in my house. They work perfectly when I'm home or outdoors. Remote access was not a problem. However, Automation has been a problem. If I have set them to turn on at a certain time during the week, they light up on certain days of the week and not on others.  They light up the morning weekend day. Then they turn on random on the day. I continue to check if they are all the time, when I'm home or out or turn off. The geofencing does not at all.

    Wat can I do? Is - this fixable or just a glitch in software that only Apple can fix, if enough people's complaint.

    I was going to get an Automator garage door, but now I'm not sure.

    Thank you.

    Could be a possible problem/bug with iOS 10.  See this similar thread - Home automation what iOS app does not work.

    Consider joining Apple Support and having connected problem/bug.

  • Message at startup: DO NOT POWER OFF SCAN 50L5333DG

    Dear jury,

    Here we have a 50L5333DG LCD.
    Check regularly to be able to we have a black screen with the message:

    DO POWER OUT

    SCAN

    Progress bar from 0% to 100%

    It never end.
    Restart TV is usually ok or when unlucky give the same screen.

    Is it possible a bug in FW firmware: v1.0.5.07 (MP)?

    We do not see the firmware update.

    Anyone's ever seen this problem?

    Kind regards.

    Hello

    Have you tried to reset the TV?
    If this is not the case, try.

    Retune the TV tuner, and then test the functionality of TV once more.

    Also, check the user manual page63
    http://www.Toshiba-OM.NET/LCD/PDF/English/L5333-405058-English.PDF
    You will find info how to disable the automatic update of firmware and installation

    But if the message will not go away, contact the service point in your country to check if a hardware problem could be the reason of this message.

  • Address MAC WUMC710 problems when using MAC filtering

    I recently bought the point WUMC710-HQ AC wireless to connect to my router EA6500.  Generally, the WUMC710 seems to work.  I was able to connect to the router wirelessly on the 5 GHz band and flow EA6500 a NetFlix video with no problems.

    However, there is a major problem that comes makes no logical sense for me:

    When I turn on the wireless MAC address filtering of the EA6500, the WUMC710 does not connect to the EA6500router.

    Yet, I 8 eight other wireless devices on my network which connect very well to the EA6500 when the MAC address filtering is enabled.  Thus, the question seems to outright to WUMC710.

    The address printed on the product shipment to the ends of the box with numbers XX:1 d.

    This address matches the address printed at the bottom of the WUMC710 MAC. (normal)

    My EA6500 router recognizes this MAC address as the correct MAC associated with the WUMC710 (when MAC filtering is enabled).  But as soon as the MAC filtering is turned on, the WUMC710 does not recover to the router. (I checked the MAC address, that I walked into the filter at least a dozen times, and she entered correct - but all my other wireless devices connect OK).

    This is a point that seems strange on the MAC address associated to the WUMC710:

    When I am able to connect to the WUMC710, State--> tab Device illustrated the right address MAC I use to filter.  But when I check the status--> network wireless tab, it displays the MAC address wireless like: XX:1E.

    So, now, I try to get into this 'new' MAC address in the MAC of the router EA6500 filter just to see if it will work with this MAC address "without papers" of the wireless device.  At first, it seems to work.  The WUMC710 of blue light will come on indicating that a wireless connection has been established with the router.  BUT nowhere in the web interface of EA6500 says that the WUMC710 has a DHCP connection with the router.  And, if I connect my laptop directly to one of the WUMC710 Ethernet ports, there is no connection to the Internet via the router (as long as the MAC filtering is enabled).

    I did Factory Reset a few times now and no difference.

    Firmware is the factory default - it is there no update of the firmware available, yet.

    I spent several hours trying to understand what is happening with this device and go round and round in circles in trying different things.  I can only conclude WUMC710-AC is defective, or requires a firmware fix - but none are available.

    Am I missing something here?  Or Cisco does suggest a fix for the firmware for the WUMC710-AC?

    (I don't really like to run my network wireless MAC address filtering active wireless.)

    Kind regards

    Jeff

    Cisco-Linksys 2 support with me today confirmed what I thought it was a possible firmware bug, is actually undocumented features of the WUMC710, by design.  And they agreed that they will update the documentation for WUMC710 to take account of these features and system requirements.

    Just like a reference to new users of the WUMC710 AC wireless bridge, I will summarize here the requirements for WUMC710 wireless bridge to work properly with the router, Cisco-Linksys AC6500 Wireless, when MAC filtering is enabled.  If all goes well, this information will save some other people the many hours I spent to dig through the documentation and the FAQ to try to understand what it takes to connect successfully devices behind the bridge of WUMC710 to the AC6500 router - when the MAC address filtering is enabled:

    The following MAC address must be entered in the AC6500 router table filtering of MAC addresses to connect devices behind the bridge WUMC710 wireless to the Internet:

    1. The MAC address of the bridge wireless WUMC710 wireless.
    2. The address MAC LAN of the WUMC710 bridge.
    3. Addresses MAC LAN of each LAN device connected to the LAN Ports of the WUMC710 bridge.

    That in a few words.

    With this information, devices behind the WUMC710 of Internet connection (with the active MAC filtering) is a breeze.

  • PowerConnect 7048 Port Mirroring

    Hello everyone,

    I'm trying to mirror two ports on my 7048 Powerconnect switch. One of them is a Trunk Port, and the other is just a port not marked. I don't see any incoming traffic on port of destination. Is it possible a bug in the Web management interface, which does not apply this correctly?

    Current firmware 4.2.2.3

    Thank you

    David

    We can try to activate the admin mode. I couldn't find the command to do this, but in the GUI there is a drop down under the switch > ports > traffic mirror > port mirroring. Allowing and see if the behavior changes.

    I am also curious to see of any change in behavior after an update of the firmware.

    Thank you

  • WCS - Lobby Ambassador users don't see the other guest users

    Hi, we currently have the problem with WCS 5.2 that a user from the group "Lobby Ambassador" can be seen guest users that have been created by another user in this group. The user can only see his own guests created users. All are in the same virtual domain which is the root domain.

    I think that this behavior was not that way in previous versions, here all guest users were visible to all users of the Ambassador Hall.

    I couldn't find any hint in the documentation about it.

    Is it simply a change in behaviour (works as expected) or is it possibly a bug?

    It comes to the operations set out in point 5.2. The function was added by the requests of numerous customers. In 6.0, there will be an admin button to allow all the ambassadors Hall to see all users comments.

  • Strange behavior of audio subsystem after update Dev Alpha 10 to 10.0.9.388

    Hello world!

    Has anyone noticed a strange behavior of the behavior of 10.0.9.388 audio subsystem firmware. Recently, after firmware update Dev Alpha 10 to 10.0.9.388 subsystem audio misbehavies in the following way:

    (1) if the external headphones/speakers connected to the audio line-out looks to be preprocessed by low-pass filter and surround effect. The device reported by AudioManager is/dev/snd/pcmPrefferedp. Would it be a bug in formware and re-routing audio internal speaker to the line-out socket did not exclude specific pre-treatment?

    (2) on the previous firmwares if audio goes out of the internal speaker and then the helmet is connected to Jack line out change of itinerary was seemlesly happening and he kept playing with headphones without additional measures in the application. Now, peripheral audio is not consume audio samples and so crashes until it is closed and reopened.

    On the previous firmwares were not all the problems of this kind. Would be - what a few unlucky flashing firmware try (if it is still possible) or bug of 10.0.9.388.

    It will be good to hear comments & thoughts about these questions.

    Best regards

    Dmitry.

    I suggest to create two entries Issue Tracker: https://www.blackberry.com/jira

  • SX20 Time Reset

    Hello

    I encounter this problem on endpoints SX20. I used to adjust the setting of the time and place it at the exact time whenever I powered on the system. Is this a normal life when the codec is turned off, the time resets the default settings?

    Thank you.

    BR,

    Acevirgil

    Hello

    Also a possibility of bug, I was thinking an internal battery problem. In any case, do you have a NTP server in your network? A solution would use an NTP server, which is highly recommended for video conference indeed. Because if the weather is bad, you can have problems with the H323 Protocol, for example, if the client time is too different from the time of VCS, the registration can be rejected, I've seen issues like this before.

    If you are unable to use NTP, I suggest you open a TAC case, because it seems to be a hardware problem or bug.

    Concerning

    Paulo Souza

    My answer was helpful? Please note the useful answers and do not forget to mark questions resolved as "responded."

Maybe you are looking for