Opened 15 years ago

Closed 15 years ago

#461 closed defect (fixed)

element vars of featureInfoTunnel doesn' take an effect...

Reported by: marc Owned by: dev
Priority: minor Milestone: 2.6 release
Component: user interface Version: 2.5
Keywords: Cc:

Description

...if you chosse the new popup replacement. There are currently 3 element vars defined at this module. (featureInfoLayerPopup) (featureInfoPopupHeight) (featureInfoPopupWidth) but they take no effect because they are hard wired in map.js.

Here's the code from line

								try{
									var p = new mb_popup({
										title:"Feature Info",
										url:path + "?url=" + escape(currentRequest)+"&"+mb_nr,
										width:600,
										height:500,
										top:200,
										left:600
									});
									p.show();
								}catch(e){
									window.open(path + "?url=" + escape(currentRequest)+"&"+mb_nr, "" , "width=300,height=400,scrollbars=yes,resizable=yes");
								}
							}
							else{
								var e = new Mb_exception("No featureInfo results.");
							}
						});
					}());
					cnt_fi++;
				}

Change History (2)

comment:1 by marc, 15 years ago

Version: 2.6 rc12.5

comment:2 by marc, 15 years ago

Resolution: fixed
Status: newclosed

I've seen that it's
fixed in Version 2.6

Note: See TracTickets for help on using tickets.