Closed
Bug 2872
Opened 26 years ago
Closed 26 years ago
Test dom/tests/js/docfrag.html doesn't work
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: akkzilla, Assigned: joki)
References
()
Details
The test dom/tests/js/docfrag.html, which I've copied to the URL listed above
for ease of testing by QA, doesn't do anything when I click on either of the
links. I think the first link used to work (and second one used to crash, see
bug 2046).
I've only tried this on Linux, but Eli says that on today's Mac optimized build,
it changes the two words for a second or two, then they revert (is that the
right behavior, or a different error?)
Reporter | ||
Comment 1•26 years ago
|
||
Oops, used eli instead of elig.
Comment 2•26 years ago
|
||
Yup. As Akkana said; using yesterday's (2.2.99) Mac optimized build it changes
text to "new ones" for about a half second, and then reverts it back.
Same behavior transpires on today's (2.3.99) Win32 optimized build, but only for
a tenth of a second (perhaps because the Win32 computer used is about 2-3X faster
than the Mac used?)
Updated•26 years ago
|
Assignee: vidur → joki
Comment 3•26 years ago
|
||
Both seem to do the right thing, but the "return false;" part of the script
event handler doesn't seem to stop default event processing. As a result, the
page is reloaded. This is Tom's bug.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•26 years ago
|
||
Okay, I have a fix for this. I'll check it in when the tree is open.
Comment 5•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•26 years ago
|
||
I fix this so long ago I don't even remember what was wrong with it. Works now,
though.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•26 years ago
|
||
Seems working fine now. Marking as verified.
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•