OSX
ADStudio 12.0.18 on at least OSX 10.8.1
1. enable Grid and Text results
2. open a query analyzer write a query that generates results
3. drag to select your query and press Command E to execute it.
4. using the mouse, drag across the text results but make sure your click and drag begins in the gap between the line numbers and the first character of the text results.
5. the text results will turn gray as if your focus is there, but if you look closely the cursor is still flashing in the edit area of the query analyzer.
6. press Command C
7. if you paste, what you will paste are the contents of the still highlighted Query Analyzer Editor content, NOT the text results that turned gray when you click and dragged across it.
see attached
ubuntu 12.04 has the same issue.
and Windows XP 64bit too, now that I tried it there as well.
and Windows XP 64bit too, now that I tried it there as well.
I couldn't fully find the cause for this. On NetBeans the focus moves automatically, but while tracing that I could duplicate it even for NetBeans. Probably my instrumentation changed some timings which means it's somewhat of a racing condition somewhere.
I've added an explicit requestFocus after selecting text, if the component is unfocused, and this fixes the issue.
I couldn't fully find the cause for this. On NetBeans the focus moves automatically, but while tracing that I could duplicate it even for NetBeans. Probably my instrumentation changed some timings which means it's somewhat of a racing condition somewhere.
I've added an explicit requestFocus after selecting text, if the component is unfocused, and this fixes the issue.
Issue #8581 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build Vincaed 3.0.5.6 |
No time estimate |
ubuntu 12.04 has the same issue.