Closed
Bug 221519
Opened 22 years ago
Closed 22 years ago
Find as you type is turned on without request and blocks input in text fileds
Categories
(Tech Evangelism Graveyard :: Spanish, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ermannob, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.5) Gecko/20030925
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.5) Gecko/20030925
If I try to enter text in text fields (I try to login with username and
password), 'Find as you type' is automatically turned on, and I cannot input
text in any way.
I found this problem also in http://www.mininterno.it/
Reproducible: Always
Steps to Reproduce:
Just visit those pages and try to input some text.
Actual Results:
It is impossible to write in those text fields.
Expected Results:
Find as you type should not be turned on.
![]() |
||
Comment 1•22 years ago
|
||
How do I get the username/password fields? The page you link to does not have
any that I can see....
Comment 2•22 years ago
|
||
There is an input field in the left column, under "CERCA NEL SITO". The problem
is that I cannot get the focus in that input field by clicking in it. Actually
right click will focus the field, but left click has no efect. I think that's
the real issue here, not find as you type.
![]() |
||
Comment 3•22 years ago
|
||
Site sets:
function disableselect(e){
return false
}
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
}
This means that if window.sidebar is defined (in Mozilla it is) the mousedown
event's default action is cancelled.
Text fields are focused onmousedown. So cancelling the event makes the
textfields not take focus.
Not a Mozilla bug, but a deliberate decision on the part of the site.
Assignee: aaronlev5 → spanish
Status: UNCONFIRMED → NEW
Component: Keyboard: Find as you Type → Spanish
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: sairuh → spanish
Version: Trunk → unspecified
Reporter | ||
Comment 4•22 years ago
|
||
Username and password text fields are in the site linked on the top of this page.
It's www.ermannob.org/galleria
It's my website, so i'm going to correct it soon.
Anyway I think 'Find as you type' should not take part!
![]() |
||
Comment 5•22 years ago
|
||
Why not? It kicks in if you type when the main body of the page is focused...
which is the case here.
Reporter | ||
Comment 6•22 years ago
|
||
You're right Boris, I'm sorry.
My site is fixed now, so don't use it anymore for testing.
Comment 7•22 years ago
|
||
i can type in the inputs now. fixed. Thanks Ermanno
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•