Closed
Bug 271193
Opened 21 years ago
Closed 21 years ago
diwishop.magicalmotions.com - disable all mouse clicks with faulty JavaScript
Categories
(Tech Evangelism Graveyard :: Dutch, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willem.meens, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
When trying to select a field with the mouse no blinking cursor appears.
Also it is not possible to input text into the field after selcting the fiels
with the mouse.
* Using the keyboard TAB to jump to the field does work!
the field(s) can then be filed with the given text.
Reproducible: Always
Steps to Reproduce:
1. goto the site http://www.diwishop.magicalmotions.com/ (for english click on flag)
2. select with mouse field for 'E-Mail address'
3. try to fill in some text
Actual Results:
noting - no text was placed (I have tried this form several systems)
Very anoying for 'normal'users
Expected Results:
after selecting the field with the mouse I would like to fill in my e-mail addres
Comment 1•21 years ago
|
||
line 75
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
this code disables all mouse click. Current workaround: use "TAB" key to tab
through input fields, or disable JavaScript. -> Tech Evangelism
Reporter (Willem) please contact the Web site and having them fix the problem.
Having customers contacting problem sites is always better than having others
doing it.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Using the mouse to select form fields is nog possible (login screen or account creation) → diwishop.magicalmotions.com - disable all mouse clicks with faulty JavaScript
Updated•21 years ago
|
Assignee: bugs → english-other
Component: Web Site → English Other
Product: Firefox → Tech Evangelism
QA Contact: english-other
Comment 2•21 years ago
|
||
oops, and oops
Assignee: english-other → dutch
Component: English Other → Dutch
QA Contact: english-other → dutch
Hello Daniel,
Thank you for your quick reply!
I will contact the site....
BUT: I hate to say it :) Internet explorer does not have the described
problem.... -sorry-
Regards,
Willem
(In reply to comment #1)
> line 75
> //if NS6
> if (window.sidebar){
> document.onmousedown=disableselect
> document.onclick=reEnable
> }
>
> this code disables all mouse click. Current workaround: use "TAB" key to tab
> through input fields, or disable JavaScript. -> Tech Evangelism
>
> Reporter (Willem) please contact the Web site and having them fix the problem.
> Having customers contacting problem sites is always better than having others
> doing it.
got a message from webmaster: fixed!
Compliments to diwishop.magicalmotions.com for fast action!
Status: NEW → RESOLVED
Closed: 21 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
•