Closed (duplicate)
Project:
Drupal core
Version:
5.x-dev
Component:
javascript
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2007 at 01:47 UTC
Updated:
9 Jan 2007 at 10:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Steven commentedThe behaviour is actually perfectly normal :). Observe.
autocomplete.js contains the code:
If you press enter while the results are being fetched, the popup is closed.
this.popupis set to null. In jQuery$(null)is a shorthand for$(document), so we're asking for the document to be cleared and the results to be inserted in it. The other code path (for no results) hides the popup/document by settings its visibility to hidden. This might explain the white blank too.Patch attached.
Comment #2
Anonymous (not verified) commentedconfirmed fixed.
+1
Comment #3
heine commentedPatch in #1, solves the issue in Opera 9.1 and IE 7.
Comment #4
moshe weitzman commentedsteven wrote it. steve confirms. thats rtbc.
Comment #5
Anonymous (not verified) commentedhahaha.
I tested it in Safari, Firefox (both pc and mac, 1.5 and 2.0) and IE 6.
Comment #6
drummCommitted to HEAD.
Comment #7
drummComment #8
BioALIEN commentedI wanted to highlight my comment which is directly related to this issue:
http://drupal.org/node/107591#comment-175902