Closed
Bug 233251
Opened 21 years ago
Closed 21 years ago
[ActiveX] iehtmlelement all property call crashes
Categories
(Core Graveyard :: Embedding: ActiveX Wrapper, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: atremon, Assigned: adamlock)
Details
Attachments
(1 file, 2 obsolete files)
1.90 KB,
patch
|
adamlock
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent:
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.6) Gecko/20040113
Crash in:
http://lxr.mozilla.org/seamonkey/source/embedding/browser/activex/src/common/IEHtmlElementCollection.cpp#159
Reproducible: Always
Steps to Reproduce:
VB exemple:
Dim document As HTMLDocument
Dim coll As Object
Set document = MozillaBrowser1.document
Set coll = document.body.all
Reporter | ||
Comment 1•21 years ago
|
||
CIEHtmlElement::get_all method calls
CIEHtmlElementCollection::CreateFromParentNode with bRecurseChildren argument
set to true.
This in turn calls PopulateFromDOMNode with bRecurseChildren argument set to
true.
Reporter | ||
Comment 2•21 years ago
|
||
Attachment #140734 -
Attachment is obsolete: true
Reporter | ||
Comment 3•21 years ago
|
||
Attachment #140735 -
Attachment is obsolete: true
Comment on attachment 140736 [details] [diff] [review]
indentation!
r=adamlock
Attachment #140736 -
Flags: review+
Reporter | ||
Updated•21 years ago
|
Attachment #140736 -
Flags: superreview?(jst)
Comment 5•21 years ago
|
||
Comment on attachment 140736 [details] [diff] [review]
indentation!
sr=jst
Attachment #140736 -
Flags: superreview?(jst) → superreview+
Fix is checked in
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•