DataTicker crashes TRView paint method

Issue #151 closed
Robert Leach created an issue

Tree highlighting on hover stops working. Initially had reopened #59 (highlight subtrees on hover), but isolated the issue to the dataticker, which should be a very trivial fix, so creating a separate issue.

Comments (9)

  1. Robert Leach reporter

    I don't know if it's related - I think it is, but if you hover over the window's title bar, a continuous stream of error messages goes into the log window.

  2. Christopher Keil repo owner

    resolves #151; TreePanels do not send content via their getStatus() methods anymore, but instead an empty String array of size 3 (DataTicker elements); ArrayIndexOutOfBound exception does not happen anymore and paint() methods proceed as normal, not crashing the panel

    → <<cset 43d879f5ecdf>>

  3. Log in to comment