Closed
Bug 221675
Opened 22 years ago
Closed 20 years ago
gamewarp.it - impossible write on search
Categories
(Tech Evangelism Graveyard :: Italian, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: romzero, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
It's impossible write on search (top/left in the page)
site www.gamewarp.it
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Expected Results:
solve the problem
Comment 1•22 years ago
|
||
Not a Firebird specific bug. Same behavior can be observed in 1.5 RC2.
->Browser
Assignee: blake → form
Component: General → Layout: Form Controls
Product: Firebird → Browser
QA Contact: ian
Version: unspecified → Trunk
Comment 2•22 years ago
|
||
They´ve got code to disable right-click, and they´ve got this code,
don´t know, if this produces this error:
//Visit http://www.dynamicdrive.com for this script
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
Comment 3•22 years ago
|
||
Same problem as in bug 221519. Contact the site administrator about this.
Comment 4•22 years ago
|
||
Based on Bogdan's comments...
->Tech Evangelism
Component: Layout: Form Controls → Italian
Product: Browser → Tech Evangelism
Version: Trunk → unspecified
Comment 5•21 years ago
|
||
Conforming summary to TFM item 10 at
http://www.mozilla.org/projects/tech-evangelism/site/procedures.html#file-new
OS: Windows 2000 → All
Summary: impossible write on search in the www.gamewarp.it site → gamewarp.it - impossible write on search
Comment 6•20 years ago
|
||
The site has changed, the problem no longer exists.
Please close the bug.
Updated•20 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 20 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
•