php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27429 Search auto-completion bug in Opera
Submitted: 2004-02-28 13:20 UTC Modified: 2004-03-01 09:10 UTC
From: woom76 at hotmail dot com Assigned:
Status: Not a bug Package: Website problem
PHP Version: Irrelevant OS: Windows XP
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: woom76 at hotmail dot com
New email:
PHP Version: OS:

 

 [2004-02-28 13:20 UTC] woom76 at hotmail dot com
Description:
------------
In Opera 7.23, the cursor does not move to the end of the text when auto-completion is used. Instead, the cursor stays at its current position and the auto-completed text appears after it. This makes it troublesome to add text after the auto-completed part, as the user will have to manually move the cursor to the end of the text field. This bug occurs with both the drop-down list and the space bar methods.

Expected result:
----------------
e.g.
"aspell_[CURSOR]"
(This is the behaviour of Mozilla 1.6 and Internet Explorer 6.0 SP1)

Actual result:
--------------
"asp[CURSOR]ell_"
(This is |wrong|. :P)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-28 14:13 UTC] goba@php.net
If there is a way to position the cursor in the input field, please provide us some info. Otherwise we will not be able to fix this.
 [2004-02-29 23:34 UTC] postings-php-bug at hans-spath dot de
I think this is a browser bug. I've not found a way to "fix" this behavior with JS.

By the way:
Goba, would you agree that this comment is a bit "odd"?:
> // how many matches to show at most (must be even!)
> fh_showmatches=29;
 [2004-03-01 09:10 UTC] goba@php.net
Since this is a browser bug, we will not be able to fix it... Other browsers behave better here :) That comment might look odd, I have not digged into why that number needs to be even, this code was written by several people...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 12 22:01:33 2024 UTC