WordPress / better-code-editing

[✅ Merged into 4.9-alpha] Better Code Editing WordPress plugin
https://wordpress.org/plugins/better-code-editing/
37 stars 16 forks source link

Warning vanishes when on smaller screen #11

Closed karmatosed closed 7 years ago

karmatosed commented 7 years ago

I was doing some testing on various screen sizes and discovered an oddity. This is what I see on desktop:

1

Yet, as soon as I reduce the screen size this happens:

1nondesktop

The warnings aren't present at all.

obenland commented 7 years ago

I've spent a good amount of time today, trying to track that down. Currently it looks to me like this is a CodeMirror bug. Linen umbers are part of the core package and work differently than the rest of the information that is being displayed in the gutter. I'll try to dig deeper to find out