Skip to content

Web components do not render scripts collected by the script generator #1506

Description

@adriaon

Hi,

For web components the scripts collected by the script generator are not rendered. I suppose WANilHtmlRoot should take care of that like this:

WANilHtmlRoot>>#closeOn: aDocument

	aDocument scriptGenerator close: self on: aDocument

Although WAScriptGenerator>>#open:on: (and at JQScriptGenerator) is empty, it is probably nice to call them from WANilHtmlRoot>>#openOn: anyway, like:

WANilHtmlRoot>>#openOn: aDocument

	aDocument scriptGenerator open: self on: aDocument

Cheers,
Adriaan

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Fields

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions