Weird subtitle bugs

I'm running into several weird subtitle bugs in Encore 2.0. My project is a 33 minute training video with 4 subtitle tracks - English, Chinese, Spanish and Russian. I know the project was initially created in 1.5, but I don't remember if the subtitles were imported before or after the conversion.
The first is that some of the subtitles that have been edited are showing the original version of the subtitle. In most cases, if I go back to the edited version in the timeline and add a space at the end, it seems to update to the new version of the subtitle.
The other issue is that in many cases, the subtitles are staying on the screen longer than they should be. In one instance, the subtitle stayed on the screen for about 15 seconds more than it should.
Any comments or suggestions?
This will be the last project for me in Encore - I just can't afford to spend multiple days working around Encore and its "features"
Thanks,
David

Experienced the same subtitling "bugs" you described.
Opened a ver. 1.5 project in ver. 2. Then once in ver. 2, I revised some text in several subtitle clips. The revisions were displayed o.k. during preview, but when I built a new DVD Volume from ver.2, and tested the playback in WinDVD software player, it was the "old" subtitles that were displayed!!!!!
Apparently, the Encore 2 programmers overlooked a crucial subroutine in their coding. If i'm not mistaken, when you type-in or edit a subtitle clip, the program module that runs is something like a wordprocessor that works with the native fonts and formatting; the text in a subtitle clip is later rendered by Encore as a masked bitmap file overlaid onto the main video when you turn on the subtitles when you build the DVD volume (it's like in Photoshop where a text layer will be editable until you rasterize it, in which case the "text" becomes a bitmap image which you can no longer text-edit). I guessed that the edited subtitle clips were not being re-rendered by Encore. So, to work around this, I created/added new subtitle clips next to the "old" one and re-typed the text with the incorporated revisions, then deleted the "old" clip and repositioned the recently added/created clip. Afterwards, the subtitles with the corrected text displayed properly when I played back a re-built DVD volume.
But although this "work-around" works, it would simply be too bothersome if you had to revise hundreds of subtitle clips!!!!! A situation I later found myself confronted with!
What I did, then, was I duplicated the original subtitle track (which Encore failed to re-render properly) on which I had done the revisions; then, once the duplicate subtitle track had been pasted by Encore on the timeline, I deleted the original track and re-built a new DVD Volume. This time, all the revised subtitle clips were displayed correctly when I played back the volume in the software DVD player.
Nevertheless, I hope Adobe becomes aware of this bug and implement the appropriate fixes.

Similar Messages

  • Stacks weird visual bug

    Hi,
    I'm running Leopard 10.5.3 on a 1Ghz iMac G4 which came with a GeForce4 MX graphics card. I've been using stacks from the beginning (and loving it) but every time I use it, a weird visual bug is triggered; basically white semi-transparent rectangles appear along the edges. You can find a screenshot of this at http://picasaweb.google.com/luis.beca/StacksBug/photo#5206710255993309346. Any clues as to why this is happening or how to solve it?
    I should point out that I have been stuck with this problem from the very beginning, not just the latest Leopard version 10.5.3. I have an Intel MacBook Pro where this is not an issue.
    Many thanks in advance
    Luís
    PS - How can I submit this to Apple?

    I think you can thank Apple for this.  See this discussion.
    Photoshop CC: MacOS 10.10 Yosemite: Graphics driver problem
    Nancy O.

  • Subtitle Bugs and Suggestions

    I have run into a couple of bugs with Encore 2.0's subtitle handling. At least one (subtitles not refreshing after editing, necessitating duplication to refresh) has been noted by Encore QE, so I look forward to a patch for that one :)
    Two others merit attention:
    1. Subtitles are not being conformed to the aspect ratio of the DVD project, so when editing subtitles on a 16:9 project, playback on a 4:3 letterboxed TV results in horizontally squashed subtitles. A fix would involve either a. writing two sets of subtitles for each stream for 4:3 and 16:9 playback, or b. setting 16:9 in the VOB PGC for the subtitle stream as well so the DVD player knows where to position the subtitles.
    2. Subtitles can't be named (I don't mean the language dropdown bit to specify language). This leads to computer DVD players seeing all subtitles purely as "English 1", "English 2" etc when in fact they may be "English", "English - Director's Commentary", "French" etc. Also standalone players see the subtitles simply as numbers (eg. "1", "2" instead of "1 - ENG", "2 - FRE" etc). Please add a column on the subtitle track header to allow for creative naming of subtitle tracks (which again should be written into the VOB PGC on DVD creation).
    Some nice to haves include export of subtitle streams either as text files or some other externally manipulated format and import offering to convert a text file if it isn't in Unicode or UTF-8/16 format.
    Oh and don't know if this is already there or not, but Subtitle for Deaf and Hearing Impaired standard colours as a setting would be great too for those that need it :)
    (A quick suggestion for those having trouble importing TXT files in the correct format, Wordpad will convert them for you without losing characters)
    Ok, well, long first post for me but hopefully it addresses some issues and more importantly, suggests fixes for the Encore team for their first patch.
    Encore 2.0 is a fine piece of software and although it has some bugs, they don't seem to be seriously difficult ones to fix. Thanks to the team for incorporating the flowchart system (was much needed!) and the numerous other improvements over its predecessor :)
    Cheers!

    :-) As a Deaf writer/producer/director/editor/graphics/audio/actress/titler/sub-titler/consultant I would like to take this opportunity to teach/inform/enlighten hearing folk: Let's lose the phrase "Hearing Impaired" okay? We are NOT impaired... we are Deaf or Hard-of-Hearing... and those two are the ONLY acceptable and politically correct phrases that exist... speaking the truth without judgment (yes, it is judgmental and negative labeling :-(... even if only on a subconscious level, it IS and that's not good). Picky? Petty? You bet! Think about it... wouldn't you be? ;-) The other unacceptable phrases are: Deaf and Dumb... Deaf-Mute... Deaf can't (fill in the blank). The hearing world in inundated with myths and misconceptions about deafness and Deaf people cleverly disguised as facts... I face them everyday. If any of you have any questions... ask... I'll be happy to answer.

  • Weird AudioFileStreamParseBytes() bug

    This is driving me batty. I'm using AudioFileStreamParseBytes() to parse data from an mp3 Shoutcast stream and then hand it off to the Audio queue for playback. The code works fine for all the Shoutcast streams I've tested, except for one - and of course the one that doesn't work is the one I really need to work.
    From what I've been able to determine, AudioFileStreamParseBytes() is frequently getting confused by the mp3 stream. It's an MPEG-1 layer 3 VBR stream, at 44100, with an average bitrate of 80. The stream also includes a CRC-16 checksum in each MP3 frame. The stream is being generated by a Barix Instreamer 100 (in case that matters). The stream also plays fine via iTunes.
    I'm cross-referencing the stream data with a network sniffer and can confirm I am receiving valid mp3 frames from the Shoutcast server. I also can confirm this identical valid collection of frames is being passed to AudioFileStreamParseBytes(). However, when AudioFileStreamParseBytes() calls my packet callback function with the parsed data, it will frequently skip a valid mp3 frame header and will instead think some data in the middle of the frame (which happens to start with FF) is the mp3 frame header.
    Has anyone seen anything like this? The problem is so frequent it occasionally will happen on the very first frame, causing the AudioFileStream logic to misidentify the type of stream (usually resulting in an incorrect frequency or file type).
    I'm tempted to just bypass using the AudioFileStream and load the mp3 frame into the AudioQueue directly from my TCP stream, but I thought using the AudioFileStream was supposed to offer some better error handling in case data transmission is temporarily interrupted. As it seems right now, however, the AudioFileStream is introducing errors of its own - at least with this one problematic Shoutcast stream.

    Oddly, the problem with AudioFileStreamParseBytes() only exists when compiled for a Mac OS target. If I run the same code on an iPhone (either via the simulator or a real iPhone device) the function parses the MP3 stream just fine.
    Weird...
    Fortunately, my real target is the iPhone (I was just doing initial development on a Mac since I thought the audio stream debugging would be easier/faster - silly me!), so I guess I don't really mind this bug anymore.

  • Can you reproduce this weird playlist bug???

    I see this on Windows 7 and Windows 8.   Spotify desktop app.   Curious if it happens for other people, or on any other platforms.
    1. Create a new empty playlist
    2. Add six albums each with at least 10 tracks.  I drag and drop the albums to the playlist, one at a time.  You should now have at least 60 tracks in the playlist.
    3.  Use the default playlist sorting method,  By that I mean, don't sort the playlist by song, artist, album name, or date.  Should be the order you added the albums.
    4.  Scroll to the bottom of the playlist and highlight all of the tracks in the last album.  Select the first track in the album with the mouse and then hold CTRL while you arrow down or mouse click to select the rest of the tracks.
    5.  Now drag the selected album up to move the tracks above the second to last album.   You're effectively swapping the bottom two albums in the playlist.
    ^^^ At this point I get an error message about adding duplicate tracks to the playlist.  Which is strange because I have not added any new tracks, I'm only  reordering them.
    6. Now create another new empty playlist.
    7.  Select all of the tracks in the first playlist.  CTRL-A works.   And drag and drop them to the new playlist
    ^^^  Notice the new playlist now has TWO copies of each album!   If the first playlist had 60 tracks, this one has 120!!!
    Weird, eh?   Very frustrating when I make playlists of full albums.... 

    Bug reproduced with LibreOffice 3.5.1.2 on Arch x86_64 here.
    officeuser wrote:Can you also reproduce the bug? Can you create a gdb log of the bug according to these instructions?
    I'm afraid I can't. At step 3, when I try to run base within gdb I get no further than the "Database assistant" dialog. Base freezes as soon as the main window is opened when running in gdb.

  • Weird graphic bug on n760 twin frozr oc edition ?

    Greetings;
    i have something weird bug on my card. while scrolldown on internet black images top sides turns to green also sometimes in games i got green and purple pixels part of objectives and all pictures on firefox or internet explorer top corner have "shadow effects" when i scrolldown plus when i search something on google all blue links turn to purple when i scrolldown i didint even click them when i stop scrolling they are turns to blue again. this is happend me before 560ti hawk i dont know what should i do ?
    i7-2600k
    16gb ram
    z77a-g43 mainboard
    650w psu
    always updated windows 7
    not any oc. just stock
    p.s.: sorry for bad english

    Quote
    https://www.dropbox.com/s/md8zf4yha2zdyj1/WP_20150318_018.mp4?dl=0
    https://www.dropbox.com/s/w6no4xurq4cu6x0/WP_20150318_020.mp4?dl=0
    Quote from: xAngelusx on 19-March-15, 04:07:03
    not bluring you can see images changes color green/blue/pink
      i can't see anything wrong in this movies
    Quote
    i have something weird bug on my card. while scrolldown on internet black images top sides turns to green also sometimes in games i got green and purple pixels part of objectives and all pictures on firefox or internet explorer top corner have "shadow effects" when i scrolldown plus when i search something on google all blue links turn to purple when i scrolldown i didint even click them when i stop scrolling they are turns to blue again. this is happend me before 560ti hawk i dont know what should i do ?
    you have the same issue with your old card too??
    can you test your card in another PC?
    have you tried to reinstall OS?
    have you tried a different cable for the monitor and/or a different monitor?

  • Weird iCal bug after 10.4.8 update

    After updating to Mac OS X 10.4.8 I get the following display bug with my iCal reminders, i.e. the reminder appears way off to the side of the screen. This happens on both of my machines:
    http://web.mac.com/csearles/iWeb/Site%202/Photos%202.html
    G 4 Cube   Mac OS X (10.4.7)  

    Hello Chris.
    Apparently noone at Apple cares enough to
    respond to this issue...
    Sorry you and at least one other person are experiencing this problem but FYI - this is a user to user help forum only that is provided and moderated by Apple so it is a very rare when an Apple employee responds direct to a post or thread here.
    Since I haven't experienced the same and this is the first I've seen such a problem reported, this issue may be caused by a problem with the iCal preference file.
    Quit the iCal.app first and locate the iCal preference file in your Preferences folder at Home > Library > Preferences. Move the iCal preference file to the Desktop.
    Launch iCal and check your iCal settings since all settings are stored in the preference file for the application.
    If this resolves it, you can delete the old iCal preference file from the Desktop. If you can determine this doesn't resolve it before updating any preference settings, you can replace the new preference file created with the old preference file placed on the Desktop with the application quit before doing so.

  • Very Weird IOS Bug - iPad and iPhone

    This is a really weird scenario - which I hope someone may shed some light on.
    I'm building a new website, and there are parts of the website that don't function at all on either my iPhone 5, or iPad 2  - (both on IOS 8.3) , yet when I try the very same thing on other peoples iPads or iPhones (various types - some identical configuration to mine), it always works perfectly (I haven't found anyone else's iPad or iPhone yet where it doesn't work).
    I've tried everything, upgrading from IOS 8.1 to 8.3, shutting down, removing all cookies and history (repeatably), turning off javascript then back on etc  - yet for some reason nothing changes and I cannot get the functionality to work on my iphone or ipad.
    There are a number of bit of functionality that fail, but an easy one to test is:
    1/. Go Here: http://test.chillisauce.co.uk/hen/london/cocktail-making_15598/
    2/. Click the save button
    3/. When the modal opens click the top button labelled "Yes - Make A Stag Do"
    On my iPhone  / iPad the button does nothing. If the code is working on your iPad / iPhone , then you will be taken to another page - if not, like me, the button does nothing.
    Even if you don't know what the issue is, I'd be greatful if you could tell me if the function works for you or not.

    Hi Big Zee,
    It works fine on my iPad mini and my iPhone. Maybe you have some old Javascript stuck in your cache.

  • Weird Lightroom bug

    This bug has existed for a number of Lightroom versions, starting from 1.4. After working with a lot of images and using the shortcut menu extensively (right-click menu), right-clicking will suddenly stop working, and so will many shortcut keys. For some of the shortcut keys, bizarre behavior occurs. For example, CTRL+Z will cause a particular preset to be applied, rather than performing an undo.
    The only "fix" for this problem is to restart Lightroom. Any ideas on what's going on?

    Lightroom RC3.5 is what brought me here. Wanted to see if the issue had been addressed. It's not mentioned but I guess I'll give it a try.
    As far how to reproduce I think the original poster nailed it. Just work in LR for awhile and it starts to do exactly what was posted. Closing LR and restarting does fix it until it starts acting up again.

  • Weird AXIS Bug ?

    Hi All,
    I am trying consume a ejb web sevice deployed using AXIS 1.2 RC2, WEBSPHERE 5.0 and axis custom (De)Serializers and I
    am getting below error:
    [java] AxisFault
    [java] faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
    [java] faultSubcode:
    [java] faultString: java.lang.NullPointerException
    [java] faultActor:
    [java] faultNode:
    [java] faultDetail:
    [java] {http://xml.apache.org/axis/}stackTrace:java.lang.NullPointerException
    [java] at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
    [java] at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
    [java] at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1083)
    [java] at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1712)
    [java] at org.apache.crimson.parser.Parser2.content(Parser2.java:1963)
    [java] at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691)
    [java] at org.apache.crimson.parser.Parser2.content(Parser2.java:1963)
    [java] at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691)
    [java] at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:667)
    [java] at org.apache.crimson.parser.Parser2.parse(Parser2.java:337)
    [java] at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448)
    [java] at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
    [java] at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:226)
    [java] at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:645)
    [java] at org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
    [java] at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
    [java] at org.apache.axis.client.AxisClient.invoke(AxisClient.java:173)
    [java] at org.apache.axis.client.Call.invokeEngine(Call.java:2719)
    [java] at org.apache.axis.client.Call.invoke(Call.java:2702)
    [java] at org.apache.axis.client.Call.invoke(Call.java:2378)
    [java] at org.apache.axis.client.Call.invoke(Call.java:2301)
    [java] at org.apache.axis.client.Call.invoke(Call.java:1758)
    [java] at irsc.bluestar.DCPlanListWSBindingStub.getDCPlanList(DCPlanListWSBindingStub.java:180)
    [java] at irsc.bluestar.IrscDcPlanListWsClient.query(IrscDcPlanListWsClient.java:41)
    [java] at irsc.bluestar.IrscDcPlanListWsClient.main(IrscDcPlanListWsClient.java:60)
    [java] {http://xml.apache.org/axis/}hostname:hyddl0337
    [java] java.lang.NullPointerException
    [java] at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
    [java] at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
    [java] at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1083)
    [java] at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1712)
    [java] at org.apache.crimson.parser.Parser2.content(Parser2.java:1963)
    [java] at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691)
    [java] at org.apache.crimson.parser.Parser2.content(Parser2.java:1963)
    [java] at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691)
    [java] at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:667)
    [java] at org.apache.crimson.parser.Parser2.parse(Parser2.java:337)
    [java] at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448)
    [java] at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
    [java] at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:226)
    [java] at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:645)
    [java] at org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
    [java] at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
    [java] at org.apache.axis.client.AxisClient.invoke(AxisClient.java:173)
    [java] at org.apache.axis.client.Call.invokeEngine(Call.java:2719)
    [java] at org.apache.axis.client.Call.invoke(Call.java:2702)
    [java] at org.apache.axis.client.Call.invoke(Call.java:2378)
    [java] at org.apache.axis.client.Call.invoke(Call.java:2301)
    [java] at org.apache.axis.client.Call.invoke(Call.java:1758)
    [java] at irsc.bluestar.DCPlanListWSBindingStub.getDCPlanList(DCPlanListWSBindingStub.java:180)
    I am not sure what this error means. Any ideas or is it a AXIS Bug ?
    Thanks & Regards,
    Kumar.

    Getting the same error on Oracle envrionment. Did someone find a solution for
    java] faultDetail:
    [java] {http://xml.apache.org/axis/}stackTrace:java.lang.NullPointerException
    [java] at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
    [java] at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
    [java] at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1083)
    Thanks.

  • Weird typing bug

    Ok so ive owned both the 2G and 3G and they both have done this to me. My girlfriends name is Khristian and everytime i type her name in any text message it doesnt let me type an i after the r. Khro, everytime. Evan when i stop at r and and try my hardest to type an i.....no dice. Its weird, i always have to type the o and backspace and put an i. Anyone else notice this?

    icebike wrote:
    What makes you say that? Based on what evidence?
    The dictionary is HEAVILY involved in de-activating keys for common typos.
    What "evidence" do you have that the keyboard dictionary functions by "deactivating invalid keys"? It functions using a dictionary and suggesting corrections of common typos, misspellings and frequently used words. It does this in part by looking at the keys next to what was typed, and the corrections always appear in a bubble which can be accepted or rejected. Keys aren't deactivated by this process.
    Message was edited by: modular747

  • Weird repainting bug

    Hi, I got this bug as shown in the pic..
    [http://www.colin-java.co.uk/pics/bug.png]
    When the white square on the upper left is dragged, a chunk of the cube goes missing.
    Its only on the image shown behind the white square (on the cube) that gets cut out, and
    only at steep angles, not while it is flat on the screen.
    I had this bug before, so I "set the depthTest to disable" on everything except the cube, and it seemed to work.
    But now its come back.
    If I drag the application window off screen and back, it resolves it, so its not a matter of coordinates being misplaced or anything of that nature.
    I tried to do cube.requestFocus() just prior to updating the cube when the white square is dragged, but it makes no difference.
    If there is any ideas, I will would like to try them, as this is quite an annoying bug, and I would love to resolve it.
    Thanks

    At last!!
    I'm pretty sure its sorted now..
    If I do a dead rotate before messing around with the ImageViews, ie:
    public void deadRotate()
    rx.setAngle(rx.getAngle()+0.000000001);
    Here, rx is the Rotate about x-axis for the cube Group object.
    If I put in rx.setAngle(rx.getAngle()), it seems to do a check if any rotation is actually needed.
    So a tiny amount added fixes this, and does not affect the rotation.
    Perhaps after a billion turns, it might move 1 degree, but one could always alternate with +/- 0.000000001
    I'm exhausted after trying to solve this, hopefully someone else can make use of it too.
    Thanks again for the help/advice. I'll mark this as answered.

  • Weird hissing bug in Premiere Pro CS6

    I'm having a very strange problem with audio in Adobe Premiere Pro CS6.
    Whenever I make a cut in an audio clip, a few seconds of broadband hiss is introduced into it after the cut. The hiss is only there in the exported video. It does not appear after every cut but about 10% of them.
    The hiss is equally there when I export into different video/audio formats. It is there when I used different editing codecs. It might only be there for clips I recorded using some not so good microphones on a Canon 5D II, but the hiss only shows up after I make an audio edit and export the video/audio or just the audio. Sometimes though it shows up right away in PP before export. If I clean up the hiss in Audition for a given clip I no longer hear it in PP but again it reappears after export.
    It seems like the problem shows up when editing video shot on a Canon 5D MII with the in camera mic or several shotgun mics, but not with a decent lavalier mic. Changing the edit and export codecs doesn't help the problem.
    (i7 960 3.3 GHz, Win 7 sp1 12GB, Nvidia GeForce GTX 470 1280MB, PP 6.02)

    I have not encountered the "hissing bug"
    But have encountered something similar to what you describe - but with differences.
    When Audio is Cut at a point, that is not a Zero-Crossing, depending on the point on the Waveform, that the Cut was made, there can be a "pop," at that spot. Adobe Audition has the ability to set Cut at Zero-Crossing, but I do not think that PrPro has that capability.
    Now, all of my encounters with a non-Zero-Crossing Cut has been the formation of a Transient, which does sound just like a pop (not a hiss) sound. I have never heard a hiss, and I do not think that what you are hearing, is what I am, with non-Zero-Crossing Cuts - they just happen to appear AT an Audio Cut.
    Still, you might want to look at the Waveform very closely, just to rule out non-Zero-Crossing Cuts, in case that IS causing what you observe, but just producing a different sound, due to the difference in your Audio material.
    Also, have you done a side-by-side comparison in Audition between one of the files with the hiss, and the original sourse file? What differences do you see, where the Cut was made, if so?
    Wish that I had more to offer than a slightly similar problem, with a different sound.
    Good luck,
    Hunt

  • I'm getting a weird lag bug in adobe flash on my macbook where when I move my cursor no lag happens but when I stop I get lag from chatroom? Is there a fix? I'm on Mavericks.

    Not does it only lag but the animations stop in the ads and in people avatars because some of the people there are running animated avatars. I just found it weird when I moved my cursor it stopped lagging, but when I leave my cursor still the chat freezes/lags. I would have blamed the specs on my older Macbook but why would the animations run fluid on Safari when my cursor moves?
    Adobe Flash chatroom: http://xat.com/chat
    Specs: Macbook May 2009 13" 2.13ghz 4gigs ddr2 ram with a 240gb ssd harddrive
    Operating System: Mavericks

    I think you can thank Apple for this.  See this discussion.
    Photoshop CC: MacOS 10.10 Yosemite: Graphics driver problem
    Nancy O.

  • Safari weird fullscreen bug

    I've got a window in fullscreen mode in Safari that's causing all kinds of weirdness.
    With no other windows open, whenever I use the App Switcher to go from another app to Safari, the window shows briefly, then the OS switches to System Preferences with the Desktop & Screensaver pane on display. (??)
    Same behavior when I select that window from Safari's Window menu. This behavior persists even when I quit and relaunch Safari.
    The problematic window doesn't stay onscreen long enough for me to click the widget to exit fullscreen mode and close the window. Anybody know *** is going on?

    I've got a window in fullscreen mode in Safari that's causing all kinds of weirdness.
    With no other windows open, whenever I use the App Switcher to go from another app to Safari, the window shows briefly, then the OS switches to System Preferences with the Desktop & Screensaver pane on display. (??)
    Same behavior when I select that window from Safari's Window menu. This behavior persists even when I quit and relaunch Safari.
    The problematic window doesn't stay onscreen long enough for me to click the widget to exit fullscreen mode and close the window. Anybody know *** is going on?

Maybe you are looking for