Closed
Bug 333983
Opened 19 years ago
Closed 19 years ago
HTMLElement.prototype functions not recognized
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WORKSFORME
mozilla1.9alpha1
People
(Reporter: jon.baumgartner, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060413 Firefox/3.0a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060413 Firefox/3.0a1
I first noticed this with bloglines, when my feeds stopped showing up in the left-hand pane. Loading the page with another browser displayed the feeds correctly.
The JavaScript error is:
Error: insertAtObj.insertAdjacentHTML is not a function
Source File: http://bloglines.com/ftiens4_2.js
Line: 180
I see this at other sites too, so it's not specific to Bloglines.
This seems to be a good test case:
http://webfx.eae.net/dhtml/ieemu/htmldemo.html
Reproducible: Always
Steps to Reproduce:
1. Visit http://bloglines.com/myblogs
Actual Results:
Note that although the title of the page indicates unread feeds, nothing appears in the left-hand pane.
Verify JavaScript errors in the console.
Expected Results:
The feeds should load, with no JavaScript errors.
This seems to have broken somewhere between 2006041010 and 2006041105.
Possibly due to bug 326497, bug 321299 or related to bug 333697.
Comment 1•19 years ago
|
||
per comments on forums ->NEW/regression
yours aswell Blake ?
Comment 2•19 years ago
|
||
I bet this is a regression from bug 326497, I'll try backing it out tomorrow.
Assignee: nobody → general
Component: General → DOM
OS: Windows XP → All
Product: Firefox → Core
QA Contact: general → ian
Hardware: PC → All
Target Milestone: --- → mozilla1.9alpha
Version: unspecified → Trunk
Reporter | ||
Comment 3•19 years ago
|
||
I'm guessing backing it out didn't help? I'm still seeing this with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060421 Minefield/3.0a1 ID:2006042104 [cairo]
Comment 4•19 years ago
|
||
20060421 was before the backout. http://bloglines.com/myblogs WFM in Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060425 Minefield/3.0a1
Reporter | ||
Comment 5•19 years ago
|
||
Excellent. WFM in Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060425 Minefield/3.0a1 ID:2006042505 [cairo]
Comment 6•19 years ago
|
||
Marking fixed based on comment 4 and comment 5. I'll investigate bug 326497 more and try to come up with a fix that doesn't break this case.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 7•19 years ago
|
||
For future reference this is a reduced testcase for this bug.
Comment 8•18 years ago
|
||
RCS file: /cvsroot/mozilla/testing/mochitest/tests/test_bug333983.html,v
done
Checking in test_bug333983.html;
/cvsroot/mozilla/testing/mochitest/tests/test_bug333983.html,v <-- test_bug333983.html
initial revision: 1.1
done
Flags: in-testsuite+
Updated•14 years ago
|
Assignee: general → nobody
QA Contact: ian → general
Resolution: FIXED → WORKSFORME
Assignee | ||
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
•