Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#13495 closed feature request (fixed)

Login - wrong password animation

Reported by: dimitre's profile dimitre Owned by:
Milestone: 3.0 Priority: low
Severity: minor Version: 3.0
Component: General Keywords:
Focuses: Cc:

Description

I've just tried to access a WP 3.0 blog in iPhone.
the wrong password animation plus the css gradients are too much for the modest processor, so the page gets busy for a while.
It would be nice to have it disabled on mobile browsers
Thanks

Attachments (1)

ie6_shake.patch (984 bytes) - added by ocean90 16 years ago.
after shaking reset CSS display, fix IE 6

Download all attachments as: .zip

Change History (8)

#1 @westi
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [14806]) Shake not your iphone for an incorrect password. Fixes #13495

#2 @filosofo
16 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

The shake makes the login buttons disappear in IE 6.

#3 @filosofo
16 years ago

I mean the submit button and remember-me checkbox.

#4 @filosofo
16 years ago

And the $is_iphone generates a notice as it's undefined.

#5 @dd32
16 years ago

(In [14809]) Correct the no-shake iphone check. See #13495

#6 @dd32
16 years ago

Just confirmed that it shakes the form submit div out on IE6, It actually seems to end up with the missing elements hidden behind the login div..

@ocean90
16 years ago

after shaking reset CSS display, fix IE 6

#7 @dd32
16 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

(In [14817]) Reset position after shaking the login screen, Fixes IE6 hiding the Remember Me & Login buttons. Props ocean90. Fixes #13495

Note: See TracTickets for help on using tickets.