Opened 8 years ago
Closed 8 years ago
#16580 closed defect (fixed)
Bad urls in TriStateCheckbox.css
Reported by: | Adam Peller | Owned by: | Adam Peller |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8.4 |
Component: | DojoX Form | Version: | 1.8.3 |
Keywords: | Cc: | cjolif | |
Blocked By: | Blocking: |
Description (last modified by )
../image urls should not have the ".." Causes fatal errors when using the build tool
Change History (9)
comment:1 Changed 8 years ago by
Cc: | cjolif added |
---|---|
Owner: | changed from dante to Adam Peller |
Status: | new → assigned |
comment:2 Changed 8 years ago by
Description: | modified (diff) |
---|---|
Milestone: | tbd → 1.8.4 |
comment:3 Changed 8 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 8 years ago by
I wanted to double check but the test is failing for me on trunk.
Error on domReady callback: TypeError: Cannot read property 'tagName' of undefined
Don't you have the problem as well?
comment:5 Changed 8 years ago by
I was only looking at 1.8. You're correct, there is some other regression on trunk.
comment:6 Changed 8 years ago by
See http://bugs.dojotoolkit.org/ticket/16452#comment:4 for the trunk regression
comment:7 Changed 8 years ago by
The trunk regression is now fixed. I confirm these selectors are never fired, so yes we can probably remove those rules entirely.
Note: See
TracTickets for help on using
tickets.
looking further, the images do not exist and the rules do not appear to be used, so they should simply be removed. wondering if this needs to be backported