Ticket #6097 (closed defect: fixed)
dojox.widget.Loader div "blocks" content underneath when invisible
| Reported by: | guest | Owned by: | dante |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | DojoX Widgets | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by dante) (diff)
I have implemented the dojox.widget.Loader as a div centered on the page. When nothing is loaded and the div is hidden, I can't click on anything underneath the div's position. It's hidden, but it's still there.
I have solved this by giving the loader widget a unique id and calling document.getElementById("loader").style.display = "none"; at the end of the _hide function and document.getElementById("loader").style.display = ""; at the beginning of the _show function, but it's just a workaround.
Change History
Note: See
TracTickets for help on using
tickets.