Possible BUG on preview found?

Hello,
i believe to have found a bug on Preview. The thread is here:
http://discussions.apple.com/thread.jspa?messageID=6222144#6222144
it seems that Preview use a generic rgb profile when open a srgb profile picture but there are no problems when it open an adobe profile pictures which recognise fine. I'd like to contact Apple support to report this but i can't find an online form to do it. Any help? Thanks.

If you want to report this to Apple, send a bug report (or enhancement request) via its Bug Reporter system. Join the Apple Developer Connection (ADC)—it's free and available for all Mac users and gets you a look at some development software. Since you already have an Apple username/ID, use that. Once a member, go to Apple BugReporter and file your bug report/enhancement request. You'll get a get a Bug ID number; thus, starting a dialog directly with engineering.

Similar Messages

  • Possible bug found in Mac Os X Tiger 10.4.11 in conjuction with iPod Touch

    Dears,
    I think I've found a possible bug in Mac Os X version 10.4.11 in conjunction with iPod Touch.
    When the iPod is connected during boot, my Bluetooth hardware fails to be detected. When I restart the portable without the iPod connected, my Bluetooth hardware is recognised & activated again. It is reproduceable.
    1. Attach iPod Touch before starting the MacBook Pro
    2. Boot the Macbook
    3. Bluetooth hardware should be rendered inoperative
    Restore functionality:
    1. Detach the iPod Touch
    2. Reboot the portable
    3. Bluetooth hardware is restarted / recognised.
    Regards
    Cedric

    wrong category

  • Possible Bug with Drag-and-Drop Being Published via HTML5 - Getting "Undefined" Error When Dragging Object

    Hello,
    I came up with a way to use drag-and-drop interactions that will take advantage of file input so that I may create a drag-and-drop interaction that uses one draggable object over and over allowing multiple scoring/tracking possibilities.  Example use...is having the draggable object be dynamic in that it randomly changes its text so that a learner can drag a term it's possible classification.........thus allowing the possibility of having many terms easily loaded without having to redo a drag-and-drop interaction for each needed terms/classifications updates/changes.
    My Issue: When using a variable to represent the text for a draggable Smart Shape object, I'm getting the error message "undefined" when, clicking/pressing on the object, as well as during the drag of the object. This issue occurs when publishing the project in an HTML5 format.  Flash interestingly enough seems to work perfect...but we are not interested in publishing via Flash any longer.
    To better help you explore this error message, I've set up a test project so that you can see when and how the "undefined" message shows up during a drag-and-drop interaction.  I've also included the Captivate 8 project file used to make the exploration project I'm sharing in this post.
    Link to Captivate project I created for you all to explore "undefined" error message": http://iti.cscc.edu/drag_and_drop_bug/
    Link to this Captivate 8 Project file: http://iti.cscc.edu/drag_and_drop_bug.cptx
    It's pretty interesting how things react in this demo, please try the following actions to see some interesting happenings:
    Drag the Yellow (or variable drag box) to the drag target.
    Drag Black Hello square to Drag target and click undo or reset - watch the undefined message come up on the Yellow (or variable drag box).
    Drag the Yellow (or variable drag box) to the drag target and then use the undo or reset.
    Move both draggable boxes to the drag target and use the undo and reset buttons...
    Anyhow, I know you all are sharp and will run the demo through its paces.
    I'd really be very honored if anyone help me figure out how I could (when publishing out to HTML5) no longer have the "undefined" error message show up when using drag-and-drop with a variable for shape text. This technique has been well received at the college I work at...and I have many future project requests for using such an idea on a variety of similar interactions. I'd love see a solution or see if this might be a bug Adobe may be able to fix!
    I tried to find a solution to the issue documented here for quite some time, but I was not able to find anyone with this problem much less attempting the idea I'm sharing in the help request -  save the darn "undefined" message that comes up!
    Many thanks in advance for any help and/or direction that you all may be able to provide,
    Paul

    Hello,
    I just wanted to supply a minor update related to my drag-and-drop question/issue stated above:
    I did another test using Captivate 7, and found that the undefined error (publishing as HTML5) does not appear and the variable data remains visible - except the variable data turns very small and does not honor any font size related settings.
    I did go ahead and submit this to Adobe as a possible bug today.
    Thanks again for any help related to this issue.  If the issued documented above is solved, it will allow many amazing things to be done using Captivate's drag-and-drop for both regular type projects as well as interaction development for iBooks! 
    Matter of fact if this issue gets fixed, I'll publish a Blog entry (or video) on way's I've used Captivate's drag-and-drop to create dynamic learning activities for Higher Ed. and for use in iBooks.
    ~ Paul

  • Possible bug? formatted number 0 displays as  4,294,967,295

    This is really two questions in one. First, I have a routine
    that sometimes provides a result of 0, which is *sometimes*
    displayed in an AdvancedDataGrid column as 4,294,967,295, which I'm
    assuming is somehow a meaningful number (largest int?). Anyway, I
    have an ADG with a column defined as:
    <mx:AdvancedDataGridColumn headerText="Remaining work"
    labelFunction="rem_work_fmt" textAlign="right" />
    The labelFunction called is shown below:
    private function rem_work_fmt(item:Object,
    column:AdvancedDataGridColumn):String
    var num:String =
    numberFormatter.format(item.get_remaining_work());
    trace ("result: " + num);
    return num;
    The trace output prints: "result: 0" as expected, but the
    number displayed in the grid is sometimes 0 and sometimes
    4,294,967,295.
    More weirdness, this only happens to the last column in the
    ADG. I call the same format logic on a different column and have
    never seen the wrong result. Also, the same underlying function
    "get_remaining_work()" is called elsewhere on the same data and the
    result is correctly displayed in a text field as 0.
    Second question, I've run into some other possible bugs,
    which I haven't reported because I found a work around. How does
    one do that in the beta program?

    lw1001,
    Bugs can be filed in the public bug base at
    http://bugs.adobe.com/flex/
    You'll need to sign up before you can submit bugs.
    Also, if you can attach the bug files to the bug report, it
    makes it a lot easier for Adobe to investigate.
    Let me know if you have any further questions/problems.
    Peter

  • A possible *bug* in java jcombobox

    Hi all,
    I think i found a possible bug in java jcombobox .. i am sure some of you must have already experienced it..
    supposedly you put a jcombobox in a jpanel
    returned the panel from a method to a calling method..
    and that method adds it to another panel that it had created to a frame..
    and if this happens dynamicaly at runtime, as only after u click a button..
    meaning : without adding the combobox or the immediate parent panelto the contentpane .. directly..
    Then,
    your combox's keylistener may not catch events fired.
    .. this has happened to me many times.. and always i could only find a way out
    .. by adding the combobox to panel that is loaded during startup itself and is
    .. not returned through a method call.
    Your opinions please ?
    'Harish.

    All components in a UI are created at run-time.
    When you create your JFrame you call pack() to align and resize the UI. This validates all the components, and sets the default focus on what ever component should have the focus at start up.
    When you create components and add them as children of another component you have to validate the child and parent. This can be done by calling JComponent.validate()
    As for keylisteners not getting called, this might be fixed if you call grabFocus on the new combobox. I can't see a reason why any listener would stop working.
    For me to really understand what your talking about. I'd need to see source code reproducing this problem.

  • Are you aware of a possible bug in version 3.6.23? In the browser, for example, "two/" appears with the slash through the "o". Is this a known bug?

    Are you aware of a possible bug in version 3.6.23? In the browser, for example, "two/" appears with the slash through the "o". Is this a known bug?
    When the same text is view in another browsers it appears correctly as "two/".
    I've checked, and the same problem appears in Firefox on another computer.
    The two answers received so far have not provided an answer: is this a known bug in Firefox?
    Thank you.

    You are on a Mac and that is a [http://en.wikipedia.org/wiki/Kerning kerning] problem. Don't you see the same problem in other applications if you choose the same font, font-weight and font-size.
    I only find one other kerning [https://support.mozilla.com/questions/789254 question] here -- it is marked unsolved. I find it strange that Firefox got involved with this at all rather than leaving such things to the operating system and font metrics.
    Does the problem go away with "command+0" (zero) which resets [http://kb.mozillazine.org/Zoom_text_of_web_pages zoom level] to normal. If you mess with the font sizes in your preferences because you want larger print that would have the same effect.
    Also found this one recently reported for [https://support.mozilla.com/questions/892222 Firefox 7 in ubuntu 11.04] which appears much worse. If it involves Firefox and specific operating systems it becomes a lot harder to diagnose who or what is responsible.

  • Possible bug with iTunes 11 ?? (with Smart Playlists)

    Hi folks
    New to Apple Support, but after upgrading to iTunes 11 earlier today (on my Mac Mini) I've discovered a potential bug / difference in the way it operates compared to earlier versions. Can someone else try something similar and see if they get the same result - I think I read somewhere that v11 is not available on Windows yet, so I cant compare what happens there
    I've imported all our CD's into iTunes, and we've set up several Smart Playlists (SP). Using the Rating setting for the songs, we can break them up into groups, eg
    Rating 0 = not yet processed
    Rating 1 = not interested in listening to again
    Rating 2 = kids songs (for our children)
    Rating 3 = christmas songs
    Rating 4 = songs i like, but my wife probably wouldnt
    Rating 5 = songs we both like - good for background music etc
    Using Home Sharing to our iPad's rocks !!
    Now, onto the bug.
    Using the SP that has just songs with Rating 0, I could play any song, set the Rating to whatever, and naturally once set, that disappears from the SP
    In all earlier versions of iTunes, playback would continue with the next song, so I could set that Rating, etc etc. Worked really well to churn through a chunk of songs in say 15 minute blocks
    With iTunes v11, playback stops as soon as I set the Rating.
    How can you help ?????????? Set up a smart playlist with whatever criteria you like - make sure you have a number of songs returned and ensure Live Updating is set, have a song playing, and make that song no longer valid for that SP. Anyone doing this in earlier versions of iTunes should have the next song begin, and if this is a bug, then those using iTunes 11 will have playback stop
    Sorry for the long post, but in order to determine a potential bug, you need to describe the situation and how to test it.
    Thanks for reading
    PS I'm on a 2010 Mac Mini with OSX v10.7.x (whatever the current release of that is) and just upgraded to iTunes 11

    Soo, maybe it isnt possible bug, but the way Apple have changed iTunes when going to v11. Stooopid
    Anyway, found this link about downgrading to an earlier version. I've just completed it and found one or two "errors" in the method, which I'll detail below
    http://www.emacconsulting.com/apple/itunes/downgrade-itunes-11-to-itunes-10-7/
    In the latter part of the instructions
    11) Open your iTunes Music Folder.
    If you never moved your iTunes folder it’s located here:
    Your HD/Your User/Music/iTunes
    Or go to the Finder type:  Command + Shift + G
    Paste this into the the dialog:  ~/Music/iTunes
    If you moved it to another hard drive, you will know where to locate your iTunes folder.
    12) Open the “Previous iTunes Libraries” folder.
    13) Find the most recent copy of the “iTunes Library 2012-xx-xx.itl” file.
    Normally it will the last file at the bottom of the list.
    14) Drag a copy of the file into the iTunes folder.
    15) Delete the “iTunes Library” file.
    16) Change the name of the “iTunes Library 2012-xx-xx.itl” to ”iTunes Library” with no .itl extension.
    In #11, I simply went to "My HD"/Users/"My User"/Music/iTunes
    Copied the latest .itl and moved it up a directory level
    The old file in #15 is called "iTunes Library.itl" - which I renamed, and renamed the copied version back to "iTunes Library.itl" = though I do have extensions showing, some people may not and hence wont see the .itl
    Anyway all is fixed in my world, and when I launched v10.7, it asked me if I wanted to upgrade to v11 - I said No and not to prompt me again. Playcount issue is resulved, as is changing SmartList criteria with playback continuing
    Apple - please correct these bugs before releasing any new versions of iTunes... you've made a very large number of people unhappy

  • Possible Bug In Apex 4.0.2

    Hi Everyone.
    I would like to report what I think is a bug in Apex 4.0.2.
    If you go to my workspace on apex.oracle.com:
    Workspace = EEG
    Username = [email protected]
    Password = galaxy (all lowercase)
    Run the application: 37796 - Elie_Various_Goodies [no credentials are required]
    This app was imported from my 4.0.1 workspace at my job. On the page I created two Date Picker items, P1_BEGIN_DATE and P1_END_DATE. I set them up so that whenever a user selects a begin date, a dynamic action "MANAGE_DATES" fires and automatically sets P1_END_DATE to this selected begin date value. Now when a user goes to select an end date, the displayed calendar starts at the previously selected begin date rather than the default of "Today".
    All of this worked fine on my office (4.0.1) workspace. However, after exporting this app and then importing onto apex.oracle.com, none of this functionality would work. Even worse, whenever I try to select a begin date or even an end date, the selected dates never make it into the date picker fields. Displaying the "Session" window shows these fields as empty.
    It was only after I copied the two date picker fields and also re-created my dynamic action (P1_BEGIN_DATE2, P1_END_DATE2, MANAGE_DATES) did my functionality return.
    This behavior is quite strange. I can only think this is some sort of bug attributed to the export/import process when exporting a 4.0.1 app into a 4.0.2 workspace. I am not sure if this bizarre behavior happens with non-date picker items. Nor am I sure if this beavior would be repeated if I export/import from 4.0.2 into the another 4.0.2 environment.
    Another strange thing I noticed. If I change my date picker items to be "date picker (classic)" type items, the dynamic action does not work at all. This is true in both 4.0.2 and 4.0.1. I'm not sure if this a bug or not. It could be that the classic date picker is just not "javascript" enabled so to speak. If that is true, then it would have been nice if the docs would have warned us about this.
    Has anyone else seen this behavior?
    Thank you.
    Elie

    Hi Joel.
    First let me thank you for the warning about allowing "everyone" access to my workspace.
    You're correct, of course. Anyone could destroy anything within my workspace. I guess I was too trusting especially as I have seen many posts on the Forum where others have given access to their workspace so that responders can offer help. I really should be more discreet about this. Again, thank you. Needless to say, I have changed my password.
    With respect to the possible bug, the MANAGE_DATES dynamic action is intended to be a submit page because that is the only way I can see to get BOTH the P1_END_DATE date picker item as well as the end date textual field to be assigned the selected P1_BEGIN_DATE. I tried to use a dynamic action in which javascript sets the value of the end date textual field to the selected P1_BEGIN_DATE value. This works without the need to submit the page. Unfortunately, this does not cause the P1_END_DATE date picker item to default to this value. Instead, the default remains at today's date. This is why I finally resorted to a dynamic action that submits the page whenever a new value is selected (that is, a "change" event) from the P1_BEGIN_DATE date picker item.
    All of this works in my office 4.0.1 environment. However, I was puzzled when this fails under 4.0.2 on the hosted web site at apex.oracle.com. This is why I posted a "possible" bug in 4.0.2.
    I hope this all makes sense.
    One more thing, as already mentioned in my original post, this "defaulting a date picker" functionality does NOT work at all for the "classic" date picker items in both 4.0.1 nor in 4.0.2. I realize one can implement this functionality (I' guessing) my using, say, a "onChange" javascript call to submit the page. It's just funny that the "classic" date picker items are not acted upon by the dynamic action MANAGE_DATES that submits the page.
    Thank you.
    Elie

  • List of bugs I've found - 10.5.1

    Hi,
    If I find bugs, do I just post them here? You guys REALLY need a bug tracker. I mean, really... I've been reading a lot of complaints online all over the web about Leopard bugs, and it's really starting to worry me, especially when I see them on Mac forums.
    First, I'm going to list bugs I've found:
    BUG #1: AIRPORT EXTREME BASE STATION:
    This one is really getting on my nerves. I have an Airport Extreme Base Station and I have an external drive plugged in. When I click on my base station in finder, I see "Connected As: Guest". When I click on "Connect As" it gives me "Connecting..." then "Connection failed". It seems that it's not even giving me the choice of typing in a user. To resolve the issue I have to reset my base station, but when I try to connect with another computer same thing happens. I need to reliably get to my network drive, and this is getting ridiculous.
    BUG #2: MAIL TO DO LIST:
    Not entirely sure about this one, but to do list items are not showing up in iCalendar. Also, I don't seem to be able to set the alert option. I see it in the list, but I can't do anything with it.
    This might have been a fluke, or fixed in 10.5.1, but at one point when I changed "Date Due" to something like "Today" on accident, I was unable to change it back to "No Date"
    BUG #3: KEYCHAIN MANAGER
    I keep getting unexpected errors when editing, deleting, and even browsing...
    BUG #4: SPACES
    I had some problems with spaces before the update, which I described in this thread:
    http://discussions.apple.com/thread.jspa?threadID=1239958&tstart=0
    Doesn't seem to be a problem now, although I remember it working some point before the update as well... I just thought I'd mention it again just incase it's one of those bugs that crops up every once in a while. Was bugging me all day yesterday.
    BUG #5: DOCK
    This happened today... When I clicked on the application in my dock, whether it was open or not, it would reveal the application in finder. I had to "killall Dock" in finder to reload the dock, and then it worked normally again.
    BUG #6: BOOT
    This may not be a bug, but I consider it to be. There is absolutely no boot progress after the grey apple screen. This is important. Please add it back. If something happens during the boot process that causes it to halt, it would be useful to know about where it got stuck, wouldn't it?
    BUG #7: Quicktime & Minimize
    I haven't tried this yet, but I saw it mentioned on one of the mac forums. I was going to test it, but I can't get into my network drive with all my videos on it, due to one of the most annoying bugs mentioned above.
    Basically what was said is when you minimize a QuickTime window with a video playing, it no longer plays in the dock or stops playing (something to that effect). It's one of the things Steve brought out in one of his keynotes. If this was a "feature" that was removed, why in the heck would you remove something like that?
    Now I'm going to make some suggestions:
    SUGGESTION #1: LIGHTER STACKS
    The "stack" shows every single icon on the dock stacked on top of each other. The way stacks works in itself is very productive for me. But having every single Icon graphically on the dock can be a bit slow. I actually notice it stacking up during boot, which is a bit odd. If you must show every single icon, surely you can cache all the icons stacked on top of each other as a single graphic? That way it uses less memory, and boots up a bit quicker. Or even show just one icon of the users choice. My biggest concern is during boot
    SUGGESTION #2: SPACES, FULL SCREEN GAMES
    Be able to use a space for a full screen game without disrupting it. Would be nice if you could have your game on one space, and switch to another to look something up online.
    SUGGESTION #3: SPACES, MORE HOT KEYS
    There's a hot key for activating the spaces selector. How about being able to switch to a certain space via hot key? Like Command-S-> or Command-S<- or Command-S/\ (user definable). That way, knowing the space I want to go to, I can get to it quickly. I'd like to be able to jump to a space without using my mouse.
    Last thing I want to say... I've read a lot of complaints about features being removed from Tiger... Please look into what users are saying is missing and add them back.
    That's all the comments I have for now... It's a bit late. Maybe I'll have more later on.

    This may not be a bug, but I consider it to be. There is absolutely no boot progress after the grey apple screen. This is important. Please add it back. If something happens during the boot process that causes it to halt, it would be useful to know about where it got stuck, wouldn't it?
    I've never seen the boot progress bar in Leopard, but if you want a more verbose boot sequence just hold down Command+V while your computer starts up.
    Basically what was said is when you minimize a QuickTime window with a video playing, it no longer plays in the dock or stops playing (something to that effect). It's one of the things Steve brought out in one of his keynotes. If this was a "feature" that was removed, why in the heck would you remove something like that?
    I can confirm that videos (at least for me) no longer play while in the Dock.
    The "stack" shows every single icon on the dock stacked on top of each other. The way stacks works in itself is very productive for me. But having every single Icon graphically on the dock can be a bit slow. I actually notice it stacking up during boot, which is a bit odd. If you must show every single icon, surely you can cache all the icons stacked on top of each other as a single graphic? That way it uses less memory, and boots up a bit quicker. Or even show just one icon of the users choice. My biggest concern is during boot
    I've never really had a problem with that - they update very quickly for me.
    There's a hot key for activating the spaces selector. How about being able to switch to a certain space via hot key? Like Command-S-> or Command-S<- or Command-S/\ (user definable). That way, knowing the space I want to go to, I can get to it quickly. I'd like to be able to jump to a space without using my mouse.
    Press Ctrl+<number> to switch to a certain space. (ie: Ctrl+5 switches to space 5)
    Also Ctrl+<arrow> will switch to an adjacent space.
    This is all customizable in the Spaces preference pane.

  • % Scale bug in Preview

    i have been experiencing a bug in preview where changing the entry in SCALE (i.e. entering actual numbers into the "Scale" dialog does nothing). I if I enter 50 or 75 or 200 it does not matter as preview will simply print at - apparently it will simply print at whatever it opened with - which at the moment appears to be actual size. If I click on "Scale to Fit" the new percentage number will now be in the "Scale" dialog - the image will /now/ be at the Scale To Fit size, but again putting in differnt entries in the Scale dialog will not change anything.
    this appears to either be a bug or something that has been corrupted on my system. can anyone confirm one way or another?
    TIA

    oh cripes. thank you matt!
    this has bedeviled me for about two years during my move back to mac. glad i kept asking on this one despite some pushback...
    thanks. awesome.

  • Mavericks editing bug in Preview

    Have just encountered a nasty bug in Preview.
    When you try to crop an image and adjust the position of crop bars the whole image starts jiggling making it impossible to accurately position the crop point.
    Anyone else encountered this?
    I made a screen movie of it & wanted to post it but the movie option is grayed out so I can't.

    Hi sir,
    Do your try it on Azure manage portal (https://manage.windowsazure.com )? Azure preview portal currently is preview version and no support approach. So you can confirm this issue on manage portal. If it always
    has this error, please feel free to let me know.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Bug in Preview's Exif viewer (inverted GPS coordinates)?

    Hi,
    I've been scratching my head quite a lot over this one...
    I'm finalizing an application that gets your GPS coordinates off your Google Latitude history and uses them to geotag your pictures. The idea is to make it easier to use the "Places" functionality of iPhoto, Picasa, etc...
    Anyway, I cannot explain why Preview seems to display an incorrect longitude (it drops the "-" sign which places a California picture somewhere in China...) when Exiftool, Picasa and, yes, even iPhoto seem to get it right.
    I know some of you will probably think I'm looking at 2 different pictures (I probably would think the same if I were you) but I've double, triple checked. In fact a simple "Show in finder" from iPhoto or Picasa will bring up the picture for me to double-click.
    Anyway, see for yourself:
    The picture in question
    Exiftool
    in iPhoto
    in Picasa
    in Preview
    Any feedback appreciated.

    tbertran wrote:
    However, that would not explainwhy the very complete exiftool output is spotless (as far as I can tell). IPhoto and Picasa also get it right...
    That's all well and good. But even if you have smoking-gun evidence that there is a bug in Preview (and it isn't a show-stopping bug either), it will be months, if not years until said bug is fixed. Until then, your output will not work in Preview. So, in any case, you are going to have to modify your code to produce output that Preview can read. Other applications are able to produce such files that Preview can understand. What is the difference?
    My advice is to continue working with other tools to generate identical files with identical tags. Then find the difference in output between the other tool and yours. That should identify where the bug lies.

  • Possible bug: Saving array with extended and double precision to spreadshee​t

    If one concatenates a double precision array and an extended precision array with the "build array" vi and then saves using "Write to Spreadsheet File" vi any digits to the right of the decimal place are set to zero in the saved file. This happens regardless of the format signifier input (e.g. %.10f) to the  "Write to Spreadsheet File" vi.
    I am on Vista Ultimate 32 bit and labview 9.0
    This is a possible bug that is easily circumvented by converting to one type before combining arrar to a spreadsheet. Nonetheless, it is a bug and it cost me some time.
    Solved!
    Go to Solution.
    Attachments:
    Spreadsheet save bug.vi ‏9 KB

    Hi JL,
    no, it's not a bug - it's a feature
    Well, if you would look more closely you would recognize the "Save to Spreadsheet" as polymorphic VI. As this polymorphic VI doesn't support EXT numbers internally (it only supports DBL, I64 and String) LabVIEW chooses the instance with most accuracy: I64 (I64 has 64 bits precision, DBL only 53...). So your options are:
    - set the instance to use as DBL (by right-click and "Select type...")
    - make a copy of this VI, save it with a different name and make it support EXT numbers (don't rework the polymorphic VI as you would break compatibility with other LV installations or future revisions)
    And yes, those coercion dots always signal some conversions - you should atleast check what's going on there...
    Message Edited by GerdW on 05-21-2010 10:01 PM
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • I am trying to find jag meltdown the 2 part to the end of jag and beginning of ncis  I can not find anything even wiki  would like to download the episode can not find on itunes if possible otherwise is harem found guilty?

    i am trying to find jag meltdown the 2 part to the end of jag and beginning of ncis  I can not find anything even wiki  would like to download the episode can not find on itunes if possible otherwise is harem found guilty?

    i am trying to find jag meltdown the 2 part to the end of jag and beginning of ncis  I can not find anything even wiki  would like to download the episode can not find on itunes if possible otherwise is harem found guilty?

  • Can someone confirm a possible bug with Universal Access?

    Can someone confirm a possible bug with Universal Access?
    I have a Mac Pro 3,1, 10.7.1 but if you could confirm or not this possible bug with any model.
    In Energy Saver preference pane:
    Set Mac to never sleep.
    Set Display Sleep to ~2 minutes.
    In Desktop & Screen Saver:
    Set screen saver to start at ~1 minutes.
    In Universal Access:
    Check Enable access for assistive devices.
    Check radio button Zoom to On.
    Zoom in window not checked.
    Confirm that Zoom works by pressing:
    ⌥⌘= (option, command, =).
    Set screen back to normal by pressing ⌥⌘-.
    Let screen sleep after screen saver starts.
    Wake screen and see if ⌥⌘= still works.
    Thanks … Ken

    Other than the time intervals (smallest Screen Saver kick-in is 3 minutes), it works fine for me - at least I can still zoom in/out after waking the display.
    Tested on two different MacBook Pro models in 10.7.1

Maybe you are looking for