Photoshop CS6 adjustment layer interface (vs. CS3)

Hi
In CS3, my workhorse editor until recently, when I double clicked an adjustment layer it opened up the initial settings window. There I was able to tab browse through the variables, make whatever adjustments I wanted, hit enter, and live happily ever after. I haven't been able to figure out how do do this in CS6, which has the 'properties' panel for making changes to adjustment layer settings.
The question: Can CS6 be set to behave like CS3 in this respect?

This script can help you to edit any agjustment layer is old classic style. Assign e.g. Crtl-A to call it and enjoy.
app.displayDialogs = DialogModes.NO;
main();
app.displayDialogs = DialogModes.NO;
function main()
    try    {
        var type;
        switch (app.activeDocument.activeLayer.kind)
            case LayerKind.BLACKANDWHITE     : type = charIDToTypeID("BanW"); break;
            case LayerKind.BRIGHTNESSCONTRAST: type = charIDToTypeID("BrgC"); break;
            case LayerKind.CHANNELMIXER      : type = charIDToTypeID("ChnM"); break;
            case LayerKind.COLORBALANCE      : type = charIDToTypeID("ClrB"); break;
            case LayerKind.CURVES            : type = charIDToTypeID("Crvs"); break;
            case LayerKind.HUESATURATION     : type = charIDToTypeID("HStr"); break;
            case LayerKind.LEVELS            : type = charIDToTypeID("Lvls"); break;
            case LayerKind.POSTERIZE         : type = charIDToTypeID("Pstr"); break;
            case LayerKind.SELECTIVECOLOR    : type = charIDToTypeID("SlcC"); break;
            case LayerKind.THRESHOLD         : type = charIDToTypeID("Thrs"); break;
            case LayerKind.VIBRANCE          : type = stringIDToTypeID("vibrance");    break;
            case LayerKind.PHOTOFILTER       : type = stringIDToTypeID("photoFilter"); break;
            //case LayerKind.EXPOSURE          : type = stringIDToTypeID("gammaCorrection"); break;
            //case LayerKind.GRADIENTFILL      :
            //case LayerKind.SOLIDFILL         :
            //case LayerKind.GRADIENTMAP       : type = charIDToTypeID("GrMp"); break;
            //case LayerKind.PATTERNFILL       :
            default:
                return;
        var desc1 = new ActionDescriptor();
        var ref = new ActionReference();
        ref.putEnumerated( charIDToTypeID( "AdjL" ), charIDToTypeID( "Ordn" ), charIDToTypeID( "Trgt" ) );
        desc1.putReference( charIDToTypeID( "null" ), ref );
        var desc2 = new ActionDescriptor();
        desc1.putObject( charIDToTypeID( "T   " ), type, desc2 );
        executeAction( charIDToTypeID( "setd" ), desc1, DialogModes.ALL );
        ref = null;
        desc1 = null;
        desc2 = null;
    catch (e)
        if (e.number != 8007) alert("Line: " + e.line + "\n\n" + e, "Bug!");
There is also a script that can add a new any adjustment layer in "classic style" without any "properties panel". This new layer can be cancelled in classic style by pressing Esc (or Cancel button).

Similar Messages

  • Photoshop CS6, Adjustment Layers: where are the graphs?

    I am new to CS6, though I used to use CS on my old computer. If I open an image and select Image/Adjustments/Curves (or Layers), I get the large graph on a white background that I am familiar with from CS. But if I select Layers/New Adjustment Layer/Curves (or Layers) and I have Properties showing, I only see a very small version, not very practical to use, of the graph on a black background. I have been unable in this situation (i.e. with an adjustment layer) to find a way of making the large graph appear. I should be very grateful for advice.
    In case it is relevant, my new computer is a Mac mini (Intel) with OS 10.8.4 (Mountain Lion).

    Hi,
    You can resize the Properties panel so it's bigger by grabbing on one of the bottom corners and also dock the properties panel ouside the main panels.
    There is also the Curves Display Options for other settings pertaining to way the graph shows and double clicking on the curves layer thumbnail should open the properties panel if it's closed.
    You can also set the photoshop interface color in Photoshop>Perferences>Interface.

  • PPro cs6 adjustment layer color tint

    I've been working on a project that uses an adjustment layer to apply some secondary color corrections using PPro's Three Way Color Corrector effect. I used just two -- one for a particular shade of red-orange (it's a plastic mixing bowl), and one for a narrow range of blues used in some product packaging (they were fluorescing under the fluorescent lights in a class room). Both of these corrections are narrow (small range of hues and saturations, and a somewhat larger range of luninance values), and the action is simply to lower the saturation to get these specific colors down to broadcast safe levels (as seen on PPro's vectorscope). Since these colors show up quite often in the video footage, and are quite isolated from all the other colors in the scene, I applied them to the whole video using an adjustment layer. Which is one of the intended uses of adjustment layers, yes? And it works beautifully, as expected.
    So far so good. I look at this on my monitor, and it looks fine. I take my laptop to a plasma HDTV and look at it there, and it's spot on.
    Then I used dynamic link to send the project to Encore for DVD output. I worked on menus for a while, and didn't pay much attention to the footage since I had (more or less) edit lock. When I sat down to actually watch one of the more or less complete DVDs, I noticed that the color wasn't right. It was darker and greener than I remembered (this on that same plasma screen HDTV). So I dragged the laptop back, and sure enough, it's darker and greener now.
    To shorten the story, turns out the adjustment layer was the cause. I could turn it on and off using the little eyeball thingie on the timeline, and the adjustment layer is now effecting the entire image and not just the narrow range of reds and blues that are in the secondary color corrections. So I saved the two secondary color corrections as a preset and deleted the adjustment layer. Then I created a new adjustment layer and applied that preset. Boom, problem gone. No more green tint. The same secondary colors as before are under control. What's up with that?
    Now, I can't reproduce it (or I'd attach some images for y'all to look at). But I saw it go by. And I've seen a couple of references to something similar to this in searching the 'net for more information. But only a couple.
    So... Anyone seen anything like that? Or am I just halucinating again? If you've seen it or heard about it, what was the cause? And did it have anything to do with Encore?
    Win7 fully patched
    Production Premium cs6 fully patched
    Project using PPro, AE, Audition, Photoshop, and Encore, mostly by dynamic linking.
    Bruce Watson

    There is a very common misstatement and misunderstanding of how adjustment layers work, which I'll repeat here: "Applying an effect to an adjustment layer applies the effect to all layers under the adjustment layer."
    That's wrong in a subtle but important way.
    What actually happens is that applying an effect to an adjustment layer applies the effect to the composited result from all of the layers under the adjustment layer.
    This is an important distinction, because it puts the adjustment at a different place in the order of operations in the rendering pipeline.
    Anyway, that's a long and perhaps overly theoretical way of saying that, yes, you may see some difference between applying an effect directly to a bunch of clips compared with applying the effect to an adjustment layer over that same bunch of clips.

  • Photoshop CS5 Adjustment Layer Icons

    In PS CS5, the adjust-layer icons are generic and non-descriptive in the layer panel. Is this a bug?
    Thanks

    I have had this problem also in Photoshop CS3 on a mac, but only on some documents, and the generic icon saves with those files. Going back and applying the icon size fix cures the problem on those selected older files. But why was the "small" layer icon size used on those to begin with?
    Thanks,
    Al Ferrari
    EDIT: My question is answered by Zeno Bokor in this other thread http://forums.adobe.com/thread/663691?tstart=0

  • Re: Photoshop CC - adjustment layer curves issue

    First post here in the discussion,
    Just upgraded CS6 to CC and really enjoy alot of the changes but there seems to be a bug with the adjustment layer curves (not regular curves).
    If I make a change to the curve using modification point and then toggle "undo", the preview of the image will toggle on and off with the change but the modification point does not reset. This point stays in the original position even if the curves are not in effect and will only reset when another layer is selected before returning back to these curves.
    One must also manually reset the point if you wanted to revert back to the original (instead of undo) because if you place another modification point on the curve it will revert back to the change you made earlier.
    Am I missing something or is this a bug?
    Cheers!
    - Elder

    Just repeating what's already been said above.
    Having the same problem with Photoshop CC, tricky to explain this one:
    Working in Curves and/or Selective Color Adjustment layers (probably in any adjustment layer) is very buggy.
    When I do a change f.ex. let's say I'm tweaking inside curves and undo my last change it does reflect it on screen but not in the dialog/palette. So when I do my next tweak both my old tweak (not reflected on screen anymore but still there) and the new one goes into effect.
    It's driving me nuts and have forced me to go back to CS6.
    Adobe HEEEELP!!!!
    Mac Pro
    2 x 2.8 Ghz Quad-Core Intel Xeon
    24 GB 800 Mhz DDR2 FB-DIMM
    4 Disk RAID
    Running 10.6.8

  • Photoshop CS6 Upgrade Does Not Recognize CS3 Extended as Qualifying Product

    I am unable to install my Photoshop CS6 upgrade because the upgrade does not recognize a qualifying product on my system.  When asked, I enter my current Photoshop CS3 Extended serial number, but the upgrade does not recognize it as a valid serial number from a qualifying product.  I have tried to do a clean install to make sure no other applications were running or in conflict.  My operating system is Windows XP Media Center Edition 2005, Service Pack 3.  I have an Intel Core 2, Quad CPU @2.66 GHz with 4GB RAM.    

    SouthCityTim I would recommend contacting our support team so they can validate your upgrade path and serial number.  For the best assistance, I recommend our chat support at http://adobe.ly/yxj0t6.  Our chat representatives can provide a personalized experience to resolve the issue you have described.

  • Photoshop CS6: Dark user interface style [UI skin] like Premiere Pro or Lightroom?

    For Photoshop CS6, how about add option to set a dark user interface style [UI skin]  like Premiere Pro or Lightroom?  It's very helpful to be able to work on images in a dark interface because it enhances our eyes' perception of color.  Can this be possible in CS6?

    Actually, there is some value in changing the background color.
    Contrast of the image with surrounding gray values does affect your perception of tone and saturation in the image.
    So you want to view the image with a surround that comes close to the value that the final result will be viewed in.
    For print, that means a 50% gray or lighter surround (mimicking the world).
    For video that means something darker but not really black.
    And for movies you want a nearly black surround.
    Unfortunately, OS controls/widgets aren't designed to do that.  Premiere and AE managed it by creating all their own controls and not using OS controls.

  • CS6 Adjustment layer adding or subtracting area

    In CS6 The Clone Stamp tool no longer works to expand the size of an adjustment layer. How do we do it now? Thanks

    You’ll get a laugh out of this. I went back to the original image in RAW and the area of the tree to the left of the church was originally very dark on top, but lower down it was significantly lighter. Just the reverse of what you’d think it should be. I kept trying to add it to the area of the adjustment layer and it already was added. The effect of trying to lighten it was not possible because it was too dark without it being a separate layer. Sometimes you just have to go back to the original. Oh Well.
    Ta

  • Adjustment Layer Issue in CS3 & new Mac Pro

    anyone having the following issue:
    when adding an adjustment layer to a file I get a spinning beachball for 10-30 seconds before the adjustment layer is applied. Strange behaviour never seen before. New Mac Pro Dual Quad 3.2ghz, 10gb Ram, Nvidia Gefore 8800GT.
    S.O.S.
    Thx!

    How did you update to 10.5.3?
    Via Software Update; or from the COMBO?
    [I notice that MacFixit are also now strenuously urging people to stay away from SU and to use the COMBO instead.
    [Pace Stockholm!]
    And did you run DiskWarrior and Repair permissions both before and after you installed the new software?

  • Can I update to Photoshop CS6 from a Web Premium CS3 ?

    Hello everyone,
    The question is directly in the title. I bought 4 years ago a Creative Suite Web Premium CS3. Today, I only use Photoshop and Illustrator and would like to update just these softwares to CS6. Can I do it ? Can I just update these 2 softwares even I did not buy them separately ?
    Thanks for your help !

    fran6art wrote:
    The question is directly in the title. I bought 4 years ago a Creative Suite Web Premium CS3. Today, I only use Photoshop and Illustrator and would like to update just these softwares to CS6. Can I do it ? Can I just update these 2 softwares even I did not buy them separately ?
    Unfortunately, no.
    You can only upgrade a Creative Suite to another Creative Suite.
    With CS3, you have until Dec 31, 2012 to upgrade to CS6. After that, CS3 is no longer eligible for upgrade, so then you pay full price for CS6.
    http://www.adobe.com/au/products/creativesuite/faq.html
    "Am I eligible for upgrade pricing from an earlier Creative Suite edition to an individual CS component? 
    No. Adobe does not offer upgrade pricing for customers wishing to move from a suite edition to an individual CS component. For complete upgrade information for the product you are interested in, consult the upgrade eligibility chart on that product's buying guide page."
    Or you can join the Creative Cloud
    http://www.adobe.com/au/products/creativecloud/buying-guide.html

  • Scripting New "Rasterize Layer Style" feature of Photoshop CS6

    I want to script new feature added to Photoshop CS6 "Rasterize Layer Style". I tried Layer.RasterizeLayerStyle() but this function doesn't exist.
    I know that I still can add an empty layer below the layer and merge them together, but it would be much easier and the code would be more readable if I can use "Rasterize Layer Style" command in my script.

    Did you try installing the optional Scriptlisener Plug-in to see if it recorded anything.   Though Layer>Rastersize>Layer Style is new you could always accomplish what it does other ways.  Like merging visible layers where one layer is empty.  It just rasterize the layer along with its layer style. In fact if the layer in question was a smart object layer after the "Rasterize Layer Style" operation that is exactly whet you will have a raster layer no longer will it be a smart object layer.
    Adobe shortchange scripting in CS6 for example you can not read the usere interpolation Photoshop preference if its set to the new default setting Bicubic Automatic and you can not set it to Bicubic Automatic if you read that it is not set to Bicubic Automatic.  Adobe simply dropped the ball and did not add the nessary update to support CS6 new features to scripting and installing the sicptlistner will turn off a new feature like allowing tool recording.  CS6 is by far the buggest release of Photoshop I ever installed. The list of the Photoshop versions I have installed is
    PS3
    PS5
    PS5.5
    PS7
    CS
    CS2
    CS3
    CS5
    CS6
    I use CS3. The money I sent upgrading to CS5 and CS6 so far has been a wast of money... Phehaps Adobe will fix the bugs and not deferr them to some future release like they historically do.

  • Cannot stack layer in Photoshop CS6

    after selecting all layers, auto aligning and creating a smart object, I'm trying to stack layers in median mode in Photoshop CS6
    my Layer > Smart Object > Stack mode menu is however greyed out
    Anyone knowing what i do wrong?

    You need the EXTENDED version of Photoshop.

  • Installed Photoshop CS6 3 times from Perpetual License download - error messages keep coming

    Windows 7-64
    I bought Photoshop CS6 as an upgrade to CS3 and CS5 which I had previously bought on Disk. This new version came as a Download from Adobe but I have continuing problems with this download.
    On first installation I ran the updater from inside Photoshop and got error message:
    Extension Manager 6.0.6 Update
    Installation failed. Error Code: U44M1P7
    I ran the Adobe Application Manager for updates and it said I was O.K. but again from within Photoshop the updater gave the error message.
    The Adobe Community suggested a re-install. I uninstalled the programme, ran the clean-up creative software tool and did another download and re-installed.
    Now I have another error message:
    Adobe Photoshop 13.0.1.2
    Done with Errors. Error Code: U44M1P6
    Extension Manager 6.0.6 Update
    Installation failed. Error Code: U44M1P7
    I ran the Adobe Application Manager again today and it treated me as a Creative Cloud customer and said my trial had ended! - I don't subscribe to Creative Cloud, I am on a perpetual license. I have never (knowingly) done a modified install (wouldn't know how to!)
    So now I have uninstalled Photoshop CS6 yet again. I have seen on one forum to download from the TRY button instead of the bought button. But I can't find the TRY button now - in fact all I can find on the HELP pages is the Creative Cloud version.
    Time is running out - I can see I will be asking for my money back on this one!
    Any help out there please?
    Thanks

    Jsaarr wrote:
    I find it odd by the way, when installing the update it read to be version 13.0.1.1., and there it says 13.0.1.0.
    That's expected:  http://forums.adobe.com/message/4738049
    I'm sorry the update didn't help, but you know Adobe will require you to update to the latest once you engage them.
    I think an Adobe engineer is going to have to weigh in here   There was once a problem just like this reported (same c000001d error code), but I thought Adobe had fixed it.  See also:
    http://forums.adobe.com/thread/630771
    I hope the answer doesn't turn out to be "you can't run Photoshop on that old Athlon processor."
    -Noel

  • Sharpen Adjustment Layer

    Hello
    I've been searching for a way to apply a smart sharpen filter as an adjustment layer. So far it looks like it's not possible, but there's been a bit of info regarding smart object layers which may be able to do the trick. Anyone know if this can be done (non-destructively sharpening an image, the same way any other adjutsment layer works)

    I recorded a smart sharpen adjustment layer action for CS3 been using it for years. You can download it look at it and make any changes you want. here a link http://www.mouseprints.net/old/dpr/SharpenAdjustmentLayer.atn it has a couple of interactive steps the stop messages may be turned off. The sharpen adjustment layer is a smart object layer that is blended into the layer below in luminosity mode and its blend if adjusted to protect the highlights and shadows. There is also a filter mask which is an edge mask so the smart smart sharpen filter only sharpens edge areas.  Also added  a reveal all layer mask you can paint on to hide over sharpening, You can also adjust the effect by changing the layer opacity and fill. I tend to over sharpen a bit and adjust the effect. The action works on layered as well as flat documents looks like this:
    Over sharpening with smart sharpen filter using a way to big radius and a the different blur mode not just lens blur can bring out brush strokes somewhat like Noel did and you can see a color preview.  I added a white layer so I can show what the luminosity layer looks like in an animated gif
    Here the animated gif you may need to click on it to see the animation.

  • Photoshop CS6 Action Player Bug Make Adjustment Layer Applied to all to be Clipped

    On Oct.  11, 2010 I received the following from Adobe Support
    Hi John,
    This is to inform you that  we have been able to reproduce the same {Photoshop Actions} behavior at our end.
    So we have logged this issue with the Product Team and Engineering Team as Bug # 2737069. Adobe’s Engineering Team will look into this issue, and if in the future a resolution or fix is possible, it will be available from the Adobe Systems product update web site: http://www.adobe.com/downloads/updates/.
    You may also log this issue directly with our product teams, through the following Feature Request/Bug Form: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&samcap=EWQQL&promoid=EWQQL
    I am closing case # 181675168, if you have any new information, please contact Adobe Technical Support referencing the case number so that we may re-open the support incident.
    Thank you for choosing Adobe.
    Thanks and Regards,
    Rajdeep Kaur
    Technical Support Consultant (Tier 2)
    ADOBE Systems
    I reopened the case for there was no fix  Adobe contacted me and told me it would be fixed is some future release of Photoshop and once again case # 181675168 was closed over my objection.
    I was vocal about Adobe poor excuse for support in forums.   I then was contacted by Jeff Tranberry of Adobe he was asked to  contact me by John Nack to see if he could change me.  We exchanged some e-mails ending with Jeff writing unfortunately, you issues has been deemed low impact and has been deferred.
    May 7, 2012  I called Adobe to find out if this bug was fixed in Photoshop for I did not want to buy CS6 if the Bug was not fixed. After about an hour on the phone talking to many Adobe employees including Adobe Support  referenced case # 181675168 log as Bug # 2737069. I was told the bug was not in CS6.  So I ordered CS6.   FedX dropped off Today I installed it only to find the bug introduced is CS4 reported in CS5 is still in CS6.  
    Adobe when will you fix this bug # 2737069????

    Case History
    Case #0181636711 Assigned Bug # 2679265
    Updated
    Thursday, September 30, 2010 10:50:22 AM PDT
    Opened
    Thursday, June 10, 2010 8:21:19 PM PDT
    Status
    Withdrawn
    Product
    Photoshop CS5
    Support contract
    Adobe Support Program
    Subject
    CS5 Action Feature Bug
    NOTES & RESPONSES
    Notes from Customer
    Thursday, June 10, 2010 8:21:19 PM PDT
    CS5 has a bug recording and playing Actions that add Adjustments layers. Old actions recorded before CS5 and actions recorded with CS5 may or may not Play/Work correctly.
    Before there was an Adjustment Panel all Adjustment Layers were added applied to all layers and you needed to clip them after the were added if you wanted it clipped. The new adjustment panel made it possible to add a adjustment layer clipped to the current layer. However a clipping parameter is not recorded by the action recorder just the type and setting are recorded.
    When a make adjustment layer step is play it is either clipped or not depending on the state of the adjustment panel's clipping icon. If it not in the same state as it was when the action was recorded it will be add incorrectly. It would also be impossible to create an action that added some adjust layer clipped and others that are not.
    I feel the is a serious bug which needs to be addressed. I believe the solution is simple and even old actions will also work.
    Two patches are needed.
    One in the Action recorder. If the step being recorded is make adjustment layer and the adjustment panel icon state is clip to layer this needs to be recorded in the action step record. If the layer is to be applied nothing extra needs to be recorded in the step record just leave it as is like actions prior to the adjustment panel.
    The second patch in the Action Player.  If the step that is about to execute is a make adjustment layer. The Player needs to save away the state of the adjustment panel icon. Then check the adjustment step record to see if it is to be clipped. If so set the adjustment panel icon to the clipping state else set it to the all layers state. Then do/call the add adjustment layer function/routine on return restore the adjustment panels icon from the saved state. Proceed to the next step.
    I have been trying to report the bug for days. Please at least acknowledge you received my bug report.
    Thanks
    JJ
    Browser: Other
    Operating System: Windows XP
    Has it ever worked? If so, what's changed? (provide comments in description field): Not Applicable
    Same results with different file?: Not Applicable
    Same results with different computer?: Not Applicable
    Recent System Hardware or Software change?: Not Applicable
    Auto responsce from Abobe will close case unless we here from you
    Notes to Customer
    Friday, June 11, 2010 5:04:44 PM PDT
    Hi John,
    Thank you for contacting Adobe Technical Support. My name is Saurabh. This is in regards to your concern posted on Adobe web support portal
    regarding an issue with Adobe Photoshop CS5.
    I understand the importance of your time in getting the issue resolved and we assure you that this will be taken care of with utmost importance. We appreciate your cooperation with us.
    I would like to inform you that we are still researching on this issue. Once we find some new information, we will get back to you.
    I apologize fore the inconvenience caused.
    We are always happy to assist you however, in future if you face any problems with Adobe products, you may also try referring to our knowledge base & User to User forums by clicking on the following links:
    KnowledgeBase: http://www.adobe.com/cfusion/search/index.cfm
    User to User Forums: www.forums.adobe.com
    To know more about Adobe products, please visit our product page:
    www.adobe.com/products
    Your technical support case number for this interaction is: 181636711
    Thanks for contacting Adobe Technical Web Support and we appreciate your time spent.
    Have a nice day.
    PLEASE NOTE:We will be waiting for your reply on this case. In case you are unable to respond we will be sending you a reminder on the 2nd day (From the day of our response to you) and then the case will be auto closed on 7th day assuming your issue is resolved. However, you can reopen your case by visiting our web support portal and we will be happy to assist you further.
    Regards,
    Saurabh Jain
    Adobe Technical Support
    Notes from Customer
    Friday, June 11, 2010 6:01:35 PM PDT
    I consulted your knowledge base and I called customer support. This bug has not been listed. Custom support had me fill out a bug report at https://www.adobe.com/cfusion/mmform/index.cfm? name=wishform which I did but that was not even acknowledged. I demonstrated the bug to customer support by sharing my screen.
    As for you forums for some reason the forum web site states my Adobe ID is disabled so I can not append or start a thread there id screen name jjmack. I created a new Adobe ID yesterday [email protected] that to seems to be disabled or I can not come up with any screen name the is availably I have tried many. Every simple or outlandish name I have entered generates the same message screen name not available. I'm at my wits end I've been using Photoshop since Photoshop version 3. Over the years it seems to get harder and harder to communicate with Adobe....
    Notes to Customer
    Saturday, June 12, 2010 1:58:07 PM PDT
    Dear John,
    Thank you for getting back to us with the required information and we appreciate your patience in helping us to resolve your issue as soon as possible.
    As this issue would require support from a senior level and hence I am forwarding your case to the next level of support for extensive research and to find a resolution for the problem at hand. I'll get back to you once we receive a reply from the concerned department.
    Please note that the expected turnaround time for resolution to this case from next level of support is 5 business days. I apologize for any inconvenience caused.
    We are always happy to assist you however, in future if you face any technical problems with Adobe products, you may also try referring to our knowledge base & User to User forums by clicking on the following links:
    KnowledgeBase: http://www.adobe.com/cfusion/search/index.cfm
    U2U Forums: www.forums.adobe.com
    To know more about Adobe products, please visit our product page:
    www.adobe.com/products
    Your technical support case number for this interaction is: 181636711
    Thanks for contacting Adobe Technical Web Support. Have a nice day.
    Regards,
    Saurabh Jain
    Adobe Technical Support
    Notes from Customer
    Tuesday, June 15, 2010 12:03:49 PM PDT
    simpler then I first thought. Upon more investigation this is what I see.
    I skipped CS4 and when I installed CS5 I discovered a nasty bug had been introduced is Photoshop's Action facility most likely in CS4.
    Action that add adjustment Layers clipped to the current layer that step is recorded Make adjustment layer with Clip.
    Action that add adjustment Layers not clipped Step records as Make adjustment layer.
    When a step Make adjustment layer with Clip is played back that is what Photoshop does.
    When a step Make adjustment layer is played back what Photoshop does is look at the adjustment panel clipping icon state and and if it is clip to current layer Photoshop does clip the adjustment layer to the current when is should be applied to all.
    Many of the actions I have created add adjustment layer applied to all then later clip them to the current layer. These actions generate an error message if the Adjustment panel clipping icon is set to clip. Because the layer get added clipped clipping it is not available. The strange thing is the layer is clipped the way I wanted it to be. But actions I recorded where I want the adjustment to apply to all are clipped and the is no error message just wrong results.
    Notes from Customer
    Thursday, June 17, 2010 1:00:02 PM PDT
    I was told 24 hours to fix my ID. I kept myself logon this machine.now I can not even logon.
    Notes from Customer
    Friday, June 18, 2010 1:31:42 PM PDT
    My user ID is now operational again after I requested an password e-mail so I could reset my password. When I received the e-mail I was able to set my accounts password and once again participate in Adobe's forums.
    The is still no change in the status of my bug report. I would like to be able to play actions and know the will work the way there were recorded.
    Notes from Customer
    Saturday, June 19, 2010 6:56:24 AM PDT
    Create a one step action that add an adjustment layer that applies to all layers.
    Play that action with the icon in the adjustment panel is set to apply to all layers. Change the status of that icon to clip to layer and play the action again.
    You will find the first adjustment layer was added correctly apply to all layers like it was recorded the second adjustment was added clipped to layer when it should be applied to all...
    Notes to Customer
    Thursday, July 1, 2010 9:53:35 AM PDT
    Dear John,
    Thank you for contacting Adobe Technical Support. My name is sauarbh. This is in regards to your concern posted on Adobe web support portal regarding an issue with Adobe Photoshop CS5.
    I understand the importance of your time in getting the issue resolved and we assure you that this will be taken care of with utmost importance. We appreciate your cooperation with us.
    As your issue demands a real time interaction, so we are arranging a call back for you.
    Please provide the below mentioned information so that our call back team can contact you to resolve your issue:-
      1. Your Preferred Day to attend the call
      2. Your Preferred Time to attend the call
      3. Your Time Zone
      4 Your Phone Number
    The callback team works from 10 AM to 7 PM PST.
    Kindly revert to us with the above stated information so that our call back team can contact you within 24-48 working hours.
    Please note :- Our Call Back team works Monday through Friday.
    The callback team works from 10 AM to 7 PM PST.
    Regards,
    Sauarbh Jain
    Adobe Technical Support
    Notes from Customer
    Thursday, July 1, 2010 10:10:44 AM PDT
    Please provide the below mentioned information so that our call back team can contact you to resolve your issue:-
    1. Your Preferred Day to attend the call
    Mon through Friday
    2. Your Preferred Time to attend the call
    1 PM to 10 PM any time
    3. Your Time Zone
    Eastern USA Time
    4 Your Phone Number
    845-xxx-xxxx
    Notes from Customer
    Friday, July 2, 2010 8:43:30 PM PDT
    July 2 Adobe support called me once again they share my display and I demonstrated the bug for a second time. This time the stated they were recording my demo. After I demonstrated the bug they put me on hold for a while. Upon returning they informed me that there was still no circumvention or fix for this problem. They wanted to know if I was at the latest software level they were still sharing my display so I did a Photoshop Help About Photoshop to show I had the latest update Photoshop version 12.0.1. Told me they were not capable of handling this problem and would have to refer this to senior technical support that they would determine if it was a bug. What a joke Adobe junior technical support can not even recognize a bug when it has been demonstrated to them on two occasions now and also received several case update from me. Adobe you need better support personal.
    Notes to Customer
    Thursday, August 5, 2010 2:39:56 PM PDT
    Hi John ,
    Thank you for getting back to us.
    I would like to apologize for the delay in providing you a faster resolution to your issue and appreciate your patience with us.
    I would like to inform you that your issue has been logged as bug so the workaround is obviously to make sure the clip to layer is not enabled prior to running any of these actions.Also my Product Team and Engineering Team are working on this issue you can use the work around as mentioned above.
    This should resolve your issue. If it does, please let us know, however in case it does not; please revert with any new information that you might want to add which will help us in resolving your issue.
    You can also try referring to our knowledge base and User to User forums by clicking on the following links:
    Knowledgebase: http://www.adobe.com/cfusion/search/index.cfm
    U2U Forums: www.forums.adobe.com
    To know more about Adobe products, please visit our product page:
    www.adobe.com/products
    Your technical support case number for this interaction is: 181636711
    Thanks for contacting Adobe Technical Web Support and we appreciate your time spent.
    Have a nice day.
    PLEASE NOTE: we will be waiting for your reply on this case. In case you are unable to respond we will be sending you a reminder on the 2nd day (From the day of our response to you) and then the case will be auto closed on 7th day assuming your issue is resolved. However, you can reopen your case by visiting our web support portal and we will be happy to assist you further.
    Regards,
    Adobe Technical Support
    Notes from Customer
    Sunday, August 8, 2010 9:26:50 PM PDT
    Any work around does not solve my problem. Thousands have downloaded my actions. There is no way that I can contact them to make the aware of any work around. I can code around this bug but again I have no way to get the update to those that have downloaded my actions for they are free. All that is logged is the number of downloads. No registration is required so there is no way to contact the users that downloaded my actions. The problem will only be resolved when adobe updates Photoshop and fixes the problem.
    Notes to Customer
    Wednesday, August 11, 2010 1:58:23 PM PDT
    Hi John ,
    Thank you for getting back to us.
    I would like to apologize for the delay in providing you a faster resolution to your issue and appreciate your patience with us.
    I have logged this issue with my Product Team and Engineering Team as Bug #{2679265}. Adobe’s Engineering Team will look into this issue, and if in the future a resolution or fix is possible, it will be available from the Adobe Systems product update web site: http://www.adobe.com/downloads/updates/
    I am closing case#{181636711}, if you have any new information, please contact my team within 14 days, with the details, so we may re-open the support incident.
    You can also try referring to our knowledge base and User to User forums by clicking on the following links:
    Knowledgebase: http://www.adobe.com/cfusion/search/index.cfm
    U2U Forums: www.forums.adobe.com
    To know more about Adobe products, please visit our product page:
    www.adobe.com/products
    Your technical support case number for this interaction is: 181636711
    Thanks for contacting Adobe Technical Web Support and we appreciate your time spent.
    Have a nice day.
    Regards,
    Adobe Technical Support
    Notes from Customer
    Thursday, August 12, 2010 9:13:56 PM PDT
    This case should not be closed till there is a fix for this bug. How can Adobe Support close a bug report when Adobe acknowledges its a bug where Adobe Support does not provide a fix. Blowing smoke with statements like "if in the future a resolution or fix is possible, it will be available from the Adobe Systems product update web site". Photoshop CS3 work correctly Adobe broke the Action Player in CS4 and its still broken is CS5. "if a fix is possible!"!!! Are you joking? What kind of support is that? Do you get a bonus for closing bug reports without fixing the bug? Does it make you look good inside Adobe. I can tell you from the outside there is a foul stench emulation from Adobe Technical Support.
    Notes to Customer
    Monday, August 16, 2010 2:30:22 PM PDT
    Dear John ,
    Thank you for getting back to us with the required information and we appreciate your patience in helping us to resolve your issue as soon as possible.
    This issue would require support from a senior level and hence I am forwarding your case to the next level of support for extensive research and to find a resolution for the problem at hand. I'll get back to you once we receive a reply from the concerned department.
    Please note that the expected turnaround time for resolution to this case from next level of support is 5 business days. I apologize for any inconvenience caused.
    We are always happy to assist you however, in future if you face any technical problems with Adobe products, you may also try referring to our knowledge base & User to User forums by clicking on the following links:
    KnowledgeBase: http://www.adobe.com/cfusion/search/index.cfm
    U2U Forums: www.forums.adobe.com
    To know more about Adobe products, please visit our product page:
    www.adobe.com/products
    Your technical support case number for this interaction is: 181636711
    Thanks for contacting Adobe Technical Web Support. Have a nice day.
    Regards,
    Adobe Technical Support
    Notes to Customer
    Thursday, August 26, 2010 4:25:48 PM PDT
    Dear John ,
    Thank you for getting back to us with the required information and we appreciate your patience in helping us to resolve your issue as soon as possible.
    I would suggest you to please go to through the KB document to move actions from Photoshop CS4 to CS5 given below :
    http://kb2.adobe.com/cps/860/cpsid_86020.html
    Please make sure about the loaction of actions which you created or saved in Photoshop CS4, go to that location and make sure you have all the actions there.
    Did it ever work in Photoshop CS5?
    Try to make a copy of the action that he is trying to run, remove the 'Hide' command and re-record hide in PS CS5, put it into the action, and see if that works.
    Or try making a short action along with Hide command . If this works, then something might have got changed between the version.
    KnowledgeBase: http://www.adobe.com/cfusion/search/index.cfm
    U2U Forums: www.forums.adobe.com
    To know more about Adobe products, please visit our product page:
    www.adobe.com/products
    Your technical support case number for this interaction is: 181636711
    Thanks for contacting Adobe Technical Web Support. Have a nice day.
    Regards,
    Adobe Technical Support
    Notes from Customer
    Friday, August 27, 2010 8:15:11 PM PDT
    This is the reply I received from adobe support you. I want this case open till it is resolved. Your trying everything to close it unresolved. Now your giving me instructions on how to migrate from CS4 which I don't have??? Please fix bug #{2679265}.
    ++++++++++From Adobe support+++++++++
    I have logged this issue with my Product Team and Engineering Team as Bug #{2679265}. Adobe’s Engineering Team will look into this issue, and if in the future a resolution or fix is possible, it will be available from the Adobe Systems product update web site: http://www.adobe.com/downloads/updates/
    I am closing case#{181636711}, if you have any new information, please contact my team within 14 days, with the details, so we may re-open the support incident.
    +++++++++++++++++++++++++++++++++
    Notes to Customer
    Monday, August 30, 2010 5:14:11 PM PDT
    Hi John ,
    Thank you for replying back.
    I would like to inform you that that we are working in techinical support department and fixing any issues or Bug with the product is done by the developers team. As they are already working on it and we don't have any update as how much time that gonna take. If you want we can have the case as open and as soon as there is any fix for the same, you will be getting the update on Adobe website.
    I hope this will address your concern.
    You can also try referring to our knowledge base and User to User forums by clicking on the following links:
    Knowledgebase: http://www.adobe.com/cfusion/search/index.cfm
    U2U Forums: www.forums.adobe.com
    To know more about Adobe products, please visit our product page:
    www.adobe.com/products
    Your technical support case number for this interaction is: 181636711
    Thanks for contacting Adobe Technical Web Support and we appreciate your time spent.
    Have a nice day.
    Regards,
    Adobe Technical Support
    Notes from Customer
      Tuesday, August 31, 2010 7:51:16 PM PDT
    Yes leave it open
    Notes from Customer
    Monday, September 6, 2010 5:57:14 AM PDT
    Thank You
    Adobe Support Call me and told me it would be fixed in the next release of Photoshop and asked me if they could close the case. I replyed IMO that is not the proper thing to do do what you want...
    ========================================================================================== ========================
    As you can see Adobe marked the case
    Status
    Withdrawn
    by Adobe over my objection.

Maybe you are looking for

  • MacBook Pro will not boot up, stops at Apple logo

    My daughter's 3 year old MacBook Pro will not boot up. The grey screen with Apple logo comes up and it looks and sounds like it is going to boot up but after 30 seconds it goes black and turns off.  Any ideas or suggestions would be appreciated.

  • Dreamweaver CC 13.2.1 update is now live

    Dreamweaver UI will now be scaled on displays with more than 100% DPI.

  • Undo tbs corrupted

    i have oracle 9i release 2 on unix box. The database is up but the undo tablespace got corrupted which i can see using v$recover_file view. End users have begin performing DML activities but at the midst of the transaction undo got corrupted . I have

  • Credit limit error

    Hi all! When I am doing PGI after delivery, an error is poped up; "Static credit check: Credit limit exceeded by Rs.___" Plz tell me how to overcome it. Thanks a lot. Regards, Mili

  • Spring JSF DelegatingVariableResolver cause InvocationTargetException

    Hi, in our ADF Faces application, as part of the faces-config.xml, we have the following entry: <variable-resolver>org.springframework.web.jsf.DelegatingVariableResolver</variable-resolver>    The spring.jar file, which contains above class, resides