• Resolved madivad

    (@madivad)


    Just a quick note to point out that on the settings page where we put out code for te functions, nothing appears below line 26 until you click the mouse below that line.

    It just comes up as a large blank white space.

    If you click above it, it doesn’t appear, you need to click below it.

    Otherwise, it functions perfectly for my needs.

    For further info, I’m on OSX 10.8, running the latest and also beta of chrome and latest safari. same error in all three

    https://wordpress.org/plugins/my-custom-functions/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author arthur-gareginyan

    (@arthur-gareginyan)

    Thank you for the feedback! I will try to fix this bug.

    Thread Starter madivad

    (@madivad)

    No worries, it was more for info than anything else. Is it known to anything specific? ie, am I a loner? or is it OS/browser/WP version specific?

    Thank YOU for the feedback 😀

    Plugin Author arthur-gareginyan

    (@arthur-gareginyan)

    You are not loner in this. Same bug I get in different situations (OS/browser/WP version). I already find the way to fix this bug.

    For fixing I used the following Javascript to refresh editor after 1 second:

    setTimeout(function() {
          myCodeMirror.refresh();
    },1);

    Soon I will publish the update of plugin.

    Thank you for taking the time to report this bug and helping to make this plugin better.

    Plugin Author arthur-gareginyan

    (@arthur-gareginyan)

    Ok, I updated the plugin to version 1.6.

    Thread Starter madivad

    (@madivad)

    That’s cheating, but I love your thinking on this!! Great idea and super speedy (for my bug report on the issue) which gives you the: “here’s your beer” donation (once I’m out of bed and don’t have one of the kids limiting to single arm/hand/thumb typing)

    Cheers.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘nothing appears below line 26’ is closed to new replies.