feeley / codeboot

An in-browser JavaScript REPL which supports single-stepping
32 stars 11 forks source link

Bubble displays below highlighted code when it should be above #79

Closed feeley closed 11 years ago

feeley commented 11 years ago

When a highlighted code with a large bubble is scrolled to the top of an editor box, the bubble is above the highlighted code. When the highlighted code scrolls out of view, the bubble disappears. When the highlighted code scrolls back into view, by just one pixel, the bubble appears below the highlighted text. When it is scrolled one more pixel (and beyond), the bubble switches back to being above the highlighted text. This is very distracting, because for a fraction of a second the bubble is below the highlighted code, but otherwise it is always above.