#4201 closed bug (notabug)
_refreshShadow in ui.dialog.js incorrectly assumes shadow is displayed
Reported by: | donschuy | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.7 |
Component: | ui.core | Version: | 1.6rc6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Consider adding a check on this.shadow before continuing in _refreshShadow or not calling _refreshShadow if a shadow is not displayed.
_refreshShadow: function(dragging) {
if(!this.shadow) return;
Change History (2)
comment:1 follow-up: 2 Changed 14 years ago by
Milestone: | TBD → 1.7 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:2 Changed 14 years ago by
Replying to scott.gonzalez:
The shadow has been removed.
The shadow still exists in 1.6rc6. Will it be removed in rc7? It is not necessary to remove the shadow functionality. Just add if(self.shadow) before any instance of self._refreshShadow(1).
Note: See
TracTickets for help on using
tickets.
The shadow has been removed.