Menu

#6 Repainting fails for query window area

0.11
open
nobody
None
5
2010-11-04
2010-09-14
Dan
No

This is probably a mono / winforms problem; but:
1. Query area
2. Copy and paste the initial query multiple times (hold down CTRL+V)
SELECT ?s ?p ?o

WHERE {

?s ?p ?o .

} LIMIT 100
3. Hit ctrl + z until you return to the original query

Expect:
It repaints properly and removes text from the display

Actual:
it looks like the keypress events are firing too quickly for the textarea to repaint, and the control ends up rendering:
"SELECT ?s ?p ?o

WHERE {

?s ?p ?o .

} LIMIT 100SELECT ?s ?p ?o

WHERE {

?s ?p ?o .

} LIMIT 100"

until tabs are swapped

Discussion

  • Jeen Broekstra

    Jeen Broekstra - 2010-09-15
    • milestone: --> 1239056
     
  • Jeen Broekstra

    Jeen Broekstra - 2010-11-04
    • milestone: 1239056 --> 0.11
     

Log in to post a comment.

MongoDB Logo MongoDB