[Bug 25658] mwEmbed menu flickers on Safari

2013-12-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25658

--- Comment #8 from Derk-Jan Hartman hartman.w...@gmail.com ---
we also have a workaround for it in kplayer skin it seems.

var userAgent = navigator.userAgent.toLowerCase();
if( userAgent.indexOf('safari') != -1 ){
  $menuOverlay.css('opacity', '0.9');
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25658] mwEmbed menu flickers on Safari

2013-09-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25658

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #7 from Andre Klapper aklap...@wikimedia.org ---
Assuming this is fixed as per comment 6. Please reopen if that's not the case.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25658] mwEmbed menu flickers on Safari

2012-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25658

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

Web browser|--- |Apple Safari

--- Comment #6 from Andre Klapper aklap...@wikimedia.org 2012-11-26 22:20:33 
UTC ---
Upstream is closed as WORKSFORME with this comment:

--- Comment #7 From Simon Fraser (smfr) 2010-11-02 17:53:30 PST ---
I can no longer reproduce on a nightly. This seems related to
http://trac.webkit.org/changeset/54006, but r54005 doesn't show it so it may
only occur on the branch that Safari 5 was built from.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25658] mwEmbed menu flickers on Safari

2010-10-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25658

--- Comment #1 from Michael Dale d...@ucsc.edu 2010-10-26 19:33:23 UTC ---
I don't have a Mac Safari. Does mac safari let you live tweak the css values?
Maybe there is something that can be done to diminish the effect? Does it
flicker if the video is paused? Can we report the issue upstream? 

Video support for Chrome ( especially with ogg files ) does crash the browser
interdependently of using the mwEmbed gadget. A few issue have been reported to
the chrome folks. But would not hurt to do some more issue tagging on their bug
tracker.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25658] mwEmbed menu flickers on Safari

2010-10-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25658

--- Comment #2 from Derk-Jan Hartman hart...@videolan.org 2010-10-26 21:55:34 
UTC ---
Terrible issue to investigate.

what makes it show after scrolling at the very least is the monitor in some
way, because changing EmbedPlayer.MonitorRate, influences the time it takes to
get the menu back on top.

when the menu is not visible, it is BEHIND the video frame. it's not
display:none'ed

I have excluded xiphQT, because other types of videos trigger the same problem.

I have excluded that it is a core issue of the video element, because a
overflow scroll element on top of a video element does not cause the same
problem. I have a testcase for this.

could still be z-index or other render bug in webkit, but difficult to confirm
with webkit folks, because they want a reduced testcase, which is an almost
impossible task with this complicated player.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25658] mwEmbed menu flickers on Safari

2010-10-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25658

--- Comment #5 from Michael Dale d...@ucsc.edu 2010-10-27 04:47:56 UTC ---
Derk-Jan great work hunting this down! Good to see testcase for webkit
upstream. Chrome does not display this behavior ( probably related to quicktime
hardware acceleration draw issue )

Anyway as quick fix I removed the opacity property if your using safari in
r75504 Could you test and see if that works?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l