Safari transform rotatex bug

I have a weird bug with safari...
I have 3 divs with captions, which are hidden with rotateX(-91deg). On :hover the caption comes down via rotateX(0deg). It works perfectly in Chrome etc. When i hover in safari it works only on the first div. When i hover on the 2. or the 3. the animation doesn't work.
Check out my demo: http://jsbin.com/aseced/28/edit
HTML:
<article class="tile2x1">     <section class="caption"></section></article><article class="tile2x1">     <section class="caption"></section></article><article class="tile2x1">     <section class="caption"></section></article>
CSS:
[class*="tile"] > section.caption {     padding-top: 20px;     width: 100%;     background-color: blue;     height: 100px;
     transform-origin: top;     -o-transform-origin: top;     -moz-transform-origin: top;     -webkit-transform-origin: top;
     transform: perspective( 600px ) rotateX( -91deg );     -o-transform: perspective( 600px ) rotateX( -91deg );     -moz-transform: perspective( 600px ) rotateX( -91deg );     -webkit-transform: perspective( 600px ) rotateX( -91deg );
     transition: all .25s linear;     -o-transition: all .25s linear;     -moz-transition: all .25s linear;     -webkit-transition: all .25s linear;
     backface-visibility: hidden;     -webkit-backface-visibility: hidden;     -moz-backface-visibility: hidden;     -ms-backface-visibility: hidden;}
[class*="tile"]:hover > section.caption {     transform: perspective( 600px ) rotateX( 0deg );     -o-transform: perspective( 600px ) rotateX( 0deg );     -moz-transform: perspective( 600px ) rotateX( 0deg );     -webkit-transform: perspective( 600px ) rotateX( 0deg );}
Thanks for any help.
TJL

If you'd like to track a bug, first register (for free) as an Apple Developer:
http://developer.apple.com/programs/register/
And then you'll be able to submit a report via the Apple Bug Reporter:
http://developer.apple.com/bugreporter/
... which will allow you to track the bug.

Similar Messages

  • [svn:fx-trunk] 9183: Transform matrix bug fix

    Revision: 9183
    Author:   [email protected]
    Date:     2009-08-07 15:25:44 -0700 (Fri, 07 Aug 2009)
    Log Message:
    Transform matrix bug fix
    http://bugs.adobe.com/jira/browse/SDK-22390 - Color transform is incorrectly applied in MXML Graphics
    For a component or graphic, specifying a transform without an explicit matrix declaration was overriding the convenience transform properties.
    The new behavior is to only apply the transform?\226?\128?\153s matrix to the component or graphic if it was explicitly specified.
    QE notes: Add test case
    Doc notes: Explain that transform matrix will only apply if explicitly set
    Bugs: SDK-22390
    Reviewer: Glenn
    Tests run: spark primitives
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22390
        http://bugs.adobe.com/jira/browse/SDK-22390
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/Transform.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as

    error dateField not selecion date 27/11/2002 ?
    This is bug flex 3 ?
    thanks

  • [svn:fx-trunk] 9188: Transform matrix bug fix

    Revision: 9188
    Author:   [email protected]
    Date:     2009-08-07 16:07:44 -0700 (Fri, 07 Aug 2009)
    Log Message:
    Transform matrix bug fix
    Missing file for revision 9183
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as

    error dateField not selecion date 27/11/2002 ?
    This is bug flex 3 ?
    thanks

  • Safari iOS 7 bug: not rendering images

    Safari has a bug, it does not render image from The Economist at all:
    http://www.economist.com/node/21586620?fsrc=scn/gp/wl/dc/politicsandpurse
    Same goes for Safari modules that are used by other apps, e.g. Google+.
    Chrome with data compression renders OK, but it does so because data compression goes through Google server, and only decoding is done on machine.
    This all took place on iPad Mini.
    Shame on Apple Inc.

    Hi there,
    I can confirm this bug.
    Not sure if this info is relevant, but this is my experience:
    I am on the FIDO network, and so are two other people I know.
    We all tried blocking numbers, and calls ring right through. Text messages are blocked successfully. (never tried facetime)
    I also tried a ROGERS device running IOS7, and was successfully able to block my phone call from ringing through. HOWEVER, my call was forwarded to their voicemail, I was able to leave a voicemail for the person, and they did get an alert that they had a new voicemail.
    I have not yet had a chance to test this on Bell, Telus, or any other carriers.
    Spoke to Apple, and they advised me to do a hard reset (hold both buttons to shut off and reboot the phone), and if that fails to do an iOS restore.
    I have yet to try this, but hopefully someone will have a better solution.

  • Safari 4 has bug(s)

    I did not know that Safari 4 has bug(s), and went ahead to accept the Mac OS Update this afternoon. Now, I found out that I lost certain functions online such as I could not edit my webpage because Safari browser would not go to the webpage where I had to get on. Is there a recourse that I can reverse the Safari version to the older one?
    Thanks.
    Robert

    Hi, Dimaxum,
    Thank you very much for posting back your good experience with Safari 4 in working with your website. Well, my website through Verizon does not need any software to upload or download. However, the problem was that I could not even click the icon for going to the window of my editable website. This happens in cases of both using Mac OS 10.4.11 and Mac OS 10.5.7. In the meantime, I could still go to my website with the old Safari 3.2.3. I checked the functions with different computers with Safari 4, which showed the same problems.
    I believe that Safari 4 is far from perfect. Many users are complaining like I did. Worst of all, they could not uninstall Safari 4. I have spent more than a day, before I finally used 'archive and reinstall" to solve the problems. Now, I am happy again in using my computers with Safari 3.2.3 in both Mac OS 10.4.11 and and Mac OS 10.5.7. I hope that the bugs are only limited in these functions. But, who knows. One more thing that I realized is with Safari 4, the computer could not complete permission repair. I also hope Apple would move quickly to solve the problems.
    Robert

  • Is there a workaround for the transform/crop bug?

    Happy Tuesday!
    Does anyone know a way to get around this bug?
    - I have two video clips.
    - One video clip (on top) is a talking head that need to be placed in a box on the other clip.
    - Apply transform to talking head clip.  Scale and change position.
    - Apply crop to talking head clip. Bring in left and right so image fits in the box.
    Everything is good so far...
    - Apply same transform and crop to other talking head clips in same project.
    - Crop fails terribly for second and all subsequent attempts. It seems like there is a magic area for which the clip cannot render.
    The first transform/crop works fine...
    All subsequent transform/crops, either mannually applied or from copied attributes, do this:  (The collection of icons are inside the box and is showing through from the bottom clip.)
    If I drag the image around the screen, there seems to be a "magic area." If the image is in the magic area, everything is fine.  If the image approached any edge of the screen, the bad crop effect happens. Here I have dragged the transform near the bottom left corner of the screen:
    I have played with crop settings and the way the crop jumps, there seems to be some kind of logic bug in the cropping code, particularly with transform/crop combinations.  Any help would be appreciated!  This bug is a show-stopper, and I'm on a fairly tight schedule.  Does anyone know of a way to get around this bug?
    Tom

    I guess, I'm of no help here.. I can crop and transform like crazy - no issues
    I also tried your 'special' method, to crop/transform the main storyline (=what I wouldn't do)  ...  but the attached other clips appear without problems:
    and after that 'arrangement', another one - no issues:
    tsphillips wrote:
    … Perhaps an interesting experiment would be to see what it takes to make a clip render outside of it's crop box.
    here you lost me - in translation, sorry:
    a clip OUTside its crop??
    outside a crop is nothing, that's what a crop is for… shouldn't it?
    cropping means; cutting-off parts of the pic, that icon is a passépartout..
    so, outside a crop is … nothing to see here, Sir..
    Sorry, of being no help here......
    Would be interesting, what Cupertino will andswer you..........

  • Safari 3.1 bug on Gmail

    Just upgraded my old version safari to 3.1, but today I found a bug when using Gmail.
    I was trying to compose an email by using web based Gmail, when I put the cursor into composing area, it will jump to address field once when I press the SHIFT key.
    A lot Mac fans in China reported this bug too on some Chinese Mac Forum.
    Hope Apple could fix this bug ASAP!!!

    Discessed at
    http://forums.macosxhints.com/showthread.php?t=87447
    Summary:
    I assume Google will fix this shortly. meanwhile,
    Work arounds:
    1) Click the "Newer Version" link when logged into your Gmail account. Holding down the shift key when typing a character will display it's capital correctly (if available). Newer version is available in "English" language only.
    2) click on the "Plain Text" option for the message field. I know this is cruddy, but it will allow you to use gmail (in Safari) again with capital letters as well as allow you to paste text into the message field. Hopefully either google or apple will fix this annoying bug, soon. There are other similar issues with the google apps, in spreadsheets and docs, hopefully they will address those as well.
    3) You can use CAPS lock to get a capital letter

  • Bogus Safari 6.0 Bugs (Java?)

    Having difficult nailing down exact problem or cause of seemingly random safari bugs. Text entered into boxes sometimes dissapear and reappear spontainously. Other times images and text appear 'on top of each other'. Ocationally whole chunks of text remain missing from web pages. A bug even occored in the few seconds I was creating an online Apple ID. Frequently the flashing text entry curson won't flash.
    I have the latest Java plug-ins, Flash plug-ins, and already ran a check for flashback trojan.
    Anyone else having simular problems? Suggestions? Thanks.

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up a guest account” (without the quotes) in the search box. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem(s)?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode* and log in to the account with the problem. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    *Note: If FileVault is enabled, or if a firmware password is set, you can’t boot in safe mode.
    Test while in safe mode. Same problem(s)?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • Safari Frame Rows Bug (white block)

    http://www.selfcrew.com/websitetest/album_dubberneck.html
    I'm building a site that uses framesets (outdated I've heard). None the less, on load, Safari will sporadically add a giant white space between the top and bottom frames. The big white space will disappear if you resize the window (by dragging the bottom right corner). It won't happen every time which is especially weird, but if one refreshes the page again and again it happens at least 1 in 5 loads. This does not happen in any other browser, and I downloaded Safari 4.0.2 this morning.
    I'd love to know if anyone knows a fix for this, either Java or just some html that I overlooked. I'd be happy to post the code by request. Thanks in advance!

    You've got a bigger problem.  See attached screenshot from Firefox when text size is increased in browser (Zoom, text only)
    Start by using the code valiation tools below and fix reported errors.  90% of browser rendering problems are code related.  If your code is clean, chances are good that your pages will perform reasonably well in all the major browsers.
    HTML Validator - http://validator.w3.org 
    CSS Validator - http://jigsaw.w3.org/css-validator/  
    HTML & CSS Tutorials - http://w3schools.com/
    Conditional Comments are only recognized by MS Internet Explorer.  You can't use CCs to target other browsers.  But this is a moot point since your problem isn't caused by bugs in either Safari or Chrome.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • CS3 - Free Transform Tool bug

    I'm experiencing a very distressing bug when working at high magnifications - in some circumstances (which I can't quite nail down exactly) the Free Transform tool refuses to go into scale mode (it will rotate however) when I'm at 800% or more.
    I'm working in Pixel preview at high magnifications, with a clone of the window open to the side @ 100%. I'm working on the zoomed-in window. When I select an object to scale and then select the Free Transform tool, nothing I can do at that magnification allows me to grab the corner handles. If I switch to the zoomed-out window I can scale, but then of course I lose the precision I need (I need to snap to pixels so I need the zoomed in view). I can also zoom out of my zoomed-in view, but again, I lose the ability to be pixel-precise at that point.
    Has anyone else encountered this issue? Can anyone else duplicate it? I worry that it's my nVidia graphics card because it has all sorts of display issues with Photoshop and with the Creative Suite in general. But it doesn't feel like a graphics card issue since it has to do with the way a tool works, not the way something displays.
    Thanks in advance,
    Tom

    I'm not sure what you mean by my logging in as a new user and trying to reproduce this bug. What exactly am I logging into? We're just talking Illustrator here. If you mean logging out of Windows and logging in as another user, I'm not sure what that will accomplish. Besides, my computer is a 1-user system so I won't be able to easily do that.
    I have been able to determine the exact nature of the bug. It occurs when "snap to point" (which should be called "snap to pixel") is turned on and you are zoomed in to the point where your pixels are bigger than your snap tolerance. Illustrator erroneously enforces the snap on your mouse cursor, and won't register the click and drag against the bounding box handle, UNLESS that handle is within snap tolerance of a pixel. This is certainly erroneous behaviour. The snap enforcing should occur on mouse release, to be sure, but certainly not on mouse down. You should be able to pick up a point regardless of any snap condition.
    If anyone has CS4 or CS5, try to reproduce the conditions I've described above and see whether it's something that was addressed in a future build.
    Regards,
    Tom

  • Safari-- Numbers Search Bug

    Switching back and forth between Safari and Numbers I noticed that occasionally if there was something I had recently searched for in the Safari search box, the first word of that search would appear in the find/replace search box in Numbers. Is there any way to prevent this from happening?

    Truebe wrote:
    Switching back and forth between Safari and Numbers I noticed that occasionally if there was something I had recently searched for in the Safari search box, the first word of that search would appear in the find/replace search box in Numbers. Is there any way to prevent this from happening?
    This question was already asked and responded during the last eight days.
    Why are you calling the described behavior a bug?
    The search tool isn't the property of a given application, it's a system tool.
    Some developers inserted a piece of code using their own "old_search" in the dialog, other doesn't and rely upon the default structure. Just a matter of design choice.
    When I search something in the AppleScript editor, I retrieve it in iWork applications as well as in Safari, Mail, TextEdit, iText Express ….
    Yvan KOENIG (VALLAURIS, France) jeudi 4 novembre 2010 21:07:17

  • Safari ios 8 bug

    I don't know if this is a bug but when I open safari on iphone 6, press the button to view all my tabs open, rotate the phone sideways, then rotate the phone back into portrait mode, the bar at the bottom with the 'add a new webpage' button, go into private mode and the 'done' button disappears.

    I don't see that behavior on my iPhone 5 but it could be unique to the iPhone 6.
    Report it to Apple at http://www.apple.com/feedback/iphone.html

  • Safari image appearance bug

    Hi all,
    There is a image rendering bug when viewing images in this site:
    http://en.fotoalbum.eu/kodead/a595746/slideshow
    Try to change the images backwards. It appear when smaller image is displayed first and then when you change to bigger one the bigger image borders are displaced. The bug disappear when you click next (or changing from bigger to smaller image) or when you move over some object (ex. notepad window) over the wrong displayed image.
    I reported this bug in the safari, but there is no backlink or any number to track the issue, so I decided to write here - I want to check it regularly for solution.
    Thanks!
    PS and sory for my nickname. the system didn't accept shorter one several times

    If you'd like to track a bug, first register (for free) as an Apple Developer:
    http://developer.apple.com/programs/register/
    And then you'll be able to submit a report via the Apple Bug Reporter:
    http://developer.apple.com/bugreporter/
    ... which will allow you to track the bug.

  • Safari - Large Font Bug?

    Since upgrading to Mavericlks Ive had an anoying bug in safari.
    I use a larger than normal font , but if you use the mouse swipe to go back to a previous page the font reverts to the default normal size.

    If you'd like to track a bug, first register (for free) as an Apple Developer:
    http://developer.apple.com/programs/register/
    And then you'll be able to submit a report via the Apple Bug Reporter:
    http://developer.apple.com/bugreporter/
    ... which will allow you to track the bug.

  • Safari streaming video bug - iOS 4.3 fixes but not on iPhone 3G

    My camera stream (Mobotix) has never played in Safari on iOS - hangs after about 10 seconds . It works in every other browser including Safari on a Mac. The camera manufacturer has always blamed a cache/memory bug on the iPhone/iPad. Well with iOS4.3 it now works great on my iPad so it looks like there was a problem
    BUT I can't update my iPhone 3G of course and so it still fails there Is there any intention to update Safari or fix this bug if it's an iOS issue on the 3G ?
    K

    Sorry, there is no iOS 4.3 update for the iPhone 3g or the iPod Touch 2g.

Maybe you are looking for