codemirror / codemirror5

In-browser code editor (version 5, legacy)
http://codemirror.net/5/
MIT License
26.83k stars 4.97k forks source link

Blinking scrollbars on Mac #2897

Open dangoor opened 10 years ago

dangoor commented 10 years ago

Originally reported as https://github.com/adobe/brackets/issues/9543 using CodeMirror SHA 8be56518bef493d2155e4a3bea18a196bc43e1db

Here's the demo from the original reporter:

demo

It sounds like it blinks most consistently when the Mac's "Show scroll bars" setting is "Always".

This only appears to happen within the editor region of Brackets, which is why we're reporting it here.

cc @mfarooqi

marijnh commented 10 years ago

Have you been able to reproduce this? Any idea what the minimal HTML that triggers the problem is?

mfarooqi commented 10 years ago

only that much text is enough that could make page scrollable.. either horizontal or vertical. .even blank enters produces this effect.

Regards

On Tue, Oct 28, 2014 at 6:50 PM, Marijn Haverbeke notifications@github.com wrote:

Have you been able to reproduce this? Any idea what the minimal HTML that triggers the problem is?

— Reply to this email directly or view it on GitHub https://github.com/codemirror/CodeMirror/issues/2897#issuecomment-60757520 .

marijnh commented 10 years ago

I mean the HTML around the editor, the test page (I don't want to wade through all of Brackets to debug this). I don't think this has come up outside of Brackets yet.

dangoor commented 10 years ago

@mfarooqi Perhaps you can see if this problem appears for you on the CodeMirror page (use Chrome because that's closest to Brackets, though Brackets is a few versions behind the current Chrome release).

mfarooqi commented 10 years ago

@dangoor. I'm sorry if I couldn't get what exactly do you mean by CodeMirror Page. I'm a chrome user, If you mean to see online editors then it is working perfectly fine over there. But See the following lines maybe the result is changed because of update.

One more thing to update: I updated my OS to Yosemite 10.10 Two days back. Now here in new OSX Brackets's scrollbars are not blinking. I think there must be something wrong with the OSX Mavericks, even the latest one. 10.9.5.

And Now I found another thing wrong with Brackets 0.44. Do I post as a new issue?.

mfarooqi commented 10 years ago

@dangoor . .i"m installing Mavericks on VirtualBox. I'll update you once that is installed.