Ok, this is helpful. I didn't think of document size before. It seems that CodeMirror doesn't render a whole document to the DOM when it's big. So the browser search function won't pick up parts that are inactive.
I don't know how is this handled with Codemirror's internal search, it's something to look into. Regards, Ales On Thursday, September 20, 2012 6:12:56 PM UTC+2, Jaymin Oh wrote: > > I have same bug in Windows 7, Chrome/IE, Web2py 2.0.8 with more than 1200 > lines in one controller. > > It happens occasionally, but when I move the scrolls, then it works as it > should. > > It really bothers me, so that I installed WingIDE and plan to purchase it. > > On Tuesday, September 18, 2012 10:44:24 PM UTC+9, Adi wrote: >> >> >> tried "search" via control/f in welcome app 2.0.9 stable (firefox and >> chrome) on mac, and it's not responding. >> >> did editor commands change? >> >> thanks, >> Adi >> >> --