| Summary: | Exception raised by CellLabelProvider.getToolTipText(Object) are not handled by Workbench Exception Handler and cause an HTTP ERROR 500 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Sebastien Arod <sebastien.arod> | ||||
| Component: | JFace | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | 1.4 | ||||||
| Target Milestone: | 2.0 M1 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Sebastien Arod
Created attachment 216456 [details]
Small project reproducing the issue
attaching small project reproducing the issue
That's true. We have a custom cell tooltip implementation that utilize the CellLabelProvider#getToolTipText method. I will look on it more deeply in the next days. Fixed with commit e44cf567b0e9871387a823507c596c2e021c6242. Now the code for getting the cell tooltip is executed in a SafeRunnable. |