Program bug in SAPLV61A

has anyone tried this program?
I was trying to do stock initialization for BW in ECC and got this short dump. when I look at it, it is pointing at program SAPLV61A,
saying structure KOMP does not have component called ZZAUFMENG.
the coding is
XKWERT = KOMP-ZZAUFMENG in RV63A630 referred by RV63ANNN referred by FV63ANNN in program SAPLV61A.
then I go to se38, program SAPLV61A, I just do a syntax check and got this error as well!
such a normal program, am I the first people find this bug? I could not belive, however I searched and could not find any threads talking about this error.
please let me know if you have a standard SAP solution or advanced correction OSS note for this.
George

http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=dd550772
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
==================
"abc77" <[email protected]> wrote in message
news:ep4vdv$i9b$[email protected]..
> I've only had dreamweaver for a couple of months. This
weekend it started
> acting up in that it won't let me copy and paste code
while editing, when
> I try
> to enter new code it suddenly tells me it has
encountered a problem and
> needs
> to shut down. I downloaded the most recent update and
still didn't fix
> it.
> Any ideas? I also have Flash, etc. and none of those are
giving me a
> problem.
>

Similar Messages

  • Windows Can't access after program bugs out.

    Anytime I run a program and the program bugs out on me it will then start coming up with the "windows cannot access" error. It only happens if the program bugs out. At that point i'll uninstall the program and reinstall it but it still will catch
    it as a windows cannot access. I'm starting to think it's a virus but i'm not sure.  All i know is that once this happens, no matter what i do, the program becomes useless and unable to be used at all.

    Hi,
    For this problem, would you please provide the screenshot for this phenomenon?
    To find the reason of this problem, it would be better to use Process Monitor to caputer the process of open the program. When this problem occures, stop monitor, then find the access deny message in Process Monitor. If there is any updates, please let us
    know.
    Process Monitor:
    http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
    Roger Lu
    TechNet Community Support

  • QMEL-QMDAB is blank due to program bug.  How do I fix past notifications?

    Due to a programming error in a function which I developed as a customer enhancement, service notifications completed after May 17, 2008
    have blanks for the completion date/time QMDAB/QMZAB.
    This is causing problems for BW and other reporting.
    I have written a prototype program which will take the NOCO date/time from the JCDS record associated with the notification and update the QMEL-QMDAB and QMZAB fields directly.  This is a direct-table update, not a BDC or BAPI.  I am not aware of any other way to do it.  Is there a better way to fix these records?  If I have to do a direct table update, are there other fields in other tables which I should also update?
    Please let me know as soon as possible as our business depends on these fields.  Thank you.

    Hi Mike,
    Do you recall what you did for this scenario?  I am in the same situation.  I will not write a direct table update - probably use a BDC that will allow input of the completion date & time.  I.e. Command ARCH from within a noti.  Let me know if you found a better way.
    Jason

  • Applet TV: Skynews Live program bug

    Hi,
    I got update to new version of Apple TV on March 14,2014. Each Time I watch skynews live, it can not be stopped and unable to return to main menu.
    Error situration is  screen is blank with voice continue. I got to unplug it and restart it . It is very annoyzed. Any one got same issues?

    The Applle TV version  is 6.1(6698.pp.16) the latest one. Perhaps I need to  try to restore it . I got two apple tv. Both of them has the same issue but bank sympton frequence is difference.

  • Program bug...

    Hi ,
    I have below code..
      data: lv_update_field(50).
      if not it_bsid_vertn[] is initial.
        sort it_bsid by vertn.
        loop at it_bsid_vertn assigning <fs_bsid_vertn>.
    ** parallel cursor approach
          clear w_index.
          read table it_bsid assigning <fs_bsid> with key vertn = <fs_bsid_vertn>-vertn binary search.
          if sy-subrc = 0.
            w_index = sy-tabix.
            loop at it_bsid assigning <fs_bsid> from w_index.
              if <fs_bsid>-vertn ne <fs_bsid_vertn>-vertn.
                exit.
              endif.
              read table it_ztrans_type_mast assigning <fs_ztrans_type_mast> with key anbwa = <fs_bsid>-anbwa
                                                                                    shkzg = <fs_bsid>-shkzg binary search.
              if sy-subrc = 0.
                concatenate 'WA_UPDATE-' <fs_ztrans_type_mast>-field_name into lv_update_field.
                assign (lv_update_field) to <fs_update_amt>.
                <fs_update_amt> = <fs_update_amt> + ( <fs_bsid>-dmbtr * <fs_ztrans_type_mast>-field_value ).
              endif.
              unassign <fs_ztrans_type_mast>.
              clear lv_update_field.
    ** requirement for ODC calculation
              move-corresponding <fs_bsid> to it_bsid_odc_l.
              append it_bsid_odc_l.
            endloop.
    what is happening is that if I have two records in it_bsid for same anbwa e.g. ZBC.. so when it comes to statement "assign (lv_update_field) to <fs_update_amt>." it overwrites the first value of ZBC.  If there are 2 records of ZBC i want to sum up this value and final value i have to update dynamically in <fs_update_amt> as written through statement.
    <fs_update_amt> = <fs_update_amt> + ( <fs_bsid>-dmbtr * <fs_ztrans_type_mast>-field_value ).  
    Is there any array like concept?? can you tell me how to overcome this ??
    Regards,
    Santosh

    you need make unique records of your it_bsid based on the key field before going into loop
    if sy-subrc = 0.
            w_index = sy-tabix.
            "<====== Here
            loop at it_bsid assigning <fs_bsid> from w_index.
              if <fs_bsid>-vertn ne <fs_bsid_vertn>-vertn.
                exit.
              endif.

  • Why are programs released with so many bugs? Photoshop & Premiere Elements 12 installation errors

    Microsoft windows 8 was buggy, but win 8.1 has even more program bugs. I cannot install either Adobe Photoshop Elements 12 or Adobe Premiere Elements 12. I get various errors - eg invalid serial number (when it isn't), general unspecified installation errors, roll back problems, 9 times I've uninstalled and reinstalled and rebooted. The Adobe Trouble-shooter does not help eg delete the swf file etc.
    Why do you release programs with so many bugs?
    How can I get my money back?
    But Adobe Photoshop Elements 11 used to work fine...
    Adobe is not the only company with Windows 8 problems....

    A few days ago I bought the Photoshop elements 12 and with the help of the customer service chat I finally  register and received the serial number, but  accidentally closed the chat before obtain the link to download it. I 've tried in different ways with not results. Can anyone please help me  to download and setup the software that I purchased? I'm new around here and have found it very difficult this new system, I think it was better when the program was purchased on disk and only the installation steps were followed, Sorry my insistence but took a few days on this and start to get frustrated by not receiving any response from the customer service and finally referred me to this forum. Should I return the prepaid card to the store?. Please help.

  • Excel 2013 BeforeRightClick Event fails on Windows 8.1 Tablet (it's an Excel 2013 tablet touch screen interface bug)

    I have developed customized table context menus in an Excel 2013 workbook on my Laptop. They work just fine on my laptop and my work desktop. But when I try to run them on my tablet PC the Worksheet_BeforeRightClick event in Excel 2013 never fires. Other
    worksheet events appear to work okay. I have fully reinstalled Office 2013 Pro and that does not make any difference.
    I have read other comments regarding this same problem going back to 2013, but have never seen Microsoft respond to this issue. Nor have I been able to find a resolution. Has anyone else run into this and found a solution?
    Additional Discoveries: Testing on my tablet shows that adding one custom CommandBarButton to either the top or the bottom of the default "List Range Popup" context menu causes the Worksheet_BeforeRightClick event to fail.  The basic context
    menu commands still show up, but the default dropdown button for additional context menu commands disappears. The event is perhaps firing, but any customized code for the context menu is not being handled properly by Excel. This does appear to be a bug and
    not a question of coding error. Perhaps someone else with a tablet PC running WIndows 8.1 could test this.
    Based on comments
    here this bug was introduced in Excel 2013 because others find the problem does not exist when using Excel 2010 on a tablet PC. Note that all the commenters on the linked thread that are experiencing this problem are using tablet PCs.
    Update 3-13-15: I stand corrected. The Worksheet_BeforeRightClick does work on Excel 2013 Windows 8.1 tablets. I happen to own an Asus VivoTab Note 8, which comes with a Wacom stylus. If I use the Wacom sylus to right click on an Excel 2013 worksheet cell,
    the Worksheet_BeforeRightClick event fires and modified context menu code runs just fine. But the code will not run if one uses their finger to right click a worksheet cell. This explains why this problem only shows up on tablet PCs. So the "bug"
    introduced in Excel 2013 is a general user touch screen interface bug and not an Excel events programming bug.
    Update 3-21-15: Switched to a  Toshiba Protege laptop with touch screen. Same issue with finger touch screen interface on the Toshiba touch screen as with the Asus VivoTab touch screen.
    Laptop: Toshiba Protege (with touch screen), Windows 8.1 64bit and MSOffice 2013 Pro 32bit
    Tablet: Asus VivoTab Note 8, Windows 8.1 32bit and MSOffice 2013 Pro 32 bit
    Desktop: Generic, Windows 7 64bit and MSOffice 2013 Pro 64bit
    phillfri

    Hello Phil,
    Command bars were deprecated and shouldn't be used any longer. Instead, you need to use the Fluent UI (aka Ribbon UI) instead. You can read more about the new UI in the following series of articles in MSDN:
    Customizing Context Menus in Office 2010
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 1 of 3)
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 2 of 3)
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 3 of 3)
    As a workaround you can add a custom control to the context
    menu with the getEnabled or getVisible callback which will be invoked before the context menu is shown.

  • Is this a bug in FF67?

    Hi,
    After upload electronic bank statement (without posting) to the system using FF.5, we use FF67 to view the statement status. Initially it displayed as "Elec.", after viewing some other statement, it status changed to "Elec. Posting complete". When look into the statement, it status is still "Elec. Posting complete" but all line item's status is "Entered". After exit and restart the transaction, the status return to "Elec.".
    I inform SAP about the problem and provided following step to reproduce the case:
    1. Login
    2. start transaction FF67
    3. click overview button
    4. double click first line (co.code: 8800) for details
    - first statement 81121 status is "Elec"
    5. click "back" button
    6. double click 5th line (co.code: 8813) for details
    - first statement 81031 status is "Elec. Posting Complete"
    7. click "back" button
    8. double click first line (co.code: 8800) for details
    - first statement 81121 status is now "Elec. Posting Complete"
    Their response is "You should use FEBA to view bank statement status" and insist nothing wrong with the program. To me, as a developer over 20 years, it is unacceptable. How can the status changed when I move within the transaction not treated as a program bug?
    Like to get your feedback on this case and see whether it's my problem. If there are some SAP developer, hope to get your comment also.
    Regards,
    Michael

    Hi Nazrul,
    I'm the ABAper in my company. Since the program (FF67) not modified by us (actually, we are performing testing on 4.6C upgrade to ERP 6.0), I ask SAP to perform the checking and opened connection for them to try out. Then their response is "You should use other transaction to view status", "FF67 is for entering manual bank statement only" ..... Nothing on why the status changed.
    Regards,
    Michael

  • Does win8/8.1/10 kill long-running programs automatically as stated in specs? reasons why?

    does win8/8.1/10 kill/end-task long-running programs automatically as stated in specs? how specifically does it detect a locked-up process?
    has this been put into windows 7 at any time to make it similar to windows 8?
    Please supply accurate answers. thank you.
    My understanding the reason for this change was to handle locked-up programs.
    I do have a number of long-running processes. some examples of mine and scenarios for other users:
    simulations on a Workstation or HPC Server
    doing a directory tree walk on a hard disk with >=1TB of data
    reference articles I have found on the subject:
    windows 7
    http://windows.microsoft.com/en-us/windows/exit-program-not-responding#1TC=windows-7
    windows 8
    From some of what I understand, you can also get the "Program Not Responding" or similarly titled dialog box when:
    bug in the source code of the program in question. for instance, while(1){} such as forever loops (win7)
    similar program bug when declaring a function one way but defining it a different way and then calling it (mismatch in function signature) (win7)
    similar to above with DLLs in using MSVCRT*.DLL or other
    (?) can't remember for sure on this, but I think some badly formed calls or it was invalid values or data type mismatch to Win32 API can do this from buggy code. (win7)
    for (x=0; x < 16777216; x++) {your code here...} in other words, large values for loop termination (win7)
    this is a repost of http://answers.microsoft.com/en-us/windows/forum/windows_8-performance/does-win88110-kill-long-running-programs/d35c3c9e-c6f4-4bbf-846a-2041bf2167a0?tm=1427518759476
    here due to a request to do so.

    does win8/8.1/10 kill/end-task long-running programs automatically as stated in specs? how specifically does it detect a locked-up process?
    has this been put into windows 7 at any time to make it similar to windows 8?
    Please supply accurate answers. thank you.
    My understanding the reason for this change was to handle locked-up programs.
    Hi Jim,
    First, I have to admit that I'm not fully understanding the question, If a program is not responding, it means the program is interacting more slowly than usual with Windows, typically could be a confliction of software or hardware resources between
    two programs, lack of system resources, or a bug in the software or drivers. In that case, we can choose to wait or end the program. This design is similiar in Windows 7, Windows 8 and other OS.
    For deeper analysis, system determines whether the system considers that a specified application is not responding using a "IsHungAppWindow function",
    https://msdn.microsoft.com/en-us/library/ms633526.aspx
    And this link also give some explanation: Preventing Hangs in Windows Applicationshttps://msdn.microsoft.com/en-us/library/windows/desktop/dd744765%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396
    While I'm not a developer, to better understand this, I recommend you contact members in the MSDN Forum:
    https://social.msdn.microsoft.com/Forums/en-US/home
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Photoshop CS3 web gallery bugs(?); vanishing metadata, bad sort order

    Running OS 1.5.4 on 24" Imac, I'm attempting to generate a "horizontal slideshow" from bridge-selected files in Photoshop CS3.
    [Sounded like the problem in this post: http://www.adobeforums.com/webx/.59b5a9fe/2 but on re-reading I've decided it's different so I'm giving it it's own thread, with more detail...]
    Here's my experience:
    1) Description and title show up for a second on the first slide, then revert to just the blank template on that and all subsequent slides (title: [blank] description: [blank]....
    Hitting "refresh" produces the descriptive metadata for a tantalizing moment, then it' s back to the blank template for this and all subsequent slides. It does this both for Safari and Firefox.
    You can view this behavior in a slideshow at http://oasisdesign.net/projects/earthtoilet/
    If it asks for a password, use---
    user:earthling
    pass: draf1 )
    "preserve all metadata" is checked.
    I've tried all combinations of checking/ unchecking "title, description, filename" for labeling...also, making slideshows with just one or two slides to reduce the chance that it's a weird character issue of the type some other folks have experienced...
    2) additionally, the web gallery is not respecting the manual sort order in Bridge, which is the source of the files. The help files say the slideshow should follow the manual sort order in Bridge.
    3) Finally, metadata entered in bridge metadata tab sometimes vanishes, sometimes metadata entered in file info wouldn't show in the metadata tab.
    Thanks for your help!!
    Art
    BTW, here's the related issues I found:
    http://www.adobeforums.com/webx/.59b5a9fe/2
    ...After some investigation, I found that the descriptions were disappearing only for photos that had a Return / Line Break in the description. If you go back and make sure all of your descriptions are a single line, it works fine....
    =Don't have line breaks, nor "and" nor &...
    http://www.adobeforums.com/webx/.3bff9de1/0
    http://www.adobeforums.com/webx/.3bd62ec3/0

    OK...here's the hack I used to get around what I'm now totally convinced are program bugs and shortcomings relative to advertised functionality, for anyone else who has to deal with this, followed by my (suggested fixes to Adobe)...
    1) Sort everything the way you want in bridge.
    2) Make meta descriptions w/o weird characters (a warning here would be helpful)
    3) Use "batch rename," with "copy to another folder" to give the images totally plain vanilla, DOS-style file names (001.jpg, 002.jpg...). This solves most filename issues and the works around web gallery's failure to recognize bridge sort order in one go. Note that you can irrevocably screw up the names of all your original files if you're not very careful to COPY at this step.
    ([a] make the bridge sort work directly, as advertised, por favor. [b] add an error message or warning about file names such as 006-(2).jpg causing malfunction. A compassionate, low-effort short-term patch for Mac users of web gallery, especially since bridge generates that particular sort name itself invisibly and automatically if you move a file with the same name into a folder)
    4) Use "white on black" instead of bug-ridden "horizontal slideshow" (horizontal slideshow should be fixed or deleted from the next version...multiple slideshow options would be awesome, as they advance automatically at the max rate the user's bandwidth allows, a very attractive feature)
    5) Restrict all images to the same height so users can click *in the same spot* to advance the 200 images with less carpal tunnel (the advance arrow should *always* be in the same spot, for every web gallery, IMHO)
    Web galleries are a fantastic tool for sharing information easily...I hope to see some evolution in those great automatic updates someday...

  • Bug report: Adobe Media Encoder (CS5) has encountered an error (WinFile.cpp-759)

    I have a 714 MB Xvid file that I want to split into smaller pieces. I have gone successfully through a similar process earlier with a larger Xvid file using the same version of Adobe Media Encoder (CS5). It appears that no matter which output video format I choose, the process crashes with the following error message shown in a new pop-up dialog:
    "Adobe Media Encoder has encountered an error. [..\..\Src\Win\WinFile.cpp-759].
    (Even the source program file line number 759 in the above error message is always the same, regardless of my chosen output file format.)
    The only option available from this point onwards is the "Continue" button. When I click Continue the program terminates with the Windows program crash message "Adobe Media Encoder CS5 has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available. <Debug> / <Close program>"
    My search for other similar problem reports revealed that some user(s) has/have experienced a very similar problem in CS4, but the source line number was slightly different in CS4. Both problems are probably caused by the same error in Adobe's software. The small difference in source line numbers is probably due to some (minor) and probably unrelated changes to this C++ source module (WinFile.cpp).
    It might of course be the case that this particular input video file has some rare encoding or other embedded problem. However, the fact that I can view the video without problems using Windows Media Player does not support this theory.
    Apart from this message board I could not find any other avenue to report this bug to Adobe (without paying for support - which I am obviously not going to do as this is clearly a programming bug in the software). Hopefully some Adobe developer responsible for Media Encoder maintenance will read this forum from time to time and would subsequently inspect the source module for any obvious defects. I could supply the source video file with which this problem can be reproduced at will.
    Regards
    Jouni Juntunen

    OK, I've reported the bug in the linked location. However, I had to use "Creative Suite" as the application, because "Adobe Media Encoder" was not an available option.
    Jouni Juntunen

  • BUG: Layers that are turned off show up in published pages

    Layers that have visibility turned off in the timeline still show up in the published page.
    Also, these layers didn't have keyframes, which means they stayed on the entire time once they were instantiated.
    This makes it NOT appear within the program, but DOES appear when publishing. Was driving me crazy, and should be considred a program bug, since turning off visibility should be both in the software and the published page.
    - Ian

    Hi,
    Thanks for the quick response.
    I can't send a link at the moment, but it should be reproduceable by creating a layer on the timeline, clicking the EYE icon to unset Element Visibility, then publishing or previewing. The element will still be visible on the preview and the published page.
    I would expect the behavior of all layers that had visibility turned off to not be visible in the published page or preview.

  • Runtime exception for other than programming error.

    In a conversation the question arose whether it could be a case of throwing a runtime exception for anything other than a bug. The tutorial on oracle site says "These Usually Indicate programming bugs" leading to think that can be used in situations in which there is no bug.
    Anyone have a practical example of a runtime exception when there is no bug?
    Thanks.

    937643 wrote:
    Ok. But. Do you think that in these cases the use of a runtime exception could be considered a bad practice?That's actually a matter of some debate.
    On the one hand, Java has defined two major kinds of exceptions since the very beginning (unchecked exceptions, which are RuntimeException, Error, and their descendants; and checked exceptions which are everything else). The intended use of those was that checked exceptions should be for things that can normally go wrong in the execution of a program, even without a bug or without a major internal JVM error, such as a failed attempt to persist something or a network connection dropping--stuff that a programmer might normally be expected to deal with; while unchecked exceptions were created for things that a programmer would not normally handle in his code (except possibly at major architectural boundaries), like buggy code or an internal JVM failure.
    With the rule about having to catch or declare checked exceptions, but not unchecked ones, that makes it easy for programmers so say, "Okay, I know exactly what can go wrong here that I might be expected to handle and I can therefore choose what to do with it; there will be no surprises. But I don't have to deal with problems that are outside my normal responsibility, like somebody passing me a null when they shouldn't have." It gives a programmer a nice bit of control, and the ability to know he hasn't missed something, kind of like the type safety provided by a strongly typed language.
    At least that's the theory.
    In practice, most checked exceptions either just get bubbled up to the next layer (via a throws clause), or caught wrapped in a fairly generic layer-appropriate exception and rethrown. There's not a whole lot of use made of what checked exceptions provide, and there's a lot of ugly boilerplate code that doesn't do anything useful for the app but is just there to satisfy the compiler.
    So, some people think that checked exceptions are useless, or mostly useless, and favor unchecked exceptions in most or all cases. I believe that's part of the philosophy of Spring, but I'm not totally sure.
    The idea is that since most of the time you can't do anything about exceptions that might be thrown to you, it's wasteful and pointless to have all that code to catch and rethrow. In this viewpoint, it would be better if, for example, not providing a throws clause at all meant that you could throw any exception. Any given code can still catch specific exceptions that it knows it can handle, but we don't have to write a bunch of code notating something that we're not really doing anything about.
    Personally, I used to be totally in the checked exception camp. However, all the pointless boilerplate is wearing me down. I'm still not completely convinced though, and here's why: If I'm calling a method, I'd like to at least be able to see what might go wrong, so that I can decide how to deal with it. If all exceptions were unchecked, and the throws clause were optional, a conscientious developer could still provide it, and list the unchecked exceptions his method might throw to me, and/or he could document them in the javadoc comments. But a lot of developers won't do that, or even if they start to, as their method evolves, without the compiler to enforce it, they won't keep it up to date.
    So there are advantages to both approaches. I personally would to know that the information will always be available to me, but for the small percentage of the time where I actually use it (like handle one specific exception one way and some other exception differently), I'm not sure if it's worth the overhead.

  • "Verdana missing" bug in illustrator CC on Mac

    Hi Adobe,
    I just called your outsourced phone support at the request of the tier 1 support/chat and they were unable or unwilling to address this issue and I was told to start a new thread here to try to get the attention of the programmers. For some reason, Illustrator CC stops working randomly, and asks for the font Verdana. It's installed, and active, in all 4 flavors but Illustrator can't or won't see it. In my experience a restart fixes the issue, but it will return again within a week and this has been happening since about mid-December 2013, or about 2 months. I am up to date on all cc files, and am running OSX v10.9.1 and I find it a vexing problem that this verdana font, which I *never* use is crashing your software and I see it as a threat to my livelyhood and sanity! What is being done to fix the dependancy that Illustrator has on this font? Why don't the tech people know about the issue when it is clearly a known issue on the discussion boards? Why are your previous threads about the issue closed without a clear resolution? What changed in the most recent version to create this dependacy on a system font that has *no business* being used for design work? I await your response...

    Yes Monika, they are there as I previously stated....
    **please do not post to this thread without reading the issue first, what we are talking about here is a program bug which has been reported to adobe and unless you are an adobe programmer you can't solve the issue***
    Message was edited by: PrePress1

  • CS6 beta ACR7 'Color Detail' slider BUG Win7-64bit

    I'm not sure if this happens on everyones system...
    Steps to reproduce:
    1) Open a photo (RAW, jpg, etc) with heavy color noise in ACR 7.0.0.308 (like ISO > 6400)
    2) In the Detail tab, set the noise reduction 'Color' slider to about 40.
    3) Then drag the 'Color Detail' slider back and forth using the left mouse button while noting the effect on the photo.
    4) Release the mouse button at 'Color Detail' of say 100 (or something far from 50).
    5) Notice that the effect will be revert to the equivalent default of 50 even though the slider numeric value still shows whatever you set it to.
    6) Also notice that the up/down arrow keys can change the slider numeric value, but the effect on the image stays at 50.
    In summary, the 'Color Detail' slider works only when the user drags that slider while the left mouse button is in the 'down' state.
    My system Info:
    Adobe Photoshop Version: 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:13, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 4
    Logical processor count: 8
    Processor speed: 3599 MHz
    Built-in memory: 32719 MB
    Free memory: 28874 MB
    Memory available to Photoshop: 29731 MB
    Memory used by Photoshop: 60 %
    Image tile size: 128K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: GeForce GTX 560/PCIe/SSE2
    Display: 2
    Display Bounds:=  top: -1050, left: 0, bottom: 0, right: 1680
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 1050, right: 1680
    Video Card Number: 1
    Video Card: NVIDIA GeForce GTX 560
    OpenCL Unavailable
    Driver Version: 8.17.12.9610
    Driver Date: 20120229000000.000000-000
    Video Card Driver: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um
    Video Mode: 1680 x 1050 x 4294967296 colors
    Video Card Caption: NVIDIA GeForce GTX 560
    Video Card Memory: 2048 MB
    Video Rect Texture Size: 16384
    Serial number: Tryout Version
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      C:\, 194.2G, 90.8G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Plug-ins\
    Additional Plug-ins folder: not set

    I can  confirm reproducing this on a Windows 7 Ultimate system with ATI card.  I think it's a good ol' fashioned program bug. 
    -Noel

Maybe you are looking for

  • Error while importing xml file

    Hi, I am importing the xml file using the executefile function or dbms_aw_xml package and getting following error. SQL> execute dbms_output.put_line(dbms_aw_xml.executefile('XML_IMPORT_DIR','mod_OPER_DATA_BW.XML')); BEGIN dbms_output.put_line(dbms_aw

  • Help Transferring data off of old iMac hard drive onto new Imac

    Hello, I have two iMac's in my home office.  My 6 year old iMac recently had the logic board die; so as opposed to putting $500 dollars into an old iMac I just removed the hard drive.  I now would like to pull all the data off this hard drive and upl

  • Adobe Acrobat XI Trial

    This is a comment instead of a question. I installed the trial version of Adobe  Acrobat XI this evening and I have already decided that I will NOT be purchasing the full version.The constant reminders to "update" that appear after nearly every actio

  • ISight disables 'idle'

    After some complaints from 'buddies' I have established that, on my system, having the iSight camera connected (with its aperture open) disables the automatic 'idle xx minutes' indication (that is my indication as seen by others) on iChat. Thus I con

  • When I try to save an image firefox is automatically removing any image filetype (.jpg .png .bmp etc) and replacing it with .html

    Every time I try to save an image by right clicking and going save image as firefox is changing the filetype to .html It does it for every website and every image regardless of its file type. Even if you go to the direct link for the image and try to