I've a non-focusable text area on a Frame. Using mouse, I'm selecting some text from the text area. The selection is not shown in the text area, but the text is actually selected. On Solaris, I'm able to paste the selected text by pressing the mouse middle button in native application or the same text area. On Windows, right clicking on the text area shows the menu, using which I can copy the selected text.
The behavior is wrong. Either the selection bordor should be shown or the selection should not happen. In motif toolkit, the selection border is shown even if the text area is non focusable
This is reproducible from tiger onwards.