active content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2018 07:48 PM
when going from saved draft on app to desktop to finish listing active content is on new listing ?
active content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2018 08:52 PM
Thanks for the report. Where are you seeing this active content?
active content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2018 09:16 PM
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
active content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2018 09:52 PM
Could you please take a screenshot of what you are seeing and email it to us at iosfeedback@ebay.com
active content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2018 08:54 AM
@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>
