cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

active content

when going from saved draft on app to desktop to finish listing active content is on new listing ?

Message 1 of 5
latest reply
4 REPLIES 4

active content

Thanks for the report. Where are you seeing this active content?

Message 2 of 5
latest reply

active content

am seeing lots of code I don't know where it comes from never had a issue before its from saved drafts on the app finishing listing on a desktop

Message 3 of 5
latest reply

active content

Could you please take a screenshot of what you are seeing and email it to us at iosfeedback@ebay.com

Message 4 of 5
latest reply

active content

@derekeveritt


@derekeveritt wrote:

am seeing lots of code I don't know where it comes from never had a issue before its from saved drafts on the app finishing listing on a desktop


Do you have LastPass installed on your desktop computer? There is a bug in one of the versions of LastPass that adds script to the description window, and no matter how many times it is removed, it keeps coming back. The only solution is to either update LastPass or disable it while revising a listing.

 

Does it look like this?

<script>if (typeof(lpcurruser) == 'undefined') lpcurruser = '';  
if (document.getElementById('lpcurruserelt') && document.getElementById('lpcurruserelt').value != '') { 
lpcurruser = document.getElementById('lpcurruserelt').value; document.getElementById('lpcurruserelt').value = ''; }  
if (typeof(lpcurrpass) == 'undefined') lpcurrpass=''; 
if (document.getElementById('lpcurrpasselt') && document.getElementById('lpcurrpasselt').value != '') { 
lpcurrpass = document.getElementById('lpcurrpasselt').value; document.getElementById('lpcurrpasselt').value = ''; } 
var lploc="1"; var lponlyfill=null; (function() {
  var doc = document;
  var frm = doc.getElementById('SignInForm');
  var old_username = doc.getElementById('userid');
  var old_password = doc.getElementById('pass');
  var runids = doc.getElementsByName('runId2');
  var runid = null;
  if (runids.length==1) { runid = doc.getElementsByName('runId2')[0]; }
  if (frm && runid && old_username && old_password ) {
    try {
      old_username.value = "";
      old_password.value = "";
      old_username.parentNode.nextSibling.getElementsByTagName('input')[0].value = lpcurruser;
      old_password.parentNode.previousSibling.getElementsByTagName('input')[0].value = lpcurrpass;
    } catch (e) { };
  }
})();lpcurruser = ''; lpcurrpass = '';</script>

 

ShipScript has been an eBay Community volunteer since 2003, specializing in HTML, CSS, Scripts, Photos, Active Content, Technical Solutions, and online Seller Tools.
Message 5 of 5
latest reply