Closed Bug 578328 Opened 14 years ago Closed 3 years ago

event issues

Categories

(Firefox :: General, defect)

3.6 Branch
x86_64
Windows 7
defect
Not set
major

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: chinkey_chow_mein, Unassigned)

Details

User-Agent:       Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; MS-RTC LM 8; .NET4.0C; .NET4.0E)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6

<div id="search">
<input id="SearchQuery" name="SearchQuery" onblur="search.style.backgroundPosition='0 0'; if (this.value == ''){ this.value = 'Search'; }" onfocus="search.style.backgroundPosition='0 -33px'; if (this.value == 'Search'){ this.value = ''; }" type="text" value="Search" />
</div>

none of these (onblur, onfocus, onclick, (maybe others)) work in firefox.
In the error console it just says that the element is undefined.

<a style="margin: 3px 0 0 20px;" href="Javascript: void(0)" onclick="replyUpload.style.display = 'block'; newResponseArea.style.display = 'none'; return false;">Attachments</a>


Reproducible: Always

Steps to Reproduce:
1.See 'Details'
2.
3.
Works on IE7 - IE8, Chrome, Safari, Opera
Version: unspecified → 3.6 Branch

Closing this as RWFM since there has been no activity on this issue in the past 11 years.
Also, the testcases do not throw element is undefined in the browser console on Nightly 95.0a1 and Win 10 64-bit.
Please re-open if this is further valid and should be worked on in the future.

Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.