Closed
Bug 640771
Opened 14 years ago
Closed 14 years ago
autocomplete seems to not work for the Google Chrome browser
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: ldavis, Unassigned)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.127 Safari/534.16
Build Identifier: 4.0
Server: Apache2 2.2.15 on openSUSE 11.3 i586 Linux version 2.6.34.7 on mod_perl (also mod_cgi didn't work either).
Client: Mac OS X 10.6.6 2.1 GHz Intel Core 2 Duo, 1GB memory using Google Chrome 10.0.648.127.
Reproducible: Always
Steps to Reproduce:
1. I select a product to enter a bug.
2. I click on the "Show Advanced Fields" link if I can't see the Assignee/CC fields.
3. Click on the CC field and type a 5 character first name which should cause the autocomplete to work.
4. Wait briefly.
Actual Results:
No autocomplete was suggested.
Expected Results:
Expected autocomplete to suggest an email address.
Also tried this on the Assignee field, with the same results.
When I tried this with other browsers on the Mac OS X platform:
Safari 5.0.3
Opera 11.01
Firefox 3.6.15
I got autocomplete results. I also tried it with Google Chrome 10.0.648.127 on Windows XP and
Linux and also got autocomplete results.
![]() |
||
Comment 1•14 years ago
|
||
So this reasonably looks like a bug in Google Chrome 10 on Mac OS X, not a bug in Bugzilla.
I though that might be the case also. However, when I checked out the bugzilla landfill <https://landfill.bugzilla.org/bugzilla-4.0-branch/enter_bug.cgi?product=LJL%20Test%20Product> I got autocomplete results for the Assignee/CC with Google Chrome on Mac OS X. Hmmm....
I looked at the javascript debugger inside of Google Chrome on the Mac. It indicated that I had a couple of problems. The first I was getting an error in js/fields.js. I was also apparently serving up .js files with the wrong MIME type ("text/x-js" instead of "text/javascript"). The error was that js/fields.js was truncated somehow to about 644 lines. So I fixed the MIME type, restarted the server, and cleared the browser cache in Google Chrome. I then tried autocomplete which worked. Sorry about that.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•