Opened 10 years ago
Closed 10 years ago
#14912 closed defect (fixed)
dijit/TitlePane sets arrowNode.innerHTML twice on open
Reported by: | Kitson Kelly | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | Dijit | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This is a minor thing, but I was looking at the code and when setting open on TitlePane, I noticed it sets its arrowNode.innerHTML twice.
First is at line 157 and then it calls this._setCss()
which then sets it again at line 235.
I have attached a patch which removes it at line 157.
Attachments (1)
Change History (3)
Changed 10 years ago by
Attachment: | TitlePane.js.patch added |
---|
comment:1 Changed 10 years ago by
Milestone: | tbd → 1.8 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
Makes sense, thanks.
Note: See
TracTickets for help on using
tickets.
Removes redundant innerHTML set