Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Firefox 4 on Windows 7/XP is not allowing user interaction with form elements that contain HTML coding. For instance, a textarea element whose content includes <h4>My Content</h4><br />

  • 1 回覆
  • 4 有這個問題
  • 3 次檢視
  • 最近回覆由 yfederowicz

more options

On a Mac, Firefox 4 was also dysfunctional and the "enter" key immediately submitted the form instead of adding a line if the cursor was placed inside content to start with, but on Windows it seems impossible to get the cursor inside the textarea content at all.

The "view source" of the form textarea element plus the content that our user entered is pasted below:

<textarea name="content" cols="120" rows="50">

SEARCH TOOL NOT WORKING


TRY FIRST

Check for popup blockers; set for allow
Mac users may want to use Firefox if Safari does not work and not a popup problem.

COMMUNICATION FOR TROUBLESHOOTING

Must provide the following information:
Computer's operating system?
Browser and version?
On campus or off, if off how are you getting a Brown IP address?
What in detail is wrong?
What have you tried to overcome the problem?

IF ALL ELSE FAILS

Contact CIS HELP - it may be your computer. <p>A computer cluster in one of the libraries or CIT if the problem is not with the vendor.

</textarea>
On a Mac, Firefox 4 was also dysfunctional and the "enter" key immediately submitted the form instead of adding a line if the cursor was placed inside content to start with, but on Windows it seems impossible to get the cursor inside the textarea content at all. The "view source" of the form textarea element plus the content that our user entered is pasted below: <textarea name="content" cols="120" rows="50"><h4>SEARCH TOOL NOT WORKING</h4><br> <h3>TRY FIRST</h3> <P>Check for popup blockers; set for allow<br> Mac users may want to use Firefox if Safari does not work and not a popup problem.</P> <h3>COMMUNICATION FOR TROUBLESHOOTING </h3> <p>Must provide the following information:<br> Computer's operating system?<br> Browser and version?<br> On campus or off, if off how are you getting a Brown IP address?<br> What in detail is wrong?<br> What have you tried to overcome the problem? </p> <h3>IF ALL ELSE FAILS</h3> <p>Contact CIS HELP - it may be your computer. <p>A computer cluster in one of the libraries or CIT if the problem is not with the vendor. </p></textarea>

所有回覆 (1)

more options

p.s. I realize that the user content is somewhat confusing, and your web page interprets the HTML tags instead of displaying them explicitly...

The user content begins after the <textarea> element and includes HTML headers, breaks, etc. Other HTML content inside form elements gave similar results. Thanks!