[wp-testers] 2.9-beta-1: Admin notices flash twice

Deanna Schneider deanna.schneider at gmail.com
Tue Nov 17 18:16:04 UTC 2009


I'm definitely seeing the same behavior. And it looks like it was on
purpose, but I can't imagine why. Here's the code from
wp-admin\js\common.dev.js
$('div.fade').animate( { opacity: .5 }, 400)
    .animate( { opacity: 1 }, 400)
    .animate( { opacity: .5 }, 400)
    .animate( { opacity: 1 }, 400);

And here's what it used to be:

$('.fade').animate( { backgroundColor: '#ffffe0' }, 300).animate( {
backgroundColor: '#fffbcc' }, 300).animate( { backgroundColor:
'#ffffe0' }, 300).animate( { backgroundColor: '#fffbcc' }, 300);


On Tue, Nov 17, 2009 at 11:30 AM, Mohammad Jangda <batmoo at gmail.com> wrote:
>
> Not sure if this was a change made on purpose or if it's a bug, but I've
> noticed that in 2.9+, that all admin notices seem to "flash" twice, whereas
> in previous versions we'd just get a subtle animation (fade from light to
> dark).
>
> Can someone confirm if this was an actual change?
>
> --
> Mo Jangda
> www.digitalize.ca | @mjangda
> Sent from Toronto, Ontario, Canada
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers


More information about the wp-testers mailing list