Closed
Bug 100811
Opened 23 years ago
Closed 16 years ago
aol.com - Test for writing content to a pop-up 'on the fly' fails
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: jmkobayashi, Unassigned)
References
()
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
1. navigate to the url
http://browsertest.web.aol.com/tests/javascript/javascpt/testpgs/window/onthefly
.htm
2.As instructions state, fill in some text and hit "open pop up"
3.Pop up appears with text 'undefined"
4.Expected result: Pop up should contain text that user typed
Tested in .0.9.4 build. Discovered while running smoketests for embedding at:
http://www.mozilla.org/quality/smoketests/embed-basic-test.html EM18
This works as stated using IE.
Comment 1•23 years ago
|
||
->DOM
Assignee: asa → jst
Component: Browser-General → DOM HTML
QA Contact: doronr → stummala
Summary: Test for writing content to a pop-up 'on the fly' fails → Test for writing content to a pop-up 'on the fly' fails
Comment 2•23 years ago
|
||
failed in 2001-10-30-03. It is possible to have many sites which write messages
dynamically onto the pop up windows (say welcome user). Attaching a testcase
Target Milestone: --- → mozilla0.9.6
Comment 3•23 years ago
|
||
Updated•23 years ago
|
Target Milestone: mozilla0.9.7 → mozilla0.9.8
Updated•23 years ago
|
Target Milestone: mozilla0.9.8 → mozilla0.9.9
Comment 5•23 years ago
|
||
The problem is that the testcase does
<input name="content" type="text">
then in javascript:
content.value
expecting to get the value of the text input. however in mozilla |content| will
map to window.content (or is it replaceable?), and in any case an input element
is not accessible directly by its name attribute.
Evangelism?
Comment 6•23 years ago
|
||
Yup, evangelism. The testcase needs to do document.content to find the input...
Assignee: jst → doronr
Component: DOM HTML → US General
Product: Browser → Tech Evangelism
QA Contact: stummala → zach
Target Milestone: mozilla0.9.9 → ---
Version: other → unspecified
Updated•23 years ago
|
Blocks: 121236
Summary: Test for writing content to a pop-up 'on the fly' fails → aol.com - Test for writing content to a pop-up 'on the fly' fails
Comment 7•23 years ago
|
||
still :(
fixed URL
Updated•22 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Mar
Comment 10•21 years ago
|
||
ain't gonna happen
Assignee: bc → english-us
Status: ASSIGNED → NEW
QA Contact: zach → english-us
Target Milestone: Mar → Future
Comment 11•20 years ago
|
||
[bug248549notfixed]
Comment 12•16 years ago
|
||
URL is 404
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
Comment 13•16 years ago
|
||
FIXED by death of page, then, assuming the 404 page works fine.
Resolution: INVALID → FIXED
Comment 14•16 years ago
|
||
woohoo, thanks Chris for adding a comment, a few people still seem to be active in this area, I'm happy !
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•