Opened 12 years ago
Closed 12 years ago
#8538 closed defect (fixed)
popup widgets can flicker when being hidden
Reported by: | bill | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I'm told that dijit.popup.prepare() can flicker since it attaches the DOM node to document.body, and removes the display: none, before positioning the node off-screen.
Rearrange code to not do that.
Note: See
TracTickets for help on using
tickets.
(In [16505]) Fixes #8538: flicker when initially hiding a popup widget. !strict