Opened 7 years ago
Closed 5 years ago
#17663 closed defect (patchwelcome)
problems when dojo/topic name contains comma
Reported by: | trevornc | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | Core | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I created a JSFiddle to demonstrate the problem. If the dojo/Topic string contains the comma character it will not work, that is, when the topic is published any subscriptions are not fired.
topic.subscribe("nocomma", function(){ ... }); << works topic.subscribe("comma,", function(){ ... }); << does not work
Change History (2)
comment:1 Changed 6 years ago by
Component: | General → Core |
---|---|
Summary: | Topic value with comm → problems when dojo/topic name contains comma |
comment:2 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Given that no one has shown interest in creating a patch in more than 2 years, I'm closing this as patchwelcome. Please let us know if you would like to get involved in helping make this change to Dojo!