Opened 13 years ago
Closed 12 years ago
#876 closed defect (fixed)
Print module
Reported by: | armin11 | Owned by: | dev |
---|---|---|---|
Priority: | major | Milestone: | 2.7.4 release |
Component: | user interface | Version: | 2.7 rc1 |
Keywords: | Cc: |
Description
The print module interacts with some other modules. Maybe it depends on jquery ui draggable. When starting another module after the print module like mod_WMSpreferencesDiv or mod_jsonAutocompleteGazetteer which also use draggable the module wont function any more. Will the drag events be removed when closing the print module?
Change History (7)
follow-up: 2 comment:1 by , 13 years ago
comment:2 by , 13 years ago
Replying to marc:
noticed it too.
steps to reproduce:
- open template_print
- click print button
- move the printFrame
- move the ui-dialog once->works
- move the ui-dialog twice-> won't work
hm, works for me (firefox 12), which browser did you use?
comment:4 by , 12 years ago
Milestone: | 2.7.3 release → 2.7.4 release |
---|
comment:5 by , 12 years ago
Use $("#" + target) selector.
because otherwise the unbind-function
removes the move-functionality over the whole document
see changes for 2.7
http://trac.osgeo.org/mapbender/changeset/8474/
please check and mark as fixed.
comment:6 by , 12 years ago
Thanks for the first patch. The is problem still there when using mod_jsonAutocompleteGazetteer. It seems to be a problem for the gazetteer modul, which zooms to a position and then the move-functionality of the print frame is removed. When using mod_WMSpreferencesDiv and the print module, they are glued together in one div ? After closing mod_WMSpreferencesDiv the print div will not open any longer unless the mod_WMSpreferencesDiv is opened :-( .
comment:7 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Problem was solved by karim - zIndex was wrong!
noticed it too.
steps to reproduce: