Closed Bug 242126 Opened 22 years ago Closed 13 years ago

antikenmuseumbasel.ch - all form fields disabled

Categories

(Tech Evangelism Graveyard :: German, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: patrick.steiner, Unassigned)

References

()

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7a) Gecko/20040219 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7a) Gecko/20040219 it's not able to fill in some date in the formular presentet on this website. the mainsite is http://www.pzi.ch/AEGprod/ Reproducible: Always Steps to Reproduce: 1.Go to the page:https://www.antikenmuseumbasel.ch/amb_forms/kontakt_form.html 2.and try to fill in some data in the formular 3. Actual Results: Mozilla tries to find some text on the page.I doesn't fill in some text in the formular field Expected Results: Fill in the correct and typed data in the formular
This code: <SCRIPT language=JavaScript> var message=""; function clickIE() {if (document.all) {(message);return false;}} function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {(message);return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} </SCRIPT> <SCRIPT language=JavaScript1.2> function disableselect(e){ return false } function reEnable(){ return true } document.onselectstart=new Function ("return false") if (window.sidebar){ document.onmousedown=disableselect document.onclick=reEnable } </SCRIPT> is clearly doing something it shouldn't be in Firefox 2 (though the form works in Camino trunk). The form is totally disabled in Firefox.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Hardware: PC → All
Summary: Not able to fill in some data in the formular → antikenmuseumbasel.ch - all form fields disabled
Still b0rken using Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090717 Iceweasel/3.5.1 (Debian-3.5.1-1)
I checked the website, main page is now at http://www.antikenmuseumbasel.ch/sonder/AEGprod/index.html It looks like the upper mentioned form is linked nowhere on this site anymore, so shall we close this one or really try to have it fixed?
i'm the bug writer. befor we close this bug, can somebody tell me why we had this problem in firefox? yes its true that this form isn't avilable on this site but the same problem can happen on an other side
I guess noone is actually interested in this bug anymore, the form is probably long gone now.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.