nodebox / seed

Procedural Content Generator
https://seed.emrg.be/
MIT License
22 stars 8 forks source link

Scrolling in editor #14

Closed kunal-mohta closed 6 years ago

kunal-mohta commented 6 years ago

ezgif com-optimize Long texts in the editor cause the scrolling bar to go way below the mark.

fdb commented 6 years ago

I don't encounter this issue on Chrome / MacOS. What Browser / OS are you using?

kunal-mohta commented 6 years ago

Firefox Developer Edition - 59.0b10 (64-bit)

fdb commented 6 years ago

Indeed, I can reproduce it. Changing the view scale to 80% shows the correct behavior. Not sure what causes it though.

kunal-mohta commented 6 years ago

Maybe integrating to some other code editor as mentioned in #19 will solve this issue automatically.

kunal-mohta commented 6 years ago

I guess this is solved, now that you have integrated CodeMirror.

fdb commented 6 years ago

The scrolling is still weird in Safari. There's still something wrong with the Flexbox layout, it seems...

scrolling-safari

stebanos commented 6 years ago

I made some changes to the css styling of CodeMirror a couple of days ago, and Safari seems to look fine currently, so I think this is good to close.