[dlang.org] new forum design
anonymous via Digitalmars-d
digitalmars-d at puremagic.com
Mon Jan 18 15:51:14 PST 2016
On 18.01.2016 21:32, wobbles wrote:
> On the reddit thread, a bug in safari was posted:
> "
> I found a bug on Safari 7.1.3: each time I click the "Edit" button for
> the code editor, the gray panel with the code it in gets longer, and
> pushes the rest of the content in the site down. Here's an album with
> the before/after screenshots. http://imgur.com/a/TIylc
> "
> https://www.reddit.com/r/programming/comments/41j1nm/check_out_ds_new_site/cz32v1v
We may already have a ticket for this:
https://issues.dlang.org/show_bug.cgi?id=15548
I have no idea what's going on here, and I don't have a Mac. So if
anyone with access to Safari could have a look at this, that would be
great :)
I've tried using browserstack.com to make sense of this. But you only
get 30 minutes free trial time, and after 16 minutes all I know is that
removing `editor.refresh()` from the edit button action [1] seems to
help. But the "Reset" button still messes things up. Also, since this
apparently wasn't an issue with the old design, and the JS code hasn't
been touched, this should be fixable in CSS.
[1]
https://github.com/D-Programming-Language/dlang.org/blob/818d38b19cfa357e79d991c55fd3a63d7fd9a39f/js/run.js#L492
More information about the Digitalmars-d
mailing list