orf / simple

Simple is a clone of Obtvse written in Python running on Flask.
MIT License
505 stars 280 forks source link

Redesign of editview in admin #30

Closed danielmagnussons closed 11 years ago

danielmagnussons commented 11 years ago

Works better when writing longer blog. less scrolling to top.

Looks like this:

pretty

orf commented 11 years ago

Hmm, I may have merged this a bit quickly. It looks very very nice but the textbox autogrows beneath the publish bar at the bottom. I couldn't work out how to fix this so I cheated and moved them all to the side originally.

Any ideas on how to fix this?

orf commented 11 years ago

I've got it - autogrow just needs to grow it to below the publish bars height (with some padding). Only issue is scrolling now, as it appears on chrome at least that typing doesn't automatically scroll the page due to the way that the autogrow works. I've fixed this, but it keeps scrolling to the bottom when the page is loaded. Once I get this fixed then I will push.

danielmagnussons commented 11 years ago

I tried to solve it, and sneak peaked at http://obtvse.herokuapp.com/

They have same problem, so didn't bother to put more effort on it. low prio bug maybe .