Harbs / TLF-Table-Work

TLF Table Work
1 stars 0 forks source link

SelectionManager is not selecting cell contents #11

Closed Harbs closed 10 years ago

Harbs commented 10 years ago

When trying to select cell content, the cursor is placed in the text above the table. I think what's happening is that the mouse event is bubbling up to the textflow of the main text and the selection is being set twice. We need to either prevent the event from bubbling, or check the target and respond accordingly.