Closed
Bug 313332
Opened 19 years ago
Closed 19 years ago
2005-10-21 build: form is broken if it's between <table> and <tr> on Mac (Doesn't work on Excite Translation)
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 313327
People
(Reporter: sugar.waffle, Assigned: mrbkap)
References
()
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
777 bytes,
text/html
|
Details |
In 2005-10-21 build, Don't work Excite Translation.
Following Camino worked.
But similarly, Camino that does build from CSV for myself doesn't work.
http://ftp.mozilla.org/pub/mozilla.org/camino/nightly/2005-10-21-08/Camino.dmg
Following Firefox doesn't work either.
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2005-10-21-15-trunk/firefox-1.6a1.en-US.mac.dmg
There is no problem in Windows in the report of Japan.
http://bugzilla.mozilla.gr.jp/show_bug.cgi?id=4682#c1
Steps to reproduce:
1.Open URL
2.Some sentences are input to left TEXTAREA.
3.The button(翻訳) between TEXTAREA is pushed.
4.Some words are input to INPUT at the left of the search button(検索) and the
search button(検索) is pushed.
Actual Results:
The message of an initial display doesn't disappear even if left TEXTAREA is
clicked.
And it doesn't work even if Translation(翻訳) and Search(検索) are pushed.
Mac OS X 10.3.9
Comment 1•19 years ago
|
||
Error: document.world.before has no properties
Source File: http://www.excite.co.jp/world/english/
Line: 214
-> DOM0
Assignee: general → general
Component: General → DOM: Level 0
Keywords: regression
Product: Mozilla Application Suite → Core
QA Contact: general → ian
Summary: 2005-10-21 build: Don't work Excite Translation. → 2005-10-21 build: document.form.xxx has no properties (Doesn't work on Excite Translation)
Comment 2•19 years ago
|
||
This page is written as follows:
<table>
<form>
<tr>
<td>
<textarea>
...
if the form is outside the tabel or in <td>, the JS error doesn't happen.
*** Bug 313367 has been marked as a duplicate of this bug. ***
*** Bug 313379 has been marked as a duplicate of this bug. ***
submit button does not work in form like comment#2.
For example, the following search button of Google do not work, either.
http://www.google.com/search?hl=en&q=Camino&btnG=Google+Search
Comment 6•19 years ago
|
||
Attachment #200422 -
Attachment is obsolete: true
Comment 7•19 years ago
|
||
related to bug 313327? but this is Mac only.
over to parser for the moment.
Assignee: general → mrbkap
Severity: normal → major
Component: DOM: Level 0 → HTML: Parser
QA Contact: ian → parser
Summary: 2005-10-21 build: document.form.xxx has no properties (Doesn't work on Excite Translation) → 2005-10-21 build: form is broken if it's between <table> and <tr> on Mac (Doesn't work on Excite Translation)
Assignee | ||
Comment 8•19 years ago
|
||
*** This bug has been marked as a duplicate of 313327 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•