Edit window can not get to bottom of code


#1

Slider on right not working also even if you arrow down can not edit last part of line
only way to do it is copy code out edit in notepad past back in


#2

I have same issues when trying to edit on iPad using the webcore app. Try opening a browser and go to the webcore dashboard from a browser. It seems to work better for me


#3

I am using google chrome on my pc


#4

Thanks for reporting, this is yet another good reason to take a second shot at updating the expression editor. It is using an outdated third-party text editor with some customizations to make it work with webCoRE. In the past I tried to update that to fix problems with text that contains < > and other HTML characters.

Unfortunately that won’t be a quick fix so I will look into a workaround for the scrolling issue. @beau76 would you please paste that expression here so that I can test a solution?


#5

here it is also when i did control a the blue does not go to end of code but it got it all
'[b, black | Power is currently][b, {rangeValue([device :power], ‘Green’, 1000, ‘DarkOrange’, 15000, ‘FireBrick’)} | {round([device :power])}][b, black | watts\nDuration is currently][b, {rangeValue(round(@@RunTime), ‘Green’, 1000, ‘DarkOrange’, 4000, ‘FireBrick’)} | {round(@@RunTimep1)}][b, black | Sec\nInterval is currently][b, {rangeValue({if(@@TimeBp1>3, round(@@TimeBp1), round(@@TimeBp1*60))}, ‘Green’, 50, ‘DarkOrange’, 150, ‘FireBrick’)} | {if(@@TimeBp1>3, round(@@TimeBp1), round(@@TimeBp1*60))}][b, black | {if(@@TimeBp1>3, " min “, " sec”)}] ’


#6

Thanks, I’ll take a look at this in the next few days


#7

Would you prefer the expression area to be sized as-is but scroll properly, or to grow to whatever height is needed to show the entire expression?


#9

I would say grow I also like to see the same on the line above it so you can see what it looks like


#10

This seems to work nicely with the expression editor and other multi-line texts like statement descriptions.

It’s not terribly laggy and works much better for me on iPad than trying to use vertical scrolling in the textareas.

This seems good to me, you’ll see it in the next release for which I have a few other tasks lined up.


#11

can not wait to give it a workout


#12

This fix has been published! See the announcement for more details