Closed Bug 204595 Opened 22 years ago Closed 22 years ago

Input field does not accept input when run standalone on local web server

Categories

(Core :: DOM: Core & HTML, defect)

x86
Linux
defect
Not set
major

Tracking

()

RESOLVED DUPLICATE of bug 78928

People

(Reporter: sperlonganobm, Unassigned)

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030505
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030505

When running mozilla in standalone mode on a local web server (i.e. "startx -e
mozilla http://localhost/"), text input boxes do not accept input.  Buttons
still work.

Reproducible: Always

Steps to Reproduce:
1. Started with install of RedHat 7.3
2. Installed latest apache web server
3. created test.html file (attached) and put it in the DocumentRoot of Apache
4. ran "startx -e mozilla http://localhost/test.html"
5. try to enter anything at all into the text field

Actual Results:  
Text field does not respond

Expected Results:  
Text field should take input

test.html file:
===============

<html>
 <head>
  <title>Mozilla Bug Demo</title>
 </head>
 <body>
  <form method=post>
   <input>
   <input type="submit">
  </form>
 </body>
</html>
Attached file test.html as described below (deleted) —

*** This bug has been marked as a duplicate of 78928 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: