I have two dojo buttons, which on click create floating panes. Now the ‘Search’ button creates a floating pane which does not move but the ‘Mapping the Data’ button’s floating pane works fine. Till the time I do not drag the floating pane created by ‘Mapping the Data’, I am not able to drag the floating pane created by ‘Search’.
This is my application.
Any idea what the problem is?
It is the problem of
z-index, Search is located beneath of your map (because of noz-indexspecified). When you open and drag Mapping the Data it setsz-index:104also to the Search which makes it moveable.