[Bug 809155]

2011-09-12 Thread Kohei-yoshino-bugs
The triangular caret (selecting the product categories) doesn't work
if...

1. Cookies are disabled

> Error: uncaught exception: [Exception... "Security error"  
> code: "1000" nsresult: "0x805303e8 (NS_ERROR_DOM_SECURITY_ERR)"
> location: "http://images.apple.com/metrics/scripts/s_code_h.js Line: 174"]

2. the Linux version of Firefox is used

> Error: I.u.match(/AppleWebKit\/\d*/i) is null
> Source File: http://images.apple.com/metrics/scripts/s_code_h.js
> Line: 71

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/809155

Title:
  The slider (carousel) at the top of the page on apple.com/mac doesn't
  work on Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/809155/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 809155]

2011-07-18 Thread Kohei-yoshino-bugs
st...@apple.com

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/809155

Title:
  The slider (carousel) at the top of the page on apple.com/mac doesn't
  work on Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/809155/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 809155]

2011-07-20 Thread Kohei-yoshino-bugs
Apple seems to have fixed the issue on the arrival of Lion.
Due to the CDN cache, http://www.apple.com/mac/ still doesn't work
but http://www.apple.com/jp/mac/ looks good to me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/809155

Title:
  The slider (carousel) at the top of the page on apple.com/mac doesn't
  work on Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/809155/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 809155]

2011-07-15 Thread Kohei-yoshino-bugs
This might be Apple's bug in their productbrowser.js.

Brief summary:

- They are detecting whether CSS animation is available (Fx4: false, Fx5: true)
- If unavailable, degraded code is used ( has pb-degraded)
- If available, CSS transform translate3d() is used, which Gecko doesn't 
implemented yet

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/809155

Title:
  The slider (carousel) at the top of the page on apple.com/mac doesn't
  work on Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/809155/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 809155]

2011-07-15 Thread Kohei-yoshino-bugs
In the animation-available code, they fail to set a class "pb-open" to
. The trigger "transitionEnd" doesn't work because
productbrowser.css doesn't have -moz-transition property:

> .productbrowser { 
>   -webkit-transition:opacity .3s;
>   -webkit-transition-delay:.2s;
> }

And productbrowser.css has such code:

> .productbrowser.pb-dynamic ul:first-child li a { opacity:0; }
> .productbrowser.pb-openul:first-child li a { opacity:1; }

So the product browser looks empty.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/809155

Title:
  The slider (carousel) at the top of the page on apple.com/mac doesn't
  work on Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/809155/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 809155]

2011-07-15 Thread Kohei-yoshino-bugs
You can see the content by manually adding a class "pb-open" to  with Firebug.

The triangular caret is incorrectly positioned because they try to set
its position with translate3d(). The animation-unavailable code (for
Fx4) simply sets the left property so it looks good.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/809155

Title:
  The slider (carousel) at the top of the page on apple.com/mac doesn't
  work on Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/809155/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs