Opened 14 years ago
Closed 14 years ago
#2764 closed defect (wontfix)
dojo.html.isShowing() should use computed style
Reported by: | guest | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | HTML | Version: | 0.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojo.html.isShowing() uses getStyleProperty() instead of requesting the computed style. If the "display" property is set to "inherit" and the parent has "display: none", I believe that dojo.html.isShowing() should return false. Instead, it returns true because "inherit" != "none".
Note: See
TracTickets for help on using
tickets.
use dojo.style in 0.9