Has anyone noticed that now when you open up a scr...
# suitescript
j
Has anyone noticed that now when you open up a script in the editor popup, it’s randomly scrolled down partway?
a
noticed it but never stopped to think about it... it appears to always be scrolled ~23.5% through the total number of lines 😄 just did 3 different files 17/69, 67/286, 27/114
m
This has been driving me crazy, thank you for confirming that it's not just our account (or me as a user). Obviously I can live with it but it makes no sense and adds unnecessary steps to my process (especially because I have to scroll the popup to the right first because our field labels are to the left of our fields instead of above and apparently they can't figure out how to adjust the popup width accordingly).
j
oh hey…. popup width.
I have a solution for that if you are interested (I use Tampermonkey)
I might try adding a scrollyfix too
a
I very rarely use the CK editor so its nbd to me, but thanks
c
If you're relying on the editor a lot, there's likely a process issue in how you're handling scripts and the overall script and deployment process.
Between source control and SDF's ability to verify the script in your IDE is the same as the one in NS, I rarely touch the editor.
I appreciate the SuiteScript world is years behind professional standards in software engineering though... The first thing I'd do is take your scripts and re-deploy them via SDF, check in the latest working prod versions into GIT then mandate that nobody is allowed to open that code editor on production, at the very least, SDF and an IDE should be your release pipeline.