Login Text Boxes Are Not Active
(1) The affected site is an online shop in HK. In the "ReturningCustomer" area, there is a text field for "E-MailAddress" and "Password". These text fields are not active in Firefox, so I cannot sign in. (2) Other menu types on the site appear to be working fine. There are no errors in the status bar. I played with some of the privacy and cookie settings but nothing worked. (3) I am able to sign in to this site with InternetExplorer and GoogleChrome. Cheers :)
URL of affected sites
Избрано решение
Thanks - works a treat !!
Прочетете този отговор в контекста 👍 0Всички отговори (5)
That is one of those sites that think that they need to disable the mouse buttons and prevent you from clicking on the page. Unfortunately that script doesn't work properly and doesn't allow to select the text fields with a mouse click.
You can use this bookmarklet to overcome that.
javascript:void(document.onmousedown=null);void(document.onmouseup=null);void(document.onclick=null);void(document.oncontextmenu=null);void(document.onselectstart=null);
You can contact the website to inform them that the code isn't working in Firefox.
javascript:void(document.onmousedown=null);void(document.onmouseup=null);void(document.onclick=null);void(document.oncontextmenu=null);void(document.onselectstart=null);
(1) Thankyou - The javascript works.
(2) I saved my login info in firefox, so I will not need to type into the sign-in text boxes in the future.
(3) Out of interest, can I save this script somehow in firefox, or maybe even associate it with the page of interest ?
Thanks in advance (brand new firefox user)
Just tried some other pages on the problem site, and anywhere I have to type into a text box, I have the same problem.
So a "shortcut" to the javascript would be very useful. It does not appear in the history of the url field.
Cheers
You can create a new bookmark and copy and paste the bookmarklet code in the location field of that bookmark.
Избрано решение
Thanks - works a treat !!