vespene-io / _old_vespene

DISCONTINUED: a frozen fork will exist forever at mpdehaan/vespene
http://vespene.io/
Apache License 2.0
650 stars 66 forks source link

Output and Messages text areas are not selectable in Build -> Output tab #69

Closed sm4rk0 closed 6 years ago

sm4rk0 commented 6 years ago

Mentioned text areas are not selectable making it hard to copy-paste the build logs. Discussed here.

Workaround: use Developer tools (right-click the text area -> Inspect element) and double-click the text area's value.

mpdehaan commented 6 years ago

Thanks this should be an easy fix in forms.py - I’ll see if there is an easy way to do selectable but still not editable and worst case we can just make it editable as there is no way to save it anyway. Will probably get to this Sunday or Monday, apologies on not noticing something obvious.