Closed
Bug 139493
Opened 23 years ago
Closed 23 years ago
Space key in textarea let page scroll
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
People
(Reporter: matthias, Assigned: joki)
Details
(Keywords: qawanted)
Attachments
(1 file)
(deleted),
text/html
|
Details |
In phpMyAdmin (http://phpmyadmin.sourceforge.net), Ver 2.2.6 is a textarea to
enter a sql query. HTML is:
<textarea name="sql_query" rows="7" cols="40" wrap="virtual"
onfocus="if (typeof(document.layers) == 'undefined' ||
typeof(textarea_selected) == 'undefined') {textarea_selected = 1;
this.form.elements['sql_query'].select();}">
SELECT * FROM `KW_Keyword` WHERE 1</textarea>
If I type a sql query in that field and use space, the page scrolls down (as
usually on mac os x). The space is typed, but I have to scroll back.
Expected behavior: Only type space.
Build 2002041712, Mac OS X, 10.1.4
Comment 1•23 years ago
|
||
WFM using 2002042206 on Win2K. Probably a Mac thing.
Comment 2•23 years ago
|
||
To events...
Assignee: mpt → joki
Component: User Interface Design → Event Handling
QA Contact: zach → madhur
Matthias, can you provide a minimal testcase that exhibits this behavior?
Reporter | ||
Comment 4•23 years ago
|
||
I have attached a testcase out of phpMyAdmin. I cannot figure out what in
special is the problem, so I give the whole page. Just enter "SELECT " (with
space) in the first textarea, and the page will scroll (2002042705 still). This
is mac only, on windows I do not have the problem.
Reporter | ||
Comment 5•23 years ago
|
||
When I open my file with bugzilla link, it wfm. When I open my local (uploaded)
file with "Open file" or with an url, this bug occurs. So may you should email
me and I send you the file directly?
Your testcase has:
<base href="http://localhost:8000/testsites_php/phpMyAdmin/" />
This won't work for testing purposes.
Nick's right. Resolving Duplicate.
*** This bug has been marked as a duplicate of 26882 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•