Changeset 7324

Show
Ignore:
Timestamp:
03/15/08 22:48:12 (10 months ago)
Author:
matt
Message:

Don't let the auto-suggest overwrite the form field after the page has redrawn a bit. Fixes #6240. Hat tip: azaozz.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/js/jquery/suggest.js

    r6542 r7324  
    184184                return; 
    185185            } 
    186              
     186 
     187            resetPosition(); // when the form moves after the page has loaded 
     188 
    187189            var html = ''; 
    188190            for (var i = 0; i < items.length; i++)