Drag layer 'bug' in IE

Hi,
My Drag AP element web page works fine in Firefox, not at all
in Opera, and quirkily in IE7. I can live without Opera, but I have
to fix the quirks. Placing the cursor over the div will not allow
me to drag it when the div is small (under about 20x20 pixels).
They CAN be dragged, but only by placing the cursor outside the
div, about 5-10 pixels away in the direction of the bottom right!
The draggable divs are not nested. I'm using Dreamweaver CS3.
Does anyone have a fix for this? I'd greatly appreciate it.
Andrew

Hello,
The IE will do some code compiling on page load and will
remove some of the attributes that have an invalid syntax from the
DOM. Because of this when the Spry will start evaluate the page the
Spry placeholders don't exists anymore and Spry can't replace them
with the actual data.
I'm not yet very clear why the page works without that meta
description. A thing yo can try is to change your code to this:
<td style="background:url('{img}') repeat-x left
top"><img src="{img}" /></td>
because the {} are illegal in CSS
Cristian

Similar Messages

  • Rotate images with Drag Layer?

    Is there any code to allow me to rotate the images that I'm
    using with the Dreamweaver Behavior "Drag Layer". I don't mean
    rotate as in change images, I mean actually rotating the image by
    dragging a selection handle any number of degrees a person wants
    to. Just like you can do in image editing programs. Besides being
    able to move images on the screen I also want people to be able to
    turn the images any way they want .
    Thanks.

    No. You woud have to do the whole thing in Flash to achieve
    something like
    this.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "rodable" <[email protected]> wrote in
    message
    news:egrfk2$o8t$[email protected]..
    > Is there any code to allow me to rotate the images that
    I'm using with the
    > Dreamweaver Behavior "Drag Layer". I don't mean rotate
    as in change
    > images, I
    > mean actually rotating the image by dragging a selection
    handle any number
    > of
    > degrees a person wants to. Just like you can do in image
    editing programs.
    > Besides being able to move images on the screen I also
    want people to be
    > able
    > to turn the images any way they want .
    > Thanks.
    >

  • Chess game variant - help using JLayeredPane and the drag layer.

    Hi there!
    I'm making a game based on chess, but with slightly different rules. The code at the bottom of this thread...
    http://forum.java.sun.com/thread.jspa?forumID=57&threadID=518707
    ... forms the basis of the game board, and this is how I have implemented the dragging and dropping of pieces. My game, however is slightly different as there is a single neutral piece (the ball), which players can manipulate by moving one of their pieces to the square containing the ball, then moving the ball to another location.
    When a player clicks and drags a piece to the ball square, then releases, I want to attach the 'ball' JLabel to the mouse so that the player can move it around the board WITHOUT holding down the mouse button. Then, when the player clicks again the ball is moved to the new square.
    The only problem I have is attaching the 'ball' to the mouse so I can move it around (without the user having to hold the mouse button down). I thought about tried using the drag layer, but I couldn't quite get that working. I also thought about using the mouseMoved(MouseEvent e) and mouseClicked(MouseEvent e) methods.
    I'm pretty new to this coding stuff, so any suggestions would be great.
    Thanks!

    Using the drag layer isn't going to work unless you are using an honest to goodness component for the ball. Your other option might be to try to use the glasspane, which is a pain in the neck, or a floating window component.
    In any case,I built the code below for dragging Windows around in a frame. You're free to use it but please site me in your school or business work
    package tjacobs.ui;
    import java.awt.*;
    import java.awt.event.*;
    public abstract class WindowUtilities {
    public static Point getBottomRightOfScreen(Component c) {
         Dimension scr_size = Toolkit.getDefaultToolkit().getScreenSize();
         Dimension c_size = c.getSize();
         return new Point(scr_size.width - c_size.width, scr_size.height - c_size.height);
         public static class Draggable extends MouseAdapter implements MouseMotionListener {
    Point mLastPoint;
    Window mWindow;
    public Draggable(Window w) {
    w.addMouseMotionListener(this);
    w.addMouseListener(this);
    mWindow = w;
    public void mousePressed(MouseEvent me) {
    mLastPoint = me.getPoint();
    public void mouseReleased(MouseEvent me) {
    mLastPoint = null;
    public void mouseMoved(MouseEvent me) {}
    public void mouseDragged(MouseEvent me) {
    int x, y;
    if (mLastPoint != null) {
    x = mWindow.getX() + (me.getX() - (int)mLastPoint.getX());
    y = mWindow.getY() + (me.getY() - (int)mLastPoint.getY());
    mWindow.setLocation(x, y);
    }

  • Hue/Saturation Adjustment Layer Bug in Photoshop CS6

    I noticed that most of the time I cannot copy a Hue/Saturation adjustment layer in Photoshop CS6. (In about a third of all cases it works, in all others I have to create a new Hue/Saturation adjustment layer).
    Hitting Command + J will cause my Mac to make an error sound.
    Option + delete also doesn't work half the time.
    Also: I cannot do a "Stamp visible" above a Hue/Saturation adjustment layer. Hitting Command + Option + Shift + E will bring another error sound.
    I have to creat a new layer, and then create a stamp visible. But half the time this doesn't work, either. Hitting Command + Shift + N will give me another error sound.
    I have to create a different adjustment layer, then an empty layer, and only then I can create a "stamp visible".
    Only Hue/Saturation adjustment layers are affected by this - but it's a true hold-up.

    What Mac? What version of OSX? That aside, your issue sounds too exotic to be a genuine bug. Sounds more like some specific combination of settings is preventing this. could be anything from blending tricks to color profiles...
    Mylenium

  • Symbol Layer Bug?

    Hi, not sure if this a bug or not. Thought somebody might
    have a quick fix for this problem:
    I was doing some lip syncing, using a graphics symbol to pick
    which syllable the person was saying by changing what frame of the
    graphics symbol was shown. All of a sudden, 200 frames down the
    line (I did the mouth all on one layer), the graphics symbol
    wouldn't change to a different frame within itself. I'd experienced
    this before, ignoring it in the past, but it's getting very
    annoying. It happened randomly with my guy's arm when I changed the
    bend of his elbow by trying to replace it with another symbol. It's
    starting to hinder my production speed.
    Is this a glitch? How do I fix it (without just ditching that
    layer and starting a new one)? Thanks in advance.

    It isn't which version of the authoring tool you are using --
    well except in the limiting sense.
    But since you are using CS3 you could be publishing to AS3 or
    AS2. If you set the x position on the stage how are you doing it?
    myClip._x=10;
    or
    myClip.x=10;
    ?

  • CS6 Info Palette and Group Adjustment Layer Bug

    The Photoshop CS6 Info Palette is not showing before and after in Grouped Adjustment Layers.
    It only shows the after values on both sides of the Palette.
    Has anyone seen this issue and found a way to correct it?
    Interestingly, here at work we have two macs with the problem and two without the problem.
    The two macs with this problem are:
    Mac Pro
    2 x 2.93 Ghz 6-Core intel Xeon
    96 GB 1333 HZ DDR3 ECC
    ATI Radeon HD 5770 1024 MB
    OSX Lion 10.7.5
    The two macs that work correctly are:
    Mac Pro
    2 x 3.06 Ghz 6-Core Intel Xeon
    96 GB 1333 HZ DDR3 ECC
    ATI Radeon HD 5870 1024 MB
    OSX Lion 10.7.5
    Does anyone know what might cause this problem?
    A little frustrated by this.

    I am also having this issue.  It works on my MacBook, but not my iMac.  The only difference I see is that my MacBook is running 13.0 Extended, but the problem iMac is running 13.0.4 Standard.  On the problem computer I have tried logging in as a new user (clean prefs) and the issue still exists.  I've tried changing profiles, preview and proof settings with no difference.  I've also tried different eyedropper settings (current layer, all layers, etc) with no difference.  If I drag the correction layer out of the group, the readings show correctly.  If I move them back INTO the group, they only show the corrected values. Very odd.
    Problem computer specs:
    Photoshop CS6 Standard (13.0.4 x64)
    iMac 21.5" 2.7GHz quad-core Intel Core i5
    16 GB 1600MHz DDR3
    NVIDIA GeForce GT 640M 512M
    OSX Mountain Lion 10.8.3
    Working computer specs:
    Photoshop CS6 Extended (13.0 x64)
    MacBook Pro 17-inch, Mid 2010 2.53 GHz Intel Core i5
    8 GB 1067 MHz DDR3
    NVIDIA GeForce GT 330M 512 MB
    OSX Mountain Lion 10.8.2

  • Adjustment layer bug - or is it just me?

    Somebody please try this and tell me if it's a bug or just me ...
    Create an adjustment layer over some video -- any video.
    Add 2 effects to the Adj Layer: Fast Blur and Levels.
    Set blurriness to 50. Set RGB White Input Level to 50.
    Now you should see Blur and Levels applied. All good so far.
    Now add some keyframes so the blurriness animates.
    How's it going?
    On my system, as soon as I try to animate 1 or more of the effects, they stop working entirely.
    This appears to be a bug. Or am I missing something?
    My workaround has been to use TWO separate Adj Layers on top of each other, but that is cumbersome and annoying.
    If anyone else experiences this, please file a bug report so we can get this resolved!
    Here's the link: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    You can just paste in the body of this post

    I tried the approach you've outlined.  I'm able to see the original effects on my clip as it plays, but the bluriness value doesn't animate.  I also tried using Gaussian Blur.  Same result.  I tried changing the order of effects.  Still didn't animate.
    I haven't used adjustment layers too much, yet.  I did use them on a project I finished last week, however.  I never ran into this on that project since, in my case, I wanted to keep my effects on separate adjustment layers anyway.
    But good to know there's another bug, or just the way it was built.  Maybe it's a feature request. 

  • Adjustment Layer bugs

    Hello,
    I have a few problems using adjustment layers:
    1. If footage beneath adjustment layer is scaled down, the effect of adjustment layer is also scaled down (see example)
    (Sequence is PAL Widescreen, Footage - XDCAM EX 1080i scaled to 55%)
    And it doesn't matter if I use 'sequence sized' or 'footage sized' Adjustment Layer.
    The effect is always the same.
    But if I stack two adjustment layers - effect of second one affects the whole frame.
    Problem no. 2
    I use "Levels" and "Gaussian or Fast Blur" on adjustment layer.
    But if "Levels" are turned on, it cancels the effect of Blur.
    Thanks in advance,
    Tomas M.
    P.S. Mercury Playback Engine Hardware accelerated (GeForce 570GTX)

    OK Jim, I'll try to express myself more clearly (although Averdahl and TomZid2012 understood me)
    Sequence is PAL widescreen.
    Footage on [Video 1] is XDCAM EX 1080i. It is scaled to 55% to fit PAL.
    If I add AL to [Video 2] with any effect (CC, Blur, Levels, it realy doesn't matter), then the footage is affected only
    in smaller region (see my attachment - it shows the effect of Fast Color Corrector, cranked up).
    But if I scale AL just a bit - then everything works fine and the whole frame is affected by AL.
    The same thing happens even with stills (if they are scale down).
    Averdahl says that it's already filled as bug. And you should be able to reproduce it from my previous (or this) post.
    But if it helps - I can send you small project with footage.
    Regarding blur - I know how "Repeat edge pixels" functions. And I know how to troubleshoot such things.
    I'm not a novice. I've tried all possible combinations of blurs+levels.
    But as I said - it happens randomly, so at the moment I can't reproduce this situation.

  • Photoshop CS3 Selecting top layer bug

    Hi,
    I think I've just found a bug in Photoshop CS3 for Mac.
    When trying to select the first layer in the layers palette the selection hangs for several seconds before becoming responsive. This only happens when selecting the first layer in the layers pallette.
    I'm using a MBP i5 running Snow Leopard.
    I was able to reproduce this anomaly on a college's machine who is also on a MBP, running Snow Leopard but has a Core 2 Duo chip.
    Brian

    Sorry, I was wrong about 10.0.2.
    Of couse Adobe should fix a bug such as this, especially since it's so prominent and clearly an update created the issue.
    So far you assume that the update is the culprit.
    I can’t reproduce the problem with Photoshop 10.0.1 on OSX 10.6.4 so it may yet be specific to the stations you have tried it on.
    Adobe will hardly spend resources on an obsolete piece of software – so you should either go through the usual trouble-shooting-routines (including System maintenance and fonts validation) to see if you can amend the issue yourself or get used to it – or hope someone else can help you in some way.
    But if you expect an upgrade for CS3 you will probably get disappointed.

  • After Effects CS3 - Text layer bugging, goes to upper corner always

    Hi!
    I'm using AE cs3, it has worked fine but suthenly it started to do following...
    When I create a new textlayer, put it wherever on the screen and type out my text, it insist on appearing in the left upper corner. After I created it, i move the bounding box around, scale it rotate etc, the text just keeps staying there, in the top left corner slightly outside, it doesnt respond to any transformation adjusting...
    ANNOYING...
    But when I make the text layer 3d, it appears in the bounding box and is editable like normally... without 3d cam or anything. Have I by accident hit som weird switch or is it corrupted?

    To report bugs, send a detailed bug report (including information about the version number of your software, some details about your computer, et cetera) to [email protected]
    You can also submit bugs through the
    feature request form if that's more convenient:

  • LPX: Environment-mixer layer bug when moving channel strips

    Please test if you experience the same bug on your system: Open a LP9 song in LPX - go to Environment / Mixer layer - move a few channel strips a little. I tested on two computers and the channel strips jump to random locations. It doesn't happen with all of them right away, so you might have to move a few of them initially. But eventually (after a minute max) most if not all exhibit this behavior.
    I also had this happen in new LPX songs.
    Please let me know if you are able to reproduce this.

    Right Jeanne, should have realized.
    A good workaround for this, if you want to see the mask as you move or transform, is to just hit the backslash key to see the rubylith of the alpha channel. That displays correctly.
    CB

  • MPE layer bug(s) - GTX 480 and CS5 trial

    Hi All,
    Due to some strange MPE-PPro behaviour, I am now having some last minute doubts about whether to jump up to a full version of the production suite - or perhaps wait for a .1 patch.
    Please advise if any of you can spot where the cause of these problems might lie...
    These are fairly easy-to-repeat MPE-related bugs in the trial version of PPro CS5, so far I have found issues both with scaling and when duplicating clips to new layers.
    Current hardware is as follows (will be looking for a new i7-920/X58 mobo combo if CS5 is purchased)
    Mobo- Asus Striker Extreme
    CPU - QX6700 C2Q@ 2.66Hz
    RAM 4G
    Win7 Pro x64
    So for testing purposes, I have "enabled" MPE using a GTX 480 and all seems fine for basic cuts-only or opacity fades on multiple layers. The bugs I have found seem to be related to adding more than 2 effects (even on just a few short clips...)
    Scenario 1:
    1) DV clip on layer 1, second DV clip on layer 2 scaled to 25% and positioned top left corner. Yellow line - playback behaviour is OK so far.
    2) With MPE enabled, if I add some fast CC to layer 2 clip then the footage plays back as though scaling is reset to 100% (although the slider still shows 25%)
    3) Switch from MPE to SW preview and the clip correctly returns to 25% scale (still with CC applied). Switch back and the scaling is again lost.
    Scenario 2:
    1) DVCPRO 1080 25p clip on layer 1, duplicated to layer 2 with a gaussian blur and 15% opacity (creates a basic glow effect).  Yellow line - playback behaviour is OK so far. Repeat for a second clip on to layers 3&4 with a simple opacity fade-up at start on each, overlaying the last few secs of 1&2 for the length of the fade.
    2) With MPE enabled, layers 3&4 only show when the layer 1&2 clip has reached the out point, ie the fade up on layer3&4 is "ignored" and the second clip only cuts in when the first clip has reached the out point. All the time with a Yellow line.
    3) Switch from MPE to SW preview and everything works as it should (after preview render is generated of course).
    So my questions are, can anyone with a GTX 285 or (certified) Quadro repeat either of these bugs? Am I better to wait until the GTX 480 is officially certified in a few months (possibly including a patch) or is there another cause elsewhere in my current hardware?
    MPE is really nice (in theory at least) but it worries me that it fails to calculate opacity occlusion and scaling correctly for such relatively simple sequences.
    Any suggestions/opinions/comments welcome!
    Cheers,
    Dave.
    Broader Pictures

    Hi Harm,
    I've created a fresh test project and recreated a timeline similar to scenaio 1 (sticking to DV to rule out demanding codec issues)...
    Here's the OK intial version of the timeline:
    LAYER4: PIP clip scaled to 25% pos. top left, no other effects just an opacity fade-in-out
    LAYER3: PIP clip scaled to 25% pos. top right, no other effects just an opacity fade-in-out
    LAYER2: PIP clip scaled to 25% pos. bottom right, no other effects just an opacity fade-in-out
    LAYER1: Simple clip no scaling full screen (backdrop), fast cc effect w/ default values
    Preview bar is yellow and play back is fine with MPE on.
    THEN, if I add any other MPE-enabled effect to any layer, the preview goes red and the top-most layer disappears from the preview monitor!
    The rendered preview also omits layer 4, as soon as I turn off MPE, the timeline returns to red and layer 4 pops right back on the monitor!
    Is this just a trial limitation of the MPE module, rather than restrict the 'extra' effect/layer to render-only you lose it altogether? This just seems a bit of a strange way to promote such an important feature, it certainly hasn't helped me decide on if/when to purchase, or perhaps it has?
    Any more thoughts?
    Thanks,
    Dave.

  • Show/hide layer bug PS 12.01.x64?

    I know that you OPT-Cllick on the eyeball to show or hide multiple layers in PS on the Mac. I could hide all by OPT-clicking on one eyeball. But OPT-Clicking it again did not show all the hidden layers again. It did nothing. Even after several reboots.I had to manually turn on all the layers.
    But then I CONTROL-Clicked on the eyeball to bring up the context menu, which said "Show/Hide all layers" and somehow that woke up the show/hide function when OPT-Clicking on an eyeball. So now everything works normally. The FNCT-Click (or right mouse button) on the eyeball has become a switch to turn on the OPT-Click behavior.
    Anyone else notice this?
    Thanks
    Stan
    MacBookPro6,2 Intel Core i7o OS 10.6.4

    The second Option+Eyeball click is a not a "show hidden layers" command, it goes to the previous state of visible layers... so if you opt+eyeball+click to just see one layer, then for whatever reason make another layer visible, or hide that layer and make another visible, or if you manually hid all but one layer, then that second opt+eyeball+click will appear not to work (if your expectation is to have all the layers become visible)
    Kind of a convoluted answer there!  But try that out and see if that is what you are experiencing.
    I think at one point, quite a few versions ago, the opt+eyeball+click was a "show this layer/show all hidden layers" command. But Adobe changed the behavior because the second opt+click would make every layer visible, including the layers you had intentionally hidden.

  • Drag Layer behavior problem in IE 6

    I have created a simple page with a draggable layer. Works
    fine in FF but if you
    scroll to the bottom of the page in IE the layer is not
    draggable any more. I first noticed this behavior when I created
    layers with DW MX2004, so just to make sure, I dowloaded DW 8,
    installed on a clean Win XP virtual PC, and the problem remains.
    Please look at this example and tell me what I'm missing:
    Example of draggable
    layer

    I have found the culprit, it is this code that DW
    inserts at the top of the page:
    quote:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "http
    ://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    Now, in the first place, I am wondering why dozens of other
    users did not get the same problem, and secondly, what is the
    correct code to place at the top of the page???

  • Type Layer bug on OS 10.4.11???

    I suddenly can't set type in Photoshop CS3. Type tool produces no results. It just creates an odd-looking small square on the screen, and the type curser fails to appear. Is this a bug, or is this related to a setting that I'm unaware of? This began occurring since I updated from v10.0 to v10.0.1. If this is a bug, it's very major. Thanks in advance for your comments.

    sounds like your font size is too big if that's not the problem trash your prefs.
    if you don't know how please read the FAQs

Maybe you are looking for

  • Unit Test code using wrong persistence unit

    In the midst of learning Maven, I created a simple application in which I am using JPA (Java Persistence 1.0.2) with EclipseLink implementation (2.0.2). Note: This is an Application Managed environment. So I manually control EntityManager's life cycl

  • NS collection view  or NSCollectionView, what it does, a documentation

    hi. if you're here, you're looking for documentation for the poorly described collection view. This is by no means exhaustive, but it is meant to complement and expand on Apple's official documentation. As far as I know this information IS NOT embarg

  • PHP4: connect to oracle with ORA-12546 error

    I have install the PHP4 + apache 1.3.12 on redhat 6.2, by recompile the apache and php packages. Fortunately, the apache can startup. But when I run the program as below: PutEnv("ORACLE_HOME=/home/oracle/product/release"); PutEnv("ORACLE_SID=orcl");

  • Unsure how to proceed

    About a month ago, a neighbour's phone line went dead and bt engineers came to work (for two days) on a box (or something) along the main road. Ever since, our internet speeds dropped from 1.4mbps down (which we got for 3 years, consistently) to 0.7-

  • X201 vs X201s and external monitor, please help

    Hello I am about to order my first thinkpad and have 2 questions and would greatly appreciate your thoughts I need a machine that is fast enough to handle huge data files quickly. 1. Not sure whether to go for: X201 with i7-620M processor 2.66GHz, 8G