Opened 12 years ago
Closed 11 years ago
#5011 closed task (fixed)
unit tests for attributeMap
Reported by: | bill | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
The unit tests for attributeMap have a few issues.
- the style check didn't work on IE; it's non-deterministic
- shouldn't be in _Templated.html since attributeMap is independent of _Templated
Change History (6)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Type: | defect → task |
comment:3 Changed 12 years ago by
Milestone: | → 1.2 |
---|
comment:4 Changed 12 years ago by
comment:5 Changed 11 years ago by
Description: | modified (diff) |
---|
attr.html is probably a good place for these tests (there's a little bit of testing at attributeMap in there already.
comment:6 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [11392]) Comment out non-deterministic (is that the right word?) check. Shouldn't be accessing cssText, but rather maybe checking individual properties like border-left-color Refs #4813, #5011