Ticket #2080 (closed defect: fixed)

Opened 2 years ago

Last modified 18 months ago

intern-strings of CSS for widgets not checking for duplicate additions?

Reported by: jburke Owned by: jburke
Priority: normal Milestone:
Component: General Version: 0.4
Severity: normal Keywords:
Cc:

Description

There was an issue reported on dojo-interest that seems to indicate that with interned CSS, the CSS might be added to the DOM for every widget or widget instance that references that templateCssString.

We should check to be sure templateCssString style additions check for dupes, but also make sure we don't break subclasses that might define a different templateCssString or templateCssPath.

This issue might also be the cause of ticket #1958

Change History

Changed 2 years ago by jburke

  • owner changed from anonymous to jburke

I'm going to pick this up for now, but Adam Peller might be looking at #1958 which also might lead him to this issue, so I'll check with him. Also, if anyone else wants to take the ticket or has suggestions on the fix, feel free to comment.

Changed 2 years ago by jburke

(In [6788]) References #2080: insertion of templateCssString not checking for dupes

Changed 2 years ago by jburke

  • status changed from new to closed
  • resolution set to fixed

(In [6789]) Fixes #2080: insertion of templateCssString not checking for dupes (merge from trunk)

Changed 18 months ago by anonymous

  • milestone deleted

Milestone 0.4.1 deleted

Note: See TracTickets for help on using tickets.