Opened 14 years ago
Closed 13 years ago
#765 closed module (fixed)
jquery ui dialog (jumps)
Reported by: | marc | Owned by: | marc |
---|---|---|---|
Priority: | major | Milestone: | 2.7.2 release |
Component: | user interface | Version: | 2.7 |
Keywords: | Cc: | marc |
Description
if you got open more then one ui-dialog window in your application
steps to reproduce.
1.set a spatial search in gui2.
you got the resultList.
2.click on an entry to get the "detail popup"
3.close the resultList Popup.
the detail popup will jump to north
Change History (11)
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
I reopened the Ticket.
The error still appears in 2.7.0
Another example to reproduce.
- -open gui1
- - set a getFeatureInfo
- -2 Popup(dialog Windows) should appear (postalcode and Mapbender Users) m
- -close the first Popup (Postal Codes)
The dialog Window (Mapbender Users) will jump to north.
comment:3 by , 14 years ago
Milestone: | 2.7 release → 2.7.1 release |
---|
comment:4 by , 14 years ago
Cc: | added |
---|---|
Version: | 2.7 rc1 → 2.7 |
comment:5 by , 14 years ago
Milestone: | 2.7.1 release → 2.7.2 release |
---|
comment:6 by , 13 years ago
Problem is Jquery's relative positioning when page has scrollbars.
Found in [thishttp://stackoverflow.com/questions/2657076/jquery-ui-dialog-fixed-positioning thread.]
comment:7 by , 13 years ago
Link above is not correct.
see this one.
http://stackoverflow.com/questions/2657076/jquery-ui-dialog-fixed-positioning
comment:8 by , 13 years ago
comment:9 by , 13 years ago
added workaround to several modules where we're using jquery dialog around iframes.
mod_gazzetteer_metadata
mod_search_csw_ajax_button
mod_add_WMSfromTree.js
mod_addWMSFromFilteredList_button
tested in chromuim and firefox
comment:10 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | reopened → new |
comment:11 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
changed in load_wmc.
This should be done now.
fixed in @7476