Popup window doesn't show in correct position in responsive design (was: place object at cursor)

Hi Everyone,
I'm creating a software demonstration using screen captures and Edge Animate.  There are popup windows in this product where the user hovers the mouse over a row of data and a popup appears at the mouse position with more information about that data.  I have used
sym.$("myObject").css({"position":"absolute", "top":e.pageY , "left":e.pageX});
and it works fine until I set the stage to "responsive" or I scroll down the page to access more rows of data.  When this happens, the popup appears far from the mouse.
I'm not a strong coder, but does anyone know how I can get Edge Animate to recognize the true position of the mouse on the screen and then tell the popup to appear there?
Any advice would be appreciated.
Thanks
Randy

Sorry to hear about that. The problem is with the following line:
mySymbolObject.element.css({'position':'absolute','left': (mouseX - offset.left)/sx , 'top': (mouseY - offset.top)/sy});
If you change it to the following:
mySymbolObject.getSymbolElement().css({'position':'absolute','left': (mouseX - offset.left)/sx , 'top': (mouseY - offset.top)/sy});
It should start working.
With the refactored runtime, some of the internals have changed for various classes, but we have made sure that the public API's do not break. getSymbolElement() is the public API available which returns the underlying element wrapper for the symbol. Hope this resolves your issues.
-Dharmendra

Similar Messages

  • Maps doesn't show the correct position - Asha 311

    Nokia asha 311 latest update
    My maps don't show the correct position. Why?
    Moderator's Note: The subject was amended as the post was moved to the correct board.

    There is no in built GPS chip, so reliant solely upon network triangulation for location which may mean several km out.
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • News feed on my Facebook app doesn't show the correct time. Can the time be set?

    News feed on my Facebook app doesn't show the correct time.  Can the time be set?

    Does your phone show the correct time?
    If not, change the time on your phone, see if it helps.
    If it does, then sign out, sign back in. If that fails, the delete and reinstall. If that fails, then contact Facebook, as they're the developers of the app and will have the proper documentation to help you further.

  • Calendar Third Sunday of February doesn't show the correct day in all years

    Calendar Third Sunday of February doesn't show the correct day in all years?
    The day of month repeats the same day as saturday.
    Example: February 20 2010= Saturday. Sunday shows 20 and not 21.
    February 19 2010= Saturday. Sunday shows 19 and not 20...
    I'm in Brasil, where DST begins exactly on the third sunday of February (coincidence?)...But the problem persists even if I deactivate the hour fuse control !

    Yes, it's a DST issue. I've had this problem before at both ends of DST.
    You can submit feedback to Apple: http://www.apple.com/feedback/iphone.html.

  • Skype window doesn't show up after logging in

     After I log in to Skype I see the icon show up in my task bar but the window doesn't show up and clicking on the icon doesn't do anything.
    And the times when the window DOES show up after signing in, it's not responding. 
    Is there a way to fix this? I have the latest version of Skype and am using Windows 8.1

    Please,  run the DirectX diagnostics tool (32-bit version).
    Go to Windows Start and in the Run box type dxdiag.exe and press the OK button. This will start the DirectX diagnostics program. Run this diagnostics and save the results to a file. Please, attach this file to your post.
    Be aware that you will have to zip this file before attaching it here.

  • Region Popup Dialog doesn't show up in Detach mode

    issue description:
    1.     There is a task-flow: filter-task-flow.xml, there is method call as default activity and always route to next one view activity filter , refer to below filter.jsf code
    <af:panelGroupLayout id="pgl1" layout="vertical">
    <af:popup childCreation="deferred" autoCancel="disabled" id="filterpopup" binding="#{backingBeanScope.filterBean.p1}" contentDelivery="lazy">
    <af:dialog id="d2" ……/>
    </af:popup>
    </af:panelGroupLayout>
    2.     In my report.jsff page, there is a command button and a region with filter-task-flow.xml , refer to below
    <fnd:applicationsTreeTable featuresOff="wrap " actionsMenuRendered="false" primaryToolbarRendered="true" secondaryToolbarRendered="true" >
    <f:facet name="treeTable">
    <af:treeTable …..>
    </af:treeTable>
    </f:facet>
    <f:facet name="appsTreeTableSecondaryToolbar">
    <af:toolbar id="t1">
    <af:commandToolbarButton id="filter2" text="Filter" rendered="true" >
    <af:showPopupBehavior triggerType="click" popupId=":::fr1:filterpopup"/>
    </af:commandToolbarButton>
              </af:toolbar>
    </ fnd:applicationsTreeTable>
    <af:region value="#{bindings.filtertaskflow1.regionModel}" id="fr1"/>
    3.     In page definition reportPageDef.xml for report.jsff page, there is below definition.
    <taskFlow id="filtertaskflow1"
    taskFlowId="/WEB-INF/…../filter/flow/filter-task-flow.xml#filter-task-flow"
    xmlns="http://xmlns.oracle.com/adf/controller/binding"
    activation="deferred">
    <parameters>
    <parameter id="selectedSubTab" value="#{backingBeanScope.apprAppraisalPMOCRBean.selectedSubTabKey}"/>
    <parameter id="planId" value="#{backingBeanScope.apprAppraisalPMOCRBean.planId}"/>
    <parameter id="mgrEventId" value="#{backingBeanScope.apprAppraisalPMOCRBean.mgrEventId}"/>
    </parameters>
    </taskFlow>
    4.     Now if I go to this page(report.jsff) and click command tool bar button Filter , popup dialog works. And enter Detach mode, click Filter again, popup dialog works.
    5.     But if I go the this page(report.jsff) and enter Detach mode before clicking Filter button, then try to click Filter button, popup dialog doesn’t show up without any issue/error in UI & console. Then I exit Detach mode, and click Filter button again, It will still not popup any more until you reopen the page and click Filter button firstly.
    Appreciate for any suggestion. Thanks a lot.

    resolved. just need move dialog from region to report.jsff page and keep table content in region. that's all

  • The downloads window doesn't show files that I download them.Please, Note: Iv'e already installed IDM 6.04 Build 2 & IE 8 is still my default browser.

    The downloads window doesn't show files that I download them.Please, Note: I've already installed IDM 6.04 Build 2 & IE 8 is still my default browser.

    neuwerld wrote:
    Ohh thanks guys!
    It worked as a charm, and thanks Brisbin33 for the autostart.sh tip.
    So the thing that caused my whole system not to work as it should was that I forgot to put a "&" after conky?
    haha that´s kinda anoying I have been sitting and looking through like a milllion files looking for the answer
    But again, really thanks!
    /Neuwerld
    that little "&" sends the conky process to the background freeing up the current process (your autostart.sh script) to finish doing what it's doing so you can move on to running openbox itself.  with this in mind, it should be obvious why keeping conky in the foreground would cause problems.
    also, replacing it with (sleep 1 && conky) & means... wait a second, when that's done successfully (&&) run conky, and put all of that () to the background.  that way openbox comes up immediatly and only a second later you've got your panel and monitor.
    all this after .xinitrc and before openbox

  • Serial entry window doesn't show up

    Hi,
    I have an application in TS 3.5 In fact i copied this application from a previous one. When i run a test, the serial input window doesn't show up. What is more when the main seq reaches end, it goes to cleanup, then postuut and then runs main sequence again immediately. But i want the operator to enter a serial number and initiaize the test. I never faced this problem before.
    I hope there's s'one who can help me soon

    What process model are you using?  Has it been modified? 
    Does your sequence file include the PreUUT callback sequence in it?   If so then you will not see the default serial number input dialog if you are using the Sequential Model and the TestUUTs entry point. 
    The serial dialog box is part of the PreUUT callback.  If you open your process model and then open the PreUUT sequence in there you should see two steps (assuming no one has changed it).  One displays the dialog and the other sets the serial number. 
    If your sequence file (not the process model) contains a green sequence called PreUUT then the one in the process model doesn't get called. 
    A good litmus test for this is- Open a blank sequence file.  Run it using Test UUTs.  If you see the serial input dialog then your model is good to go and the issue is with your sequence file.  If you don't see that dialog then something has changed in your model.
    Hope this helps,
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • Login Window doesn't show all account

    Hi all folks,
    I migrate an old OS X Leopard with some Accounts to OS X Yosemite but the Login Window doesn't show all Accounts.
    And the Guest Account and the Other Account icon is outside the screen.
    Any idea how to order the Accounts in the Login Window, it seems to be the Login Window can't handle more than five Accounts.
    Thanks for any suggestion,
    Lutz

    Hi again,
    Thanks for your reply.
    I have done the unbind and performed the bind operation again, but its still happening. I have now put a second system in and its doing it on that one too.
    I was wonding if there is some way of making sure that Samba is fully started before the login window appears.
    Thanks,
    Andrew McCall

  • Print preview and print doesn't show the correct out put result when i connnected with EPSON LX-300+II

    I hava an html webpage with css & print css. The print preview and print doesn't give correct output there is alignment problem when i connected with EPSONLX-300+II. But iam connected with hp laserjet they show the correct output with firefox. Please fix the problem as soon.....

    I have same problem as you, but later I know how to deal with it.
    1. change your print default preferences to
    print quality into (120x144 dpi, or other which suites you)
    mine goes well to 120x144 dpi
    2. Before print enter File->Page setup, set true to option shrink to page width
    in order to fit your page into your desired paper
    (firefox will resize your content to suit the paper you choose).
    If you dont want this you can disable this option.
    3. Still in Page Setup, if checkbox "Print background (color & images)" is unchecked then
    white text will be printed black.
    Set this checked if you want to print white text as it is color.
    I hope it answers your question.
    Steve
    http://www.dailymobilegames.com

  • IPhone World Clock doesn't show the correct times

    How do I get the iPhone to show the correct World Clock times. I have the time zone set to San Diego and the clock time is correct. When I set San Diego as one of the World Clock times it shows a time 7 hours behind. New York is 4 hours behind instead of 3 hours ahead, the same 7 hour bust.

    emr1100 ,
    Have you tried resetting the phone.? Hold down the sleep/wake button and the home button until it restarts. If that doesn't work, try a restore....please back up your data with a sync before you restore the phone. If that doesn't work take it back to the Apple stor and let them take a look at it. They will fix it or give you another phone. Another idea...call AT&T to see if sometining can be "reset" on their end. You never know ...that might work also.
    will2b

  • Bonjour Windows Doesn't show any printers

    Hi, i got the ePrint app on my iphone and am trying to set it up. It shows two ways to connect either through bonjour or an ip address. I have the ip but it doesn't work when i type it in. Bonjour loads up fine it just doesn't show my printer, below is my printer I was able to pull up all this relevant info.
    Network Printer Name: 520C85000000
    Bonjour Service Name: Canon MP560 series _520C85000000
    I went through the firewall and it shows that i have given bonjour access to pass through but it can't find my printer what do i do?

    Thank you. This has not solved the problem however. We followed the instructions to verify that it is finding the driver correctly. It is finding the correct driver for the printer.
    Once we had completed this Bonjour registered a printer, an HP Photosmart. We are working with an epson2200, and did not have any HP items selected or installed. While perhaps this is a step in the right direction (previously Bonjour showed no printers available...)
    Any other references you can think of that might help?
    Thank you Thank you. Much obliged.

  • Login window doesn't show up after installing

    So I downloaded all the updated released yesterday, including 10.5.2 combo update, Leopard Graphics Update 1.0 & iLifeSupport 8.2. Then I installed them all, restarted my Mac just fine. However, after I installed Application Enhancer & logged out, the login window couldn't show up ever since.
    Then I tried the following solutions:
    1 startup in single-user mode, fully mounted the boot volume, removed /Library/Application Enhancers & /Library/Preferences/Application Enhancer.prefPane ; then I tried to reboot, login window didn't show up.
    2 startup in single-user mode again, fully mounted the boot volume, used the following command:
    mv /Library/StartupItems StartupItemsOld
    mv /Library/Preferences/SystemConfiguration/preferences.plist preferenceOld
    mv /Library/Preferences/loginwindow.plist loginwindowOld
    mv /Library/Preferences/DirectoryService DirectoryServiceOld
    rebooted again, login window still doesn't show up.
    So if anyone could help me out, Thank you very very much!
    also, I found two strange files in the root directory: mach_kernel, mach_kernel.ctfsys. What are this two files for?

    Sounds like you need to run the repair disk routine on the installation disk's version of Disk Utility. Failing that, you could try going into single user mode on startup. Restart the Mac while holding both CMD & S. When you see the code screen and prompt >, type *fsck -fy* (note the space after the k) then hit return. Hopefully things get repaired. Once complete type reboot and hit return

  • Chinese Pinyin input candidate window doesn't Show up

    Hi,
    Sometimes when I switch to Pinyin (Simplified Chinese) input mode, when I start typing, the candidate window (that lists possible matches) doesn't show up, but if I type space it still produces the first candidate. This problem is not consistent, sometimes it occurs, other times it's fine.
    This happens everywhere, in browsers, text editors, etc.
    Any idea what the problem might be?
    Thanks!
    Bob

    I don't know what causes the problem. But I know a solution that you may try next time the candidate window disappears.
    Click the language symbol in the menu bar, and open "Preferences". Then choose the "Candidate Window" tab, and change the window direction to "Vertical". Close the Preferences window, and try to type something in any text field/box. You'll see the candidate window comes back.

  • IPod Preference Window Doesn't Show in iTunes

    My computer recognizes my iPod but the preference window does not show up so I can't add new playlists or make changes. It syncs but I need that preference window. How do I get it back? I had to do an archive and restore last week...would that affect it?
    Thanks.

    If Windows recognised it, there is a good chance of recovery, by using Chkdsk
    go to DOS and type in
    chkdsk drive: /F
    where drive: is the iPod drive ID either D: or E:
    The above operation will try to fix any iPod filesystem error.
    Then iTunes will pop up, or you may have to Reset iPod while still connected to the PC.
    Antivirus has a tendency to freeze Itunes sync Operation with Ipod Classic, causing a timeout, which corrupt your Ipod filesystem, so when iTunes cant read the iPod, it is pointing to this problem. Other causes is when your iPod hardisk is dying, or your battery is dying causing hardisk crashes, (back to the pre-Apple II days).
    My suggestion.
    Connect your Ipod to the PC and run chkdsk, to fix any iPod diskerror, then disconnect it, after chkdsk complete.
    Disconnect your PC from Internet. (just to make sure no nasties creep into your system while you syncing.
    Stop the Antivirus program
    Connect your Ipod to the PC
    When Itunes Open up, Restore your iPod please, this is for iTunes to map correctly, to fix the corrupted filesystem.
    When Restore complete, eject the iPod and reconnect again.
    Sync your ipod, preferably manually Manage in small batches and disconnect after every batch, to check that all is well, since you got such a huge library.
    When all sync is complete, and iPod disconnected, start back your Antivirus and connect back the Internet.
    Good Luck! and have a Nice Day!

Maybe you are looking for

  • Questions on filtering and sorting an arraylist

    Hello All, I'm trying to figure out a better way to do this code, but what I'm doing is taking an arrayList and filtering it using iter.remove(), based on a criteria I have, then take the results and sort them. The code below works, but I was seeing

  • Nokia lumia 510, mobile hangs

    My mobile hangs in between calls made or received. To again use my mobile I need to take out my battery and restart the device. From the experiences of my mobile shanging(atleat it has hanged for 15 times in 1 week) I have noticed that when my intern

  • Bug in  oracle.toplink.internal.helper.JDK14Platform?

    It looks like JDK14Platform tries to compile the text we are searching as regular expressions... Yet the descriptions we are searching can contain special characters like "{" or "+"... Caused by: java.util.regex.PatternSyntaxException: Illegal repeti

  • Helppppp idk how but a few of my songs are stuck on replay!!!!

    Helppppp!!! theres a downward arrow next to a few of my song titles(only the titles) and only those songs play on repeat like some sort of shortcut playlist in my full library. idk how it happened and idk how to get rid of it!!! please help meee!!!!

  • .ics file opened as plain text

    Hi, I create a hyperlink to an .ics file on my webpage. But it always show the plain text in the browser instead of download the file. Could anyone help? Thanks a lot.