arrow-down arrow at-sign bug check checkbox-checked checkbox-unchecked svg-checkmark chevron-right chevrons-right circle-down circle-left circle-right circle-up cloud2 svg-cross2 download download external-link filter github hash home leaf leaf left link-2 log-in log-out mail menu message-square minus plus radio-checked radio-checked2 radio-unchecked search settings spinner8 target twitter up upload-2 user users warning x zap
  • Home
  • Report a bug
  • Contribute
  • All issues
  • Login

URL: http://ponpare.jp/kanto
Browser / Version: Firefox Mobile 26.0
Operating System: Android
Problem type: Layout is messed up

Steps to Reproduce
I'm pretty sure this is a problem related to -webkit- code used in transitions. See for example this method which makes no attempt at creating cross-browser or standards-compatible transition code:

// トランジションのCSSのためのオブジェクトを生成する
function createTransitions(left, top) {
    var translateValues = (left === "" || top === "") ? "" : "translate(" + createPxString(left) + ", " + createPxString(top) + ")";
    var transitionPropertyValue = (left === "" || top === "") ? "" : "transform";
    var transitionDurationValues = (left === "" || top === "") ? "" : "0.3s";
    var transitionTimingValues = (left === "" || top === "") ? "" : "ease-out";
    return {
        '-webkit-transform': translateValues,
        '-webkit-transition-property': transitionPropertyValue,
        '-webkit-transition-duration': transitionDurationValues,
        '-webkit-transition-timing-function': transitionTimingValues
    }
}
Please login to edit issues.

View issue on Github

Shortcut: Press l on your keyboard to open the label editor. Shortcut: Press g on your keyboard to be taken to the GitHub view of this page.
Closed: Fixed
#1006

ponpare.jp - prefixed transition code hides content when opening yellow menu

Opened: 2015-04-28
Reporter: hallvors
Comments: 20
  • Home
  • List of issues
  • About
  • Contribute
  • Contact
  • Privacy Policy
  • Terms of Service
  • Code of Conduct