Closed
Bug 335497
Opened 18 years ago
Closed 18 years ago
Alert from onFocus does not allow typing input to a field in IE Tab
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: david.cdb004, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2
The following HTML issue alert message to the user before allowing type input into the field. It works o.k. for Firefox and IE, but in IE-Tab (version 1.0.9), it does not allow to type in the input field after issuing the alert.
The HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body>
<script language="javascript">
function onFocusAlert()
{
alert("Alert Message");
}
</script>
<input type="text" value="" size=6 onFocus="onFocusAlert()">
</body>
</html>
Reproducible: Always
Steps to Reproduce:
1. Load the HTML give in the details into Firefox IE-Tab.
2. Click on the input field
3. Acknowledge the alert message
Actual Results:
After the steps above, you should be able to type input to the field.
Expected Results:
It is not possible to type into the field in IE Tab.
Comment 1•18 years ago
|
||
This is a problem with the IE Tab extension, please report it to the extension author.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
Assignee | ||
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•