Closed Bug 233251 Opened 21 years ago Closed 21 years ago

[ActiveX] iehtmlelement all property call crashes

Categories

(Core Graveyard :: Embedding: ActiveX Wrapper, defect)

x86
Windows 2000
defect
Not set
critical

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: atremon, Assigned: adamlock)

Details

Attachments

(1 file, 2 obsolete files)

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
CIEHtmlElement::get_all method calls CIEHtmlElementCollection::CreateFromParentNode with bRecurseChildren argument set to true. This in turn calls PopulateFromDOMNode with bRecurseChildren argument set to true.
Attachment #140734 - Attachment is obsolete: true
Attached patch indentation!Splinter Review
Attachment #140735 - Attachment is obsolete: true
Comment on attachment 140736 [details] [diff] [review] indentation! r=adamlock
Attachment #140736 - Flags: review+
Attachment #140736 - Flags: superreview?(jst)
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
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: