Expected Behavior
If we click an output line from a print statement, we usually expect it to open up the exact script location for where that print statement was fired.
Bug
If you click an output line with the expressive output table behavior, we lose the ability to click on the rest of the text to open up the exact script line.
Simple Repro
Print out some strings and a table in the same print statement function call