Yes, sorry I forgot to mention that it works really good without that server, leaving it blank. Just our report drop-down list is acting funny and I can't visit the NxFilter Forum without the browser adding it back in again - I just checked and it put the address back in again.
							
						
					Announcement
				
					Collapse
				
			
		
	
		
			
				No announcement yet.
				
			
				
	
CxForward v1.0.6
				
					Collapse
				
			
		
	X
- 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
 I actually had the same problem but we don't have any special code for our forum. And at the moment, I can't recreate it. I even tried to uninstall and reinstall several times but I don't see it anymore. Anyway, it's related to our forum. We will look into this problem in detail tomorrow.
 
 And what's that drop-down list problem? You get that when you have CxForward running?
 Comment
- 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
 The drop down shows the previous selection, instead of the current. If was on machine 25-201 and select 25-202, the drop down box stays at 25-201 with the data of 25-202. If I then go to 25-203, the box goes to 25-202, with the data of 25-203. Here is part of the drop down code:
 
 <select name="wc" class="tr_sel" id="wc_id" onChange="setwc(this)">
 <option value='25-200' selected>25-200 - PRESS DEPARTMENT</option>
 <option value=25-201>25-201 - KIDDER FLEX STACK PRESS</option>
 <option value=25-202>25-202 - KIDDER FLEX STACK PRESS</option>
 <option value=25-203>25-203 - KIDDER FLEXO 660 CI</option>
 
 function setwc(h) {
 var subind = $("subind").value;
 if (GetIt('setwc?subind=' + subind + '&wc=' + h.value) != "OK")
 alert("Error changing WC");
 
 function GetIt(url) {
 xr(url);
 if (xmlhttp) {
 if (xmlhttp.responseXML != null) {
 return xmlhttp.responseXML.getElementsByTagName("retvalue ")[0].childNodes[0].nodeValue;
 }
 }
 redirectToIndexJSP();
 return null;
 Comment
- 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
 All I know is that as soon as I disable CxForward the drop-down issue is gone. However, no huge deal, we just have to wait for the Edge Extension Pause function to appear in the release version and then I can Pause CxForward on our reports pages via GPO: Microsoft Edge is getting an option to pause extensions on sites - gHacks Tech News
 Comment
- 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
 I think I know the source of that weird URL problem. Chrome extension introduced Manifest v3 and they changed several things with the way of background service running. In old days, we only parse start page once but now it seems like starting again when it needs. And this page has 'cxforward' keyword. We need to change the keyword first and then bypass parsing process if it's not from a real start page.
 
 So, you don't visit this post for sometime. Or change the IP again until we release v1.0.7.Last edited by support200; 04-27-2022, 04:39 PM.
 Comment

Comment