• @Velocio
    Got a bit of a bug, when using the forum on my iphone4 iOS 6.1.3, and safari, not sure what version of safari though.
    It doesn't happen all the time but I'll open up a conversation/thread with the phone held up in a portrait stylee and it opens fine but then the thread moves across to the left of screen as if its trying show something that is too big for the screen, if I continue scrolling down the page keeps indenting to the left until you can't see anything.
    It's annoying but doesn't happen on every thread or conversation I open.

    Any thoughts?

  • If you could provide a link to a page on which this happens, that would be helpful.

    But we believe that this is caused by very long URLs or strings that are not being broken up for display. Safari handles this badly, instead of staying left-aligned it jumps outside of the view area without letting you move to the left.

    We have it logged: https://github.com/microcosm-cc/microweb/issues/251

    The fix we will apply is to extend our Go HTML sanitization library such that strings above 50 chars have a space inserted so that page layout doesn't break.

About